public interface PCEPDispatcher
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelFuture |
createServer(InetSocketAddress address,
KeyMapping keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Creates server.
|
default io.netty.channel.ChannelFuture |
createServer(InetSocketAddress address,
Optional<KeyMapping> keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Deprecated.
|
io.netty.channel.ChannelFuture |
createServer(InetSocketAddress address,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Creates server.
|
PCEPSessionNegotiatorFactory<?> |
getPCEPSessionNegotiatorFactory() |
io.netty.channel.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 io.netty.channel.ChannelFuture createServer(InetSocketAddress address, Optional<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 messageio.netty.channel.ChannelFuture createServer(InetSocketAddress address, 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 © 2018 OpenDaylight. All rights reserved.