Class PCEPDispatcherDependenciesImpl
- java.lang.Object
-
- org.opendaylight.bgpcep.pcep.topology.provider.PCEPDispatcherDependenciesImpl
-
- All Implemented Interfaces:
PCEPDispatcherDependencies,PCEPSessionNegotiatorFactoryDependencies
public final class PCEPDispatcherDependenciesImpl extends Object implements PCEPDispatcherDependencies
-
-
Constructor Summary
Constructors Constructor Description PCEPDispatcherDependenciesImpl(@NonNull org.opendaylight.bgpcep.pcep.topology.provider.ServerSessionManager manager, @NonNull PCEPTopologyConfiguration topologyConfigDependencies)
-
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.PCEPPeerProposalgetPeerProposal()PeerProposal information used in our Open message.SpeakerIdMappinggetSpeakerIdMapping()PCEP Speaker Id mapping.
-
-
-
Constructor Detail
-
PCEPDispatcherDependenciesImpl
public PCEPDispatcherDependenciesImpl(@NonNull org.opendaylight.bgpcep.pcep.topology.provider.ServerSessionManager manager, @NonNull PCEPTopologyConfiguration topologyConfigDependencies)
-
-
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
-
getPeerProposal
public PCEPPeerProposal getPeerProposal()
Description copied from interface:PCEPSessionNegotiatorFactoryDependenciesPeerProposal information used in our Open message.- Specified by:
getPeerProposalin interfacePCEPSessionNegotiatorFactoryDependencies- Returns:
- peerProposal null by default since its not mandatory. Otherwise method should be override it.
-
-