public interface PCCDispatcher
Modifier and Type | Method and Description |
---|---|
io.netty.util.concurrent.Future<PCEPSession> |
createClient(InetSocketAddress remoteAddress,
long reconnectTime,
PCEPSessionListenerFactory listenerFactory,
PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory,
KeyMapping keys,
InetSocketAddress localAddress) |
io.netty.util.concurrent.Future<PCEPSession> |
createClient(InetSocketAddress remoteAddress,
long reconnectTime,
PCEPSessionListenerFactory listenerFactory,
PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory,
KeyMapping keys,
InetSocketAddress localAddress,
BigInteger dbVersion) |
@Nonnull io.netty.util.concurrent.Future<PCEPSession> createClient(@Nonnull InetSocketAddress remoteAddress, long reconnectTime, @Nonnull PCEPSessionListenerFactory listenerFactory, @Nonnull PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, @Nonnull KeyMapping keys, @Nonnull InetSocketAddress localAddress, @Nonnull BigInteger dbVersion)
@Nonnull io.netty.util.concurrent.Future<PCEPSession> createClient(@Nonnull InetSocketAddress remoteAddress, long reconnectTime, @Nonnull PCEPSessionListenerFactory listenerFactory, @Nonnull PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, @Nonnull KeyMapping keys, @Nonnull InetSocketAddress localAddress)
Copyright © 2019 OpenDaylight. All rights reserved.