Uses of Interface
org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactory
Package
Description
-
Uses of PCEPSessionNegotiatorFactory in org.opendaylight.protocol.pcep
Modifier 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
Modifier and TypeClassDescriptionclass
SessionNegotiator which takes care of making sure sessions between PCEP peers are kept unique.class
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionio.netty.util.concurrent.Future<PCEPSession>
PCCDispatcherImpl.createClient
(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionNegotiatorFactory negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress)