public interface PCEPDispatcher
| Modifier and Type | Method and Description |
|---|---|
ChannelFuture |
createServer(InetSocketAddress address,
org.opendaylight.protocol.concepts.KeyMapping keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Creates server.
|
default ChannelFuture |
createServer(InetSocketAddress address,
Optional<org.opendaylight.protocol.concepts.KeyMapping> keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Deprecated.
|
ChannelFuture |
createServer(InetSocketAddress address,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Creates server.
|
PCEPSessionNegotiatorFactory<?> |
getPCEPSessionNegotiatorFactory() |
ChannelFuture createServer(InetSocketAddress address, PCEPSessionListenerFactory listenerFactory, PCEPPeerProposal peerProposal)
address - to be bound with the serverlistenerFactory - to create listeners for clientspeerProposal - information used in our Open message@Deprecated default ChannelFuture createServer(InetSocketAddress address, Optional<org.opendaylight.protocol.concepts.KeyMapping> keys, PCEPSessionListenerFactory listenerFactory, PCEPPeerProposal peerProposal)
address - to be bound with the serverkeys - RFC2385 key mappinglistenerFactory - to create listeners for clientspeerProposal - information used in our Open messageChannelFuture createServer(InetSocketAddress address, org.opendaylight.protocol.concepts.KeyMapping keys, PCEPSessionListenerFactory listenerFactory, PCEPPeerProposal peerProposal)
address - to be bound with the serverkeys - RFC2385 key mappinglistenerFactory - to create listeners for clientspeerProposal - information used in our Open messagePCEPSessionNegotiatorFactory<?> getPCEPSessionNegotiatorFactory()
Copyright © 2017 OpenDaylight. All rights reserved.