public class FtpProtocolMessageHandler extends MessageHandler
Represents the ftp: protocol message handler.
MessageHandler| Constructor and Description |
|---|
FtpProtocolMessageHandler()
Initializes a new instance of the
FtpProtocolMessageHandler class. |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(INetworkOperationContext context)
When overridden in a derived class is used to implement the message handling.
|
getFilters, next, setpublic FtpProtocolMessageHandler()
Initializes a new instance of the FtpProtocolMessageHandler class.
public void invoke(INetworkOperationContext context)
When overridden in a derived class is used to implement the message handling.
invoke in class MessageHandlercontext - The context.