public class FileProtocolMessageHandler extends MessageHandler
Represents the file:
protocol message handler.
MessageHandler
Constructor and Description |
---|
FileProtocolMessageHandler()
Initializes a new instance of the
FileProtocolMessageHandler 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, set
public FileProtocolMessageHandler()
Initializes a new instance of the FileProtocolMessageHandler
class.
public void invoke(INetworkOperationContext context)
When overridden in a derived class is used to implement the message handling.
invoke
in class MessageHandler
context
- The context.