| Modifier and Type | Class and Description | 
|---|---|
class  | 
BGPSessionImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BGPPeer.onMessage(BGPSession session,
         org.opendaylight.yangtools.yang.binding.Notification msg)  | 
void | 
BGPPeer.onSessionDown(BGPSession session,
             Exception exc)  | 
void | 
BGPPeer.onSessionTerminated(BGPSession session,
                   BGPTerminationReason cause)  | 
void | 
BGPPeer.onSessionUp(BGPSession session)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BGPProtocolSessionPromise<S extends BGPSession>  | 
class  | 
BGPReconnectPromise<S extends BGPSession>  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ChannelPipelineInitializer<S extends BGPSession>  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BGPSessionNegotiatorFactory<S extends BGPSession>  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BGPSessionListener.onMessage(BGPSession session,
         org.opendaylight.yangtools.yang.binding.Notification notification)
Fired when a normal protocol message is received. 
 | 
void | 
BGPSessionListener.onSessionDown(BGPSession session,
             Exception exc)
Fired when the session went down because of an IO error. 
 | 
void | 
BGPSessionListener.onSessionTerminated(@Nullable BGPSession session,
                   BGPTerminationReason reason)
Fired when the session is terminated locally. 
 | 
void | 
BGPSessionListener.onSessionUp(BGPSession session)
Fired when the session was established successfully. 
 | 
Copyright © 2020 OpenDaylight. All rights reserved.