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 ConnectionContextDeviceContext. getPrimaryConnectionContext()Getter.Methods in org.opendaylight.openflowplugin.api.openflow.device with parameters of type ConnectionContext Modifier and Type Method Description DeviceContextDeviceManager. 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 ConnectionStatusDeviceConnectedHandler. deviceConnected(ConnectionContext connectionContext)Method is used to propagate information about established connection with device.voidDeviceDisconnectedHandler. 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 booleanContextChain. addAuxiliaryConnection(@NonNull ConnectionContext connectionContext)Add new auxiliary connection if primary is ok.booleanContextChain. 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 classConnectionContextImpl -
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 ExecutorService executorService, @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 ConnectionContextDeviceContextImpl. getPrimaryConnectionContext()Methods in org.opendaylight.openflowplugin.impl.device with parameters of type ConnectionContext Modifier and Type Method Description DeviceContextDeviceManagerImpl. 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 booleanContextChainImpl. addAuxiliaryConnection(@NonNull ConnectionContext connectionContext)booleanContextChainImpl. auxiliaryConnectionDropped(@NonNull ConnectionContext connectionContext)ConnectionStatusContextChainHolderImpl. deviceConnected(ConnectionContext connectionContext)voidContextChainHolderImpl. 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.IpAddressDeviceInitializationUtil. 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.PortNumberDeviceInitializationUtil. 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 SwitchFeaturesDeviceInitializationUtil. getSwitchFeatures(ConnectionContext connectionContext)Retrieve switch features from connection.
-