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 TypeMethodDescriptionvoidBGPPeer.onMessage(BGPSession session, org.opendaylight.yangtools.yang.binding.Notification<?> msg) voidBGPPeer.onSessionDown(BGPSession session, Exception exc) voidBGPPeer.onSessionTerminated(BGPSession session, BGPTerminationReason cause) voidBGPPeer.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 classBGPProtocolSessionPromise<S extends BGPSession>classBGPReconnectPromise<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 TypeMethodDescriptionvoidBGPSessionListener.onMessage(BGPSession session, org.opendaylight.yangtools.yang.binding.Notification<?> notification) Fired when a normal protocol message is received.voidBGPSessionListener.onSessionDown(BGPSession session, Exception exc) Fired when the session went down because of an IO error.voidBGPSessionListener.onSessionTerminated(@Nullable BGPSession session, BGPTerminationReason reason) Fired when the session is terminated locally.voidBGPSessionListener.onSessionUp(BGPSession session) Fired when the session was established successfully.