Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.BGPSession
-
-
Uses of BGPSession in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPSession Modifier and Type Class Description class
BGPSessionImpl
Methods in org.opendaylight.protocol.bgp.rib.impl with parameters of type BGPSession Modifier and Type Method 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)
-
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 BGPSession Modifier and Type Class Description 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 Modifier and Type Interface Description interface
ChannelPipelineInitializer<S extends BGPSession>
-
Uses of BGPSession in org.opendaylight.protocol.bgp.rib.spi
Classes in org.opendaylight.protocol.bgp.rib.spi with type parameters of type BGPSession Modifier and Type Interface Description interface
BGPSessionNegotiatorFactory<S extends BGPSession>
Methods in org.opendaylight.protocol.bgp.rib.spi with parameters of type BGPSession Modifier and Type Method 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.
-