| Modifier and Type | Method and Description | 
|---|---|
ConnectionContext | 
DeviceContext.getPrimaryConnectionContext()
Getter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeviceContext | 
DeviceManager.createContext(ConnectionContext connectionContext)  | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ContextChain.addAuxiliaryConnection(ConnectionContext connectionContext)
Add new auxiliary connection if primary is ok. 
 | 
boolean | 
ContextChain.auxiliaryConnectionDropped(ConnectionContext connectionContext)
Check if connection is auxiliary and if yes then continue working. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConnectionContextImpl  | 
| Constructor and Description | 
|---|
ConnectionReadyListenerImpl(ConnectionContext connectionContext,
                           HandshakeContext handshakeContext)
Constructor. 
 | 
HandshakeListenerImpl(ConnectionContext connectionContext,
                     DeviceConnectedHandler deviceConnectedHandler)
Constructor. 
 | 
OpenflowProtocolListenerInitialImpl(ConnectionContext connectionContext,
                                   HandshakeContext handshakeContext)
Constructor. 
 | 
SystemNotificationsListenerImpl(ConnectionContext connectionContext,
                               long echoReplyTimeout,
                               ExecutorService executorService,
                               org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationPublishService)  | 
| Constructor and Description | 
|---|
DescMultipartWriter(TxFacade txFacade,
                   org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier,
                   ConnectionContext connectionContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionContext | 
DeviceContextImpl.getPrimaryConnectionContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeviceContext | 
DeviceManagerImpl.createContext(ConnectionContext connectionContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ContextChainImpl.addAuxiliaryConnection(ConnectionContext connectionContext)  | 
boolean | 
ContextChainImpl.auxiliaryConnectionDropped(ConnectionContext connectionContext)  | 
ConnectionStatus | 
ContextChainHolderImpl.deviceConnected(ConnectionContext connectionContext)  | 
void | 
ContextChainHolderImpl.onDeviceDisconnected(ConnectionContext connectionContext)  | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2019 OpenDaylight. All rights reserved.