Interface PCCDispatcher
- All Known Implementing Classes:
PCCDispatcherImpl
public interface PCCDispatcher
-
Method Summary
Modifier and TypeMethodDescription@NonNull io.netty.util.concurrent.Future<PCEPSession>
createClient
(@NonNull InetSocketAddress remoteAddress, long reconnectTime, @NonNull PCEPSessionNegotiatorFactory negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress)
-
Method Details
-
createClient
@NonNull io.netty.util.concurrent.Future<PCEPSession> createClient(@NonNull InetSocketAddress remoteAddress, long reconnectTime, @NonNull PCEPSessionNegotiatorFactory negotiatorFactory, @NonNull KeyMapping keys, @NonNull InetSocketAddress localAddress)
-