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