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, waitMethods inherited from interface org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactoryDependencies
getPeerProposal
-
Method Details
-
getAddress
Description copied from interface:PCEPDispatcherDependenciesReturn the address to be bound with the server.- Specified by:
getAddressin interfacePCEPDispatcherDependencies- Returns:
- ip address
-
getKeys
Description copied from interface:PCEPDispatcherDependenciesRFC2385 key mapping.- Specified by:
getKeysin interfacePCEPDispatcherDependencies- Returns:
- map containing Keys
-
getListenerFactory
Description copied from interface:PCEPSessionNegotiatorFactoryDependenciesListenerFactory to create listeners for clients.- Specified by:
getListenerFactoryin interfacePCEPSessionNegotiatorFactoryDependencies- Returns:
- ListenerFactory
-