Package | Description |
---|---|
etri.sdn.controller | |
etri.sdn.controller.protocol.io |
Modifier and Type | Field and Description |
---|---|
private IOFHandler.Role |
OFController.role
role of this controller.
|
Modifier and Type | Method and Description |
---|---|
IOFHandler.Role |
OFController.getRole()
get the role of this controller.
|
Modifier and Type | Field and Description |
---|---|
private IOFHandler.Role |
OFSwitchImpl.role
This field is used to exchange information with switch.
|
Modifier and Type | Method and Description |
---|---|
IOFHandler.Role |
OFSwitchImpl.getRole() |
IOFHandler.Role |
IOFSwitch.getRole()
Get the current role of the controller for the switch
|
IOFHandler.Role |
IOFHandler.getRole()
Get the current role of the controller
|
static IOFHandler.Role |
IOFHandler.Role.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IOFHandler.Role[] |
IOFHandler.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|