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) |
io.netty.util.concurrent.Future<PCEPSession> createClient(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionListenerFactory listenerFactory, PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress, BigInteger dbVersion)
io.netty.util.concurrent.Future<PCEPSession> createClient(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionListenerFactory listenerFactory, PCEPSessionNegotiatorFactory<? extends PCEPSession> negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress)
Copyright © 2018 OpenDaylight. All rights reserved.