Uses of Interface
org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactory
-
-
Uses of PCEPSessionNegotiatorFactory in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return PCEPSessionNegotiatorFactory Modifier and Type Method Description @NonNull PCEPSessionNegotiatorFactory<?>PCEPDispatcher. getPCEPSessionNegotiatorFactory() -
Uses of PCEPSessionNegotiatorFactory in org.opendaylight.protocol.pcep.impl
Classes in org.opendaylight.protocol.pcep.impl that implement PCEPSessionNegotiatorFactory Modifier and Type Class Description classAbstractPCEPSessionNegotiatorFactorySessionNegotiator which takes care of making sure sessions between PCEP peers are kept unique.classDefaultPCEPSessionNegotiatorFactoryMethods in org.opendaylight.protocol.pcep.impl that return PCEPSessionNegotiatorFactory Modifier and Type Method Description PCEPSessionNegotiatorFactory<PCEPSessionImpl>PCEPDispatcherImpl. getPCEPSessionNegotiatorFactory()Constructors in org.opendaylight.protocol.pcep.impl with parameters of type PCEPSessionNegotiatorFactory Constructor Description PCEPDispatcherImpl(@NonNull MessageRegistry registry, @NonNull PCEPSessionNegotiatorFactory<PCEPSessionImpl> negotiatorFactory, @NonNull io.netty.channel.EventLoopGroup bossGroup, @NonNull io.netty.channel.EventLoopGroup workerGroup)Creates an instance of PCEPDispatcherImpl, gets the default selector and opens it. -
Uses of PCEPSessionNegotiatorFactory in org.opendaylight.protocol.pcep.pcc.mock.api
Methods in org.opendaylight.protocol.pcep.pcc.mock.api with parameters of type PCEPSessionNegotiatorFactory Modifier and Type Method Description @NonNull io.netty.util.concurrent.Future<PCEPSession>PCCDispatcher. createClient(@NonNull InetSocketAddress remoteAddress, long reconnectTime, @NonNull PCEPSessionListenerFactory listenerFactory, @NonNull PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress)@NonNull io.netty.util.concurrent.Future<PCEPSession>PCCDispatcher. createClient(@NonNull InetSocketAddress remoteAddress, long reconnectTime, @NonNull PCEPSessionListenerFactory listenerFactory, @NonNull PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress, @NonNull org.opendaylight.yangtools.yang.common.Uint64 dbVersion) -
Uses of PCEPSessionNegotiatorFactory in org.opendaylight.protocol.pcep.pcc.mock.protocol
Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol with parameters of type PCEPSessionNegotiatorFactory Modifier and Type Method Description io.netty.util.concurrent.Future<PCEPSession>PCCDispatcherImpl. createClient(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionListenerFactory listenerFactory, PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress)io.netty.util.concurrent.Future<PCEPSession>PCCDispatcherImpl. createClient(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionListenerFactory listenerFactory, PCEPSessionNegotiatorFactory negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress, org.opendaylight.yangtools.yang.common.Uint64 dbVersion)
-