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 InetSocketAddress
getAddress()
Return the address to be bound with the server.KeyMapping
getKeys()
RFC2385 key mapping.PCEPSessionListenerFactory
getListenerFactory()
ListenerFactory to create listeners for clients.SpeakerIdMapping
getSpeakerIdMapping()
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:PCEPDispatcherDependencies
Return the address to be bound with the server.- Specified by:
getAddress
in interfacePCEPDispatcherDependencies
- Returns:
- ip address
-
getKeys
public KeyMapping getKeys()
Description copied from interface:PCEPDispatcherDependencies
RFC2385 key mapping.- Specified by:
getKeys
in interfacePCEPDispatcherDependencies
- Returns:
- map containing Keys
-
getSpeakerIdMapping
public SpeakerIdMapping getSpeakerIdMapping()
Description copied from interface:PCEPDispatcherDependencies
PCEP Speaker Id mapping.- Specified by:
getSpeakerIdMapping
in interfacePCEPDispatcherDependencies
- Returns:
- map containing Keys
-
getListenerFactory
public PCEPSessionListenerFactory getListenerFactory()
Description copied from interface:PCEPSessionNegotiatorFactoryDependencies
ListenerFactory to create listeners for clients.- Specified by:
getListenerFactory
in interfacePCEPSessionNegotiatorFactoryDependencies
- Returns:
- ListenerFactory
-
-