Uses of Class
org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext.CONNECTION_STATE
-
-
Uses of ConnectionContext.CONNECTION_STATE in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection that return ConnectionContext.CONNECTION_STATE Modifier and Type Method Description ConnectionContext.CONNECTION_STATEConnectionContext. getConnectionState()Method returns current connection state.static ConnectionContext.CONNECTION_STATEConnectionContext.CONNECTION_STATE. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionContext.CONNECTION_STATE[]ConnectionContext.CONNECTION_STATE. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionContext.CONNECTION_STATE in org.opendaylight.openflowplugin.impl.connection
Methods in org.opendaylight.openflowplugin.impl.connection that return ConnectionContext.CONNECTION_STATE Modifier and Type Method Description ConnectionContext.CONNECTION_STATEConnectionContextImpl. getConnectionState() -
Uses of ConnectionContext.CONNECTION_STATE in org.opendaylight.openflowplugin.impl.connection.listener
Methods in org.opendaylight.openflowplugin.impl.connection.listener with parameters of type ConnectionContext.CONNECTION_STATE Modifier and Type Method Description protected booleanOpenflowProtocolListenerInitialImpl. checkState(ConnectionContext.CONNECTION_STATE expectedState)Check state of the connection context.
-