Class TestToolPCEPDispatcherDependencies
java.lang.Object
org.opendaylight.protocol.pcep.testtool.TestToolPCEPDispatcherDependencies
- All Implemented Interfaces:
PCEPDispatcherDependencies
,PCEPSessionNegotiatorFactoryDependencies
public final class TestToolPCEPDispatcherDependencies
extends Object
implements PCEPDispatcherDependencies
-
Method Summary
Modifier and TypeMethodDescriptionReturn the address to be bound with the server.getKeys()
RFC2385 key mapping.ListenerFactory to create listeners for clients.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactoryDependencies
getPeerProposal
-
Method Details
-
getAddress
Description copied from interface:PCEPDispatcherDependencies
Return the address to be bound with the server.- Specified by:
getAddress
in interfacePCEPDispatcherDependencies
- Returns:
- ip address
-
getKeys
Description copied from interface:PCEPDispatcherDependencies
RFC2385 key mapping.- Specified by:
getKeys
in interfacePCEPDispatcherDependencies
- Returns:
- map containing Keys
-
getListenerFactory
Description copied from interface:PCEPSessionNegotiatorFactoryDependencies
ListenerFactory to create listeners for clients.- Specified by:
getListenerFactory
in interfacePCEPSessionNegotiatorFactoryDependencies
- Returns:
- ListenerFactory
-