FTPCommandHandler class

Constructors

FTPCommandHandler(Socket controlSocket, LoggerHandler logger)

Properties

controlSocket Socket
final
hashCode int
The hash code for this object.
no setterinherited
logger LoggerHandler
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handleAbort(FtpSession session) → void
handleCdup(FtpSession session) → void
handleCommand(String commandLine, FtpSession session) → void
handleCurPath(FtpSession session) → void
handleCwd(String argument, FtpSession session) → void
handleDele(String argument, FtpSession session) → void
handleEpsv(FtpSession session) → void
handleFeat(FtpSession session) → void
handleList(String argument, FtpSession session) → void
handleMkd(String argument, FtpSession session) → void
handleNoop(FtpSession session) → void
handleOptions(String argument, FtpSession session) → void
handlePass(String argument, FtpSession session) → void
handlePasv(FtpSession session) → void
handlePort(String argument, FtpSession session) → void
handleQuit(FtpSession session) Future<void>
handleRetr(String argument, FtpSession session) → void
handleRmd(String argument, FtpSession session) → void
handleSize(String argument, FtpSession session) → void
handleStor(String argument, FtpSession session) → void
handleSyst(FtpSession session) → void
handleType(String argument, FtpSession session) → void
handleUser(String argument, FtpSession session) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited