Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.ConnectionAdapter
-
-
Uses of ConnectionAdapter in org.opendaylight.openflowjava.protocol.api.connection
Methods in org.opendaylight.openflowjava.protocol.api.connection with parameters of type ConnectionAdapter Modifier and Type Method Description void
SwitchConnectionHandler. onSwitchConnected(ConnectionAdapter connection)
Invoked when a switch connects. -
Uses of ConnectionAdapter in org.opendaylight.openflowjava.protocol.impl.core.connection
Subinterfaces of ConnectionAdapter in org.opendaylight.openflowjava.protocol.impl.core.connection Modifier and Type Interface Description interface
ConnectionFacade
Unifying super interface for a connection.Classes in org.opendaylight.openflowjava.protocol.impl.core.connection that implement ConnectionAdapter Modifier and Type Class Description class
ConnectionAdapterImpl
Handles messages (notifications + rpcs) and connections. -
Uses of ConnectionAdapter in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection that return ConnectionAdapter Modifier and Type Method Description ConnectionAdapter
ConnectionContext. getConnectionAdapter()
Returns connection adapter. -
Uses of ConnectionAdapter in org.opendaylight.openflowplugin.impl.connection
Methods in org.opendaylight.openflowplugin.impl.connection that return ConnectionAdapter Modifier and Type Method Description ConnectionAdapter
ConnectionContextImpl. getConnectionAdapter()
Methods in org.opendaylight.openflowplugin.impl.connection with parameters of type ConnectionAdapter Modifier and Type Method Description void
ConnectionManagerImpl. onSwitchConnected(ConnectionAdapter connectionAdapter)
Constructors in org.opendaylight.openflowplugin.impl.connection with parameters of type ConnectionAdapter Constructor Description ConnectionContextImpl(ConnectionAdapter connectionAdapter, DeviceConnectionStatusProvider deviceConnectionStatusProvider)
Constructor.HandshakeManagerImpl(ConnectionAdapter connectionAdapter, org.opendaylight.yangtools.yang.common.Uint8 highestVersion, List<org.opendaylight.yangtools.yang.common.Uint8> versionOrder, ErrorHandler errorHandler, HandshakeListener handshakeListener, boolean useVersionBitmap, DeviceConnectionRateLimiter deviceConnectionRateLimiter, int deviceConnectionHoldTime, DeviceConnectionStatusProvider deviceConnectionStatusProvider)
Constructor.HandshakeStepWrapper(HelloMessage helloMessage, HandshakeManager handshakeManager, ConnectionAdapter connectionAdapter)
Handshake step wrapper. -
Uses of ConnectionAdapter in org.opendaylight.openflowplugin.impl.device.listener
Constructors in org.opendaylight.openflowplugin.impl.device.listener with parameters of type ConnectionAdapter Constructor Description OpenflowProtocolListenerFullImpl(ConnectionAdapter connectionAdapter, DeviceReplyProcessor deviceReplyProcessor)
Constructor.
-