public interface PCCDispatcher
| Modifier and Type | Method and Description |
|---|---|
@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 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, @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 © 2020 OpenDaylight. All rights reserved.