public interface IOFProtocolServer
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterConroller(IOFHandler controller)
deregister controller from the
IOFProtocolServer instance. |
void |
registerController(IOFHandler controller)
register controller to the
IOFProtocolServer instance. |
void |
shutdown()
shutdown the IOFProtocolServer operation.
|
void |
start()
start the protocol server.
|
void |
wakeup()
wake up the IOFProtocolServer from its suspended status.
|
void registerController(IOFHandler controller)
IOFProtocolServer instance.controller - void deregisterConroller(IOFHandler controller)
IOFProtocolServer instance.controller - void shutdown()
void wakeup()
start().void start()