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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetSocketAddressgetAddress()Return the address to be bound with the server.KeyMappinggetKeys()RFC2385 key mapping.PCEPSessionListenerFactorygetListenerFactory()ListenerFactory to create listeners for clients.SpeakerIdMappinggetSpeakerIdMapping()PCEP Speaker Id mapping.-
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 Detail
-
getAddress
public InetSocketAddress getAddress()
Description copied from interface:PCEPDispatcherDependenciesReturn the address to be bound with the server.- Specified by:
getAddressin interfacePCEPDispatcherDependencies- Returns:
- ip address
-
getKeys
public KeyMapping getKeys()
Description copied from interface:PCEPDispatcherDependenciesRFC2385 key mapping.- Specified by:
getKeysin interfacePCEPDispatcherDependencies- Returns:
- map containing Keys
-
getSpeakerIdMapping
public SpeakerIdMapping getSpeakerIdMapping()
Description copied from interface:PCEPDispatcherDependenciesPCEP Speaker Id mapping.- Specified by:
getSpeakerIdMappingin interfacePCEPDispatcherDependencies- Returns:
- map containing Keys
-
getListenerFactory
public PCEPSessionListenerFactory getListenerFactory()
Description copied from interface:PCEPSessionNegotiatorFactoryDependenciesListenerFactory to create listeners for clients.- Specified by:
getListenerFactoryin interfacePCEPSessionNegotiatorFactoryDependencies- Returns:
- ListenerFactory
-
-