Class PCCDispatcherImpl
java.lang.Object
org.opendaylight.protocol.pcep.pcc.mock.protocol.PCCDispatcherImpl
- All Implemented Interfaces:
AutoCloseable
,PCCDispatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
io.netty.util.concurrent.Future<PCEPSession>
createClient
(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionNegotiatorFactory negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress)
-
Constructor Details
-
PCCDispatcherImpl
-
-
Method Details
-
createClient
public io.netty.util.concurrent.Future<PCEPSession> createClient(InetSocketAddress remoteAddress, long reconnectTime, PCEPSessionNegotiatorFactory negotiatorFactory, KeyMapping keys, InetSocketAddress localAddress) - Specified by:
createClient
in interfacePCCDispatcher
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-