Package | Description |
---|---|
org.opendaylight.protocol.pcep.impl |
Modifier and Type | Field and Description |
---|---|
protected io.netty.util.concurrent.Promise<PCEPSessionImpl> |
AbstractSessionNegotiator.promise |
Modifier and Type | Method and Description |
---|---|
protected abstract PCEPSessionImpl |
AbstractPCEPSessionNegotiator.createSession(io.netty.channel.Channel channel,
Open localPrefs,
Open remotePrefs)
Create the protocol session.
|
PCEPSessionImpl |
DefaultPCEPSessionNegotiator.createSession(io.netty.channel.Channel channel,
Open localPrefs,
Open remotePrefs) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSessionNegotiator.negotiationSuccessful(PCEPSessionImpl session) |
Modifier and Type | Method and Description |
---|---|
protected AbstractPCEPSessionNegotiator |
DefaultPCEPSessionNegotiatorFactory.createNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPSessionListener listener,
io.netty.channel.Channel channel,
short sessionId,
PCEPPeerProposal peerProposal) |
protected abstract AbstractPCEPSessionNegotiator |
AbstractPCEPSessionNegotiatorFactory.createNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPSessionListener listener,
io.netty.channel.Channel channel,
short sessionId,
PCEPPeerProposal peerProposal)
Create a new negotiator.
|
SessionNegotiator |
AbstractPCEPSessionNegotiatorFactory.getSessionNegotiator(PCEPSessionListenerFactory factory,
io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPPeerProposal peerProposal) |
void |
PCEPDispatcherImpl.ChannelPipelineInitializer.initializeChannel(io.netty.channel.socket.SocketChannel socketChannel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise) |
Constructor and Description |
---|
AbstractPCEPSessionNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
io.netty.channel.Channel channel) |
AbstractSessionNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
io.netty.channel.Channel channel) |
DefaultPCEPSessionNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
io.netty.channel.Channel channel,
PCEPSessionListener listener,
short sessionId,
int maxUnknownMessages,
Open localPrefs) |
DefaultPCEPSessionNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
io.netty.channel.Channel channel,
PCEPSessionListener listener,
short sessionId,
int maxUnknownMessages,
Open localPrefs,
Tls tlsConfiguration) |
PCEPSessionNegotiator(io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPSessionListenerFactory factory,
AbstractPCEPSessionNegotiatorFactory negFactory,
PCEPPeerProposal peerProposal) |
Copyright © 2018 OpenDaylight. All rights reserved.