| Package | Description |
|---|---|
| org.opendaylight.protocol.pcep |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelFuture |
PCEPDispatcher.createServer(InetSocketAddress address,
org.opendaylight.protocol.concepts.KeyMapping keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Creates server.
|
default io.netty.channel.ChannelFuture |
PCEPDispatcher.createServer(InetSocketAddress address,
Optional<org.opendaylight.protocol.concepts.KeyMapping> keys,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Deprecated.
|
io.netty.channel.ChannelFuture |
PCEPDispatcher.createServer(InetSocketAddress address,
PCEPSessionListenerFactory listenerFactory,
PCEPPeerProposal peerProposal)
Creates server.
|
SessionNegotiator |
PCEPSessionNegotiatorFactory.getSessionNegotiator(PCEPSessionListenerFactory sessionListenerFactory,
io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<S> promise,
PCEPPeerProposal peerProposal)
Creates PCEPSessionNegotiator instance for income attributes
|
Open |
PCEPSessionProposalFactory.getSessionProposal(InetSocketAddress address,
int sessionId,
PCEPPeerProposal peerProposal) |
Copyright © 2018 OpenDaylight. All rights reserved.