Package org.opendaylight.protocol.pcep
Interface PCEPDispatcherDependencies
- All Superinterfaces:
PCEPSessionNegotiatorFactoryDependencies
- All Known Implementing Classes:
TestToolPCEPDispatcherDependencies
@NonNullByDefault
public interface PCEPDispatcherDependencies
extends PCEPSessionNegotiatorFactoryDependencies
Contains all required dependencies for instantiate a PCEPDispatcher.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the address to be bound with the server.getKeys()
RFC2385 key mapping.Methods inherited from interface org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactoryDependencies
getListenerFactory, getPeerProposal
-
Method Details
-
getAddress
InetSocketAddress getAddress()Return the address to be bound with the server.- Returns:
- ip address
-
getKeys
KeyMapping getKeys()RFC2385 key mapping.- Returns:
- map containing Keys
-