Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.ConnectionAdapter
Package
Description
-
Uses of ConnectionAdapter in org.opendaylight.openflowjava.protocol.api.connection
Modifier and TypeMethodDescriptionvoid
SwitchConnectionHandler.onSwitchConnected
(ConnectionAdapter connection) Invoked when a switch connects. -
Uses of ConnectionAdapter in org.opendaylight.openflowjava.protocol.impl.core.connection
Modifier and TypeInterfaceDescriptioninterface
Unifying super interface for a connection.Modifier and TypeClassDescriptionclass
Handles messages (notifications + rpcs) and connections. -
Uses of ConnectionAdapter in org.opendaylight.openflowplugin.api.openflow.connection
Modifier and TypeMethodDescriptionConnectionContext.getConnectionAdapter()
Returns connection adapter. -
Uses of ConnectionAdapter in org.opendaylight.openflowplugin.impl.connection
Modifier and TypeMethodDescriptionvoid
ConnectionManagerImpl.onSwitchConnected
(ConnectionAdapter connectionAdapter) ModifierConstructorDescriptionConnectionContextImpl
(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
ModifierConstructorDescriptionOpenflowProtocolListenerFullImpl
(ConnectionAdapter connectionAdapter, DeviceReplyProcessor deviceReplyProcessor) Constructor.