| Package | Description |
|---|---|
| com.h3c.of.lib.err |
OpenFlow Error Type enumerations.
|
| com.h3c.of.sw |
Provides mock implementations of OpenFlow switches.
|
| Modifier and Type | Method and Description |
|---|---|
static ECodeHelloFailed |
ECodeHelloFailed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECodeHelloFailed[] |
ECodeHelloFailed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ECodeHelloFailed.validate(ECodeHelloFailed code,
ProtocolVersion pv)
Validates the given error code against the specified protocol version,
silently returning if all is well, throwing an exception otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MockOpenflowSwitch.sendHelloError(ECodeHelloFailed ec,
String message)
Send a hello-failed error message back to the controller.
|
Copyright © 2014. All Rights Reserved.