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 e) |
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 | Method and Description |
---|---|
io.netty.util.concurrent.Future<? extends BGPSession> |
BGPDispatcher.createClient(InetSocketAddress remoteAddress,
int retryTimer)
Creates BGP client.
|
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 e)
Fired when the session went down because of an IO error.
|
void |
BGPSessionListener.onSessionTerminated(BGPSession session,
BGPTerminationReason reason)
Fired when the session is terminated locally.
|
void |
BGPSessionListener.onSessionUp(BGPSession session)
Fired when the session was established successfully.
|
Copyright © 2018 OpenDaylight. All rights reserved.