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()
PCEPDispatcherDependencies
getAddress
in interface PCEPDispatcherDependencies
public KeyMapping getKeys()
PCEPDispatcherDependencies
getKeys
in interface PCEPDispatcherDependencies
public SpeakerIdMapping getSpeakerIdMapping()
PCEPDispatcherDependencies
getSpeakerIdMapping
in interface PCEPDispatcherDependencies
public PCEPSessionListenerFactory getListenerFactory()
PCEPSessionNegotiatorFactoryDependencies
getListenerFactory
in interface PCEPSessionNegotiatorFactoryDependencies
public PCEPPeerProposal getPeerProposal()
PCEPSessionNegotiatorFactoryDependencies
getPeerProposal
in interface PCEPSessionNegotiatorFactoryDependencies
Copyright © 2019 OpenDaylight. All rights reserved.