Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.BGPSession
Packages that use BGPSession
Package
Description
-
Uses of BGPSession in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPSessionMethods in org.opendaylight.protocol.bgp.rib.impl with parameters of type BGPSessionModifier 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
Classes in org.opendaylight.protocol.bgp.rib.impl.protocol with type parameters of type BGPSessionModifier and TypeClassDescriptionfinal class
BGPProtocolSessionPromise<S extends BGPSession>
class
BGPReconnectPromise<S extends BGPSession>
-
Uses of BGPSession in org.opendaylight.protocol.bgp.rib.impl.spi
Classes in org.opendaylight.protocol.bgp.rib.impl.spi with type parameters of type BGPSession -
Uses of BGPSession in org.opendaylight.protocol.bgp.rib.spi
Classes in org.opendaylight.protocol.bgp.rib.spi with type parameters of type BGPSessionMethods in org.opendaylight.protocol.bgp.rib.spi with parameters of type BGPSessionModifier 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.