| Modifier and Type | Method and Description | 
|---|---|
void | 
SwitchConnectionHandler.onSwitchConnected(ConnectionAdapter connection)
Invoked when a switch connects. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ConnectionFacade
Unifying super interface for a connection. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConnectionAdapterImpl
Handles messages (notifications + rpcs) and connections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionAdapter | 
ConnectionContext.getConnectionAdapter()
Returns connection adapter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionAdapter | 
ConnectionContextImpl.getConnectionAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConnectionManagerImpl.onSwitchConnected(ConnectionAdapter connectionAdapter)  | 
| Constructor and Description | 
|---|
ConnectionContextImpl(ConnectionAdapter connectionAdapter)
Constructor. 
 | 
HandshakeManagerImpl(ConnectionAdapter connectionAdapter,
                    Short highestVersion,
                    List<Short> versionOrder,
                    ErrorHandler errorHandler,
                    HandshakeListener handshakeListener,
                    boolean useVersionBitmap,
                    DeviceConnectionRateLimiter deviceConnectionRateLimiter)
Constructor. 
 | 
HandshakeStepWrapper(HelloMessage helloMessage,
                    HandshakeManager handshakeManager,
                    ConnectionAdapter connectionAdapter)
Handshake step wrapper. 
 | 
| Constructor and Description | 
|---|
OpenflowProtocolListenerFullImpl(ConnectionAdapter connectionAdapter,
                                DeviceReplyProcessor deviceReplyProcessor)
Constructor. 
 | 
Copyright © 2020 OpenDaylight. All rights reserved.