Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.BGPSession
Package
Description
-
Uses of BGPSession in org.opendaylight.protocol.bgp.rib.impl
Modifier and TypeMethodDescriptionvoid
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) -
Uses of BGPSession in org.opendaylight.protocol.bgp.rib.impl.protocol
Modifier and TypeClassDescriptionfinal class
BGPProtocolSessionPromise<S extends BGPSession>
class
BGPReconnectPromise<S extends BGPSession>
-
Uses of BGPSession in org.opendaylight.protocol.bgp.rib.impl.spi
-
Uses of BGPSession in org.opendaylight.protocol.bgp.rib.spi
Modifier and TypeMethodDescriptionvoid
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.