Uses of Interface
org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext
Package
Description
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.api.openflow.device
Modifier and TypeMethodDescriptionDeviceManager.createContext
(@NonNull ConnectionContext connectionContext) -
Uses of ConnectionContext in org.opendaylight.openflowplugin.api.openflow.device.handlers
Modifier 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
Modifier 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
-
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.connection.listener
ModifierConstructorDescriptionConnectionReadyListenerImpl
(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
ModifierConstructorDescriptionDescMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier, ConnectionContext connectionContext) -
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.device
Modifier and TypeMethodDescriptionDeviceManagerImpl.createContext
(@NonNull ConnectionContext connectionContext) -
Uses of ConnectionContext in org.opendaylight.openflowplugin.impl.lifecycle
Modifier 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
Modifier 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.