Uses of Interface
org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactory
Packages that use PCEPSessionNegotiatorFactory
Package
Description
-
Uses of PCEPSessionNegotiatorFactory in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep with parameters of type PCEPSessionNegotiatorFactoryModifier and TypeMethodDescriptionio.netty.channel.ChannelFuture
PCEPDispatcher.createServer
(InetSocketAddress listenAddress, KeyMapping tcpKeys, MessageRegistry registry, PCEPSessionNegotiatorFactory negotiatorFactory) Creates server. -
Uses of PCEPSessionNegotiatorFactory in org.opendaylight.protocol.pcep.impl
Classes in org.opendaylight.protocol.pcep.impl that implement PCEPSessionNegotiatorFactoryModifier and TypeClassDescriptionclass
SessionNegotiator which takes care of making sure sessions between PCEP peers are kept unique.class
Methods in org.opendaylight.protocol.pcep.impl with parameters of type PCEPSessionNegotiatorFactoryModifier and TypeMethodDescriptionfinal io.netty.channel.ChannelFuture
PCEPDispatcherImpl.createServer
(InetSocketAddress listenAddress, KeyMapping tcpKeys, MessageRegistry registry, PCEPSessionNegotiatorFactory negotiatorFactory) -
Uses of PCEPSessionNegotiatorFactory in org.opendaylight.protocol.pcep.pcc.mock.api
Methods in org.opendaylight.protocol.pcep.pcc.mock.api with parameters of type PCEPSessionNegotiatorFactoryModifier and TypeMethodDescription@NonNull io.netty.util.concurrent.Future
<PCEPSession> PCCDispatcher.createClient
(@NonNull InetSocketAddress remoteAddress, long reconnectTime, @NonNull PCEPSessionNegotiatorFactory negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress) -
Uses of PCEPSessionNegotiatorFactory in org.opendaylight.protocol.pcep.pcc.mock.protocol
Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol with parameters of type PCEPSessionNegotiatorFactoryModifier and TypeMethodDescriptionio.netty.util.concurrent.Future
<PCEPSession> PCCDispatcherImpl.createClient
(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionNegotiatorFactory negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress)