Uses of Interface
org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext
Packages that use ConnectionContext
Package
Description
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return ConnectionContextMethods in org.opendaylight.openflowplugin.api.openflow.device with parameters of type ConnectionContextModifier and TypeMethodDescriptionDeviceManager.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 ConnectionContextModifier and TypeMethodDescriptionDeviceConnectedHandler.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 ConnectionContextModifier and TypeMethodDescriptionboolean
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 -
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.connection.listener
Constructors in org.opendaylight.openflowplugin.impl.connection.listener with parameters of type ConnectionContextModifierConstructorDescriptionConnectionReadyListenerImpl
(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 ConnectionContextModifierConstructorDescriptionDescMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, ConnectionContext connectionContext) -
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device that return ConnectionContextMethods in org.opendaylight.openflowplugin.impl.device with parameters of type ConnectionContextModifier and TypeMethodDescriptionDeviceManagerImpl.createContext
(@NonNull ConnectionContext connectionContext) -
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.lifecycle
Methods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type ConnectionContextModifier and TypeMethodDescriptionboolean
ContextChainImpl.addAuxiliaryConnection
(@NonNull ConnectionContext connectionContext) boolean
ContextChainImpl.auxiliaryConnectionDropped
(@NonNull ConnectionContext connectionContext) 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 ConnectionContextModifier and TypeMethodDescriptionstatic 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<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<Node> instanceIdentifier) Retrieve port number from connection.static SwitchFeatures
DeviceInitializationUtil.getSwitchFeatures
(ConnectionContext connectionContext) Retrieve switch features from connection.