Uses of Interface
org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext
-
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return ConnectionContext Modifier and Type Method Description ConnectionContext
DeviceContext. getPrimaryConnectionContext()
Getter.Methods in org.opendaylight.openflowplugin.api.openflow.device with parameters of type ConnectionContext Modifier and Type Method Description DeviceContext
DeviceManager. createContext(@NonNull ConnectionContext connectionContext)
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.api.openflow.device.handlers
Methods in org.opendaylight.openflowplugin.api.openflow.device.handlers with parameters of type ConnectionContext Modifier and Type Method Description ConnectionStatus
DeviceConnectedHandler. deviceConnected(ConnectionContext connectionContext)
Method is used to propagate information about established connection with device.void
DeviceDisconnectedHandler. onDeviceDisconnected(ConnectionContext connectionContext)
Method is used to propagate information about closed connection with device. -
Uses of ConnectionContext in org.opendaylight.openflowplugin.api.openflow.lifecycle
Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle with parameters of type ConnectionContext Modifier and Type Method Description boolean
ContextChain. addAuxiliaryConnection(@NonNull ConnectionContext connectionContext)
Add new auxiliary connection if primary is ok.boolean
ContextChain. auxiliaryConnectionDropped(@NonNull ConnectionContext connectionContext)
Check if connection is auxiliary and if yes then continue working. -
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.connection
Classes in org.opendaylight.openflowplugin.impl.connection that implement ConnectionContext Modifier and Type Class Description class
ConnectionContextImpl
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.connection.listener
Constructors in org.opendaylight.openflowplugin.impl.connection.listener with parameters of type ConnectionContext Constructor Description ConnectionReadyListenerImpl(ConnectionContext connectionContext, HandshakeContext handshakeContext)
Constructor.HandshakeListenerImpl(ConnectionContext connectionContext, DeviceConnectedHandler deviceConnectedHandler)
Constructor.OpenflowProtocolListenerInitialImpl(ConnectionContext connectionContext, HandshakeContext handshakeContext)
Constructor.SystemNotificationsListenerImpl(@NonNull ConnectionContext connectionContext, long echoReplyTimeout, @NonNull Executor executor, @NonNull org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService)
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.datastore.multipart
Constructors in org.opendaylight.openflowplugin.impl.datastore.multipart with parameters of type ConnectionContext Constructor Description DescMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, ConnectionContext connectionContext)
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device that return ConnectionContext Modifier and Type Method Description ConnectionContext
DeviceContextImpl. getPrimaryConnectionContext()
Methods in org.opendaylight.openflowplugin.impl.device with parameters of type ConnectionContext Modifier and Type Method Description DeviceContext
DeviceManagerImpl. createContext(@NonNull ConnectionContext connectionContext)
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.lifecycle
Methods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type ConnectionContext Modifier and Type Method Description boolean
ContextChainImpl. addAuxiliaryConnection(@NonNull ConnectionContext connectionContext)
boolean
ContextChainImpl. auxiliaryConnectionDropped(@NonNull ConnectionContext connectionContext)
ConnectionStatus
ContextChainHolderImpl. deviceConnected(ConnectionContext connectionContext)
void
ContextChainHolderImpl. onDeviceDisconnected(ConnectionContext connectionContext)
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.util
Methods in org.opendaylight.openflowplugin.impl.util with parameters of type ConnectionContext Modifier and Type Method Description static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress
DeviceInitializationUtil. getIpAddress(ConnectionContext connectionContext, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier)
Retrieve ip address from connection.static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber
DeviceInitializationUtil. getPortNumber(ConnectionContext connectionContext, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier)
Retrieve port number from connection.static SwitchFeatures
DeviceInitializationUtil. getSwitchFeatures(ConnectionContext connectionContext)
Retrieve switch features from connection.
-