public final class PCEPDispatcherDependenciesImpl extends Object implements PCEPDispatcherDependencies
| Constructor and Description |
|---|
PCEPDispatcherDependenciesImpl(org.opendaylight.bgpcep.pcep.topology.provider.ServerSessionManager manager,
PCEPTopologyConfiguration topologyConfigDependencies) |
| Modifier and Type | Method and 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.
|
PCEPPeerProposal |
getPeerProposal()
PeerProposal information used in our Open message.
|
SpeakerIdMapping |
getSpeakerIdMapping()
PCEP Speaker Id mapping.
|
public PCEPDispatcherDependenciesImpl(@Nonnull org.opendaylight.bgpcep.pcep.topology.provider.ServerSessionManager manager, @Nonnull PCEPTopologyConfiguration topologyConfigDependencies)
public InetSocketAddress getAddress()
PCEPDispatcherDependenciesgetAddress in interface PCEPDispatcherDependenciespublic KeyMapping getKeys()
PCEPDispatcherDependenciesgetKeys in interface PCEPDispatcherDependenciespublic SpeakerIdMapping getSpeakerIdMapping()
PCEPDispatcherDependenciesgetSpeakerIdMapping in interface PCEPDispatcherDependenciespublic PCEPSessionListenerFactory getListenerFactory()
PCEPSessionNegotiatorFactoryDependenciesgetListenerFactory in interface PCEPSessionNegotiatorFactoryDependenciespublic PCEPPeerProposal getPeerProposal()
PCEPSessionNegotiatorFactoryDependenciesgetPeerProposal in interface PCEPSessionNegotiatorFactoryDependenciesCopyright © 2019 OpenDaylight. All rights reserved.