Package | Description |
---|---|
etri.sdn.controller | |
etri.sdn.controller.protocol.io |
Modifier and Type | Class and Description |
---|---|
class |
OFController
Mother of all OpenFlow controller implementations.
|
Modifier and Type | Field and Description |
---|---|
protected IOFHandler |
OFModule.controller
reference to the controller implementation.
|
Modifier and Type | Method and Description |
---|---|
IOFHandler |
OFModule.getController()
returns the controller that this modules is attached.
|
Modifier and Type | Method and Description |
---|---|
int |
OFController.compareTo(IOFHandler o) |
void |
OFModule.init(IOFHandler ctrl)
initialize module.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Set<IOFHandler> |
ClientChannelWatcher.controllers |
private java.util.Set<IOFHandler> |
Connection.handlers |
Modifier and Type | Method and Description |
---|---|
java.util.Set<IOFHandler> |
Connection.getHandlers() |
static java.util.Set<IOFHandler> |
ClientChannelWatcher.getHandlersFor(Connection conn) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.addHandler(IOFHandler handler) |
void |
TcpServer.deregisterConroller(IOFHandler controller) |
void |
IOFProtocolServer.deregisterConroller(IOFHandler controller)
deregister controller from the
IOFProtocolServer instance. |
static void |
ClientChannelWatcher.deregisterController(IOFHandler controller) |
void |
TcpServer.registerController(IOFHandler controller) |
void |
IOFProtocolServer.registerController(IOFHandler controller)
register controller to the
IOFProtocolServer instance. |
static void |
ClientChannelWatcher.registerController(IOFHandler controller) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.addHandler(java.util.Set<IOFHandler> handlers) |