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.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 ConnectionContextModifier and TypeMethodDescriptionbooleanContextChain.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 -
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 TypeMethodDescriptionbooleanContextChainImpl.addAuxiliaryConnection(@NonNull ConnectionContext connectionContext) booleanContextChainImpl.auxiliaryConnectionDropped(@NonNull ConnectionContext connectionContext) ContextChainHolderImpl.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 ConnectionContextModifier and TypeMethodDescriptionstatic 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<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<Node> instanceIdentifier) Retrieve port number from connection.static SwitchFeaturesDeviceInitializationUtil.getSwitchFeatures(ConnectionContext connectionContext) Retrieve switch features from connection.