| 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 |
|---|---|
PCEPSessionImpl |
DefaultPCEPSessionNegotiator.createSession(io.netty.channel.Channel channel,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.Open localPrefs,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.Open remotePrefs) |
protected abstract PCEPSessionImpl |
AbstractPCEPSessionNegotiator.createSession(io.netty.channel.Channel channel,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.Open localPrefs,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.Open remotePrefs)
Create the protocol session.
|
| 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,
org.opendaylight.protocol.pcep.PCEPSessionListener listener,
io.netty.channel.Channel channel,
short sessionId,
org.opendaylight.protocol.pcep.PCEPPeerProposal peerProposal) |
protected abstract AbstractPCEPSessionNegotiator |
AbstractPCEPSessionNegotiatorFactory.createNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
org.opendaylight.protocol.pcep.PCEPSessionListener listener,
io.netty.channel.Channel channel,
short sessionId,
org.opendaylight.protocol.pcep.PCEPPeerProposal peerProposal)
Create a new negotiator.
|
org.opendaylight.protocol.pcep.SessionNegotiator |
AbstractPCEPSessionNegotiatorFactory.getSessionNegotiator(org.opendaylight.protocol.pcep.PCEPSessionListenerFactory factory,
io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
org.opendaylight.protocol.pcep.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,
org.opendaylight.protocol.pcep.PCEPSessionListener listener,
short sessionId,
int maxUnknownMessages,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.Open localPrefs) |
DefaultPCEPSessionNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
io.netty.channel.Channel channel,
org.opendaylight.protocol.pcep.PCEPSessionListener listener,
short sessionId,
int maxUnknownMessages,
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.open.object.Open localPrefs,
Tls tlsConfiguration) |
PCEPSessionNegotiator(io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
org.opendaylight.protocol.pcep.PCEPSessionListenerFactory factory,
AbstractPCEPSessionNegotiatorFactory negFactory,
org.opendaylight.protocol.pcep.PCEPPeerProposal peerProposal) |
Copyright © 2017 OpenDaylight. All rights reserved.