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 classBGPSessionImplMethods in org.opendaylight.protocol.bgp.rib.impl with parameters of type BGPSession Modifier and Type Method Description voidBGPPeer. 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 BGPSession Modifier and Type Class Description 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 Modifier and Type Interface Description interfaceChannelPipelineInitializer<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 interfaceBGPSessionNegotiatorFactory<S extends BGPSession>Methods in org.opendaylight.protocol.bgp.rib.spi with parameters of type BGPSession Modifier and Type Method Description voidBGPSessionListener. 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.
-