Package | Description |
---|---|
etri.sdn.controller | |
etri.sdn.controller.protocol.io |
Modifier and Type | Field and Description |
---|---|
private IOFProtocolServer |
OFController.server
Protocol Server object, which is currently
TcpServer . |
Modifier and Type | Method and Description |
---|---|
void |
OFController.registerProtocolServer(IOFProtocolServer server)
Register a protocol server that actually handles the underlying bearer protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpServer
TCP server that handles OpenFlow connection (accept).
|
Modifier and Type | Method and Description |
---|---|
void |
IOFHandler.registerProtocolServer(IOFProtocolServer server) |