Uses of Enum Class
org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext.CONNECTION_STATE
Packages that use ConnectionContext.CONNECTION_STATE
Package
Description
- 
Uses of ConnectionContext.CONNECTION_STATE in org.opendaylight.openflowplugin.api.openflow.connectionMethods in org.opendaylight.openflowplugin.api.openflow.connection that return ConnectionContext.CONNECTION_STATEModifier and TypeMethodDescriptionConnectionContext.getConnectionState()Method returns current connection state.Returns the enum constant of this class with the specified name.static ConnectionContext.CONNECTION_STATE[]ConnectionContext.CONNECTION_STATE.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of ConnectionContext.CONNECTION_STATE in org.opendaylight.openflowplugin.impl.connectionMethods in org.opendaylight.openflowplugin.impl.connection that return ConnectionContext.CONNECTION_STATE
- 
Uses of ConnectionContext.CONNECTION_STATE in org.opendaylight.openflowplugin.impl.connection.listenerMethods in org.opendaylight.openflowplugin.impl.connection.listener with parameters of type ConnectionContext.CONNECTION_STATEModifier and TypeMethodDescriptionprotected booleanOpenflowProtocolListenerInitialImpl.checkState(ConnectionContext.CONNECTION_STATE expectedState) Check state of the connection context.