Uses of Class
org.opendaylight.protocol.pcep.impl.PCEPSessionImpl
-
Packages that use PCEPSessionImpl Package Description org.opendaylight.protocol.pcep.impl -
-
Uses of PCEPSessionImpl in org.opendaylight.protocol.pcep.impl
Fields in org.opendaylight.protocol.pcep.impl with type parameters of type PCEPSessionImpl Modifier and Type Field Description protected io.netty.util.concurrent.Promise<PCEPSessionImpl>AbstractSessionNegotiator. promiseMethods in org.opendaylight.protocol.pcep.impl that return PCEPSessionImpl Modifier and Type Method Description protected abstract PCEPSessionImplAbstractPCEPSessionNegotiator. createSession(io.netty.channel.Channel channel, Open localPrefs, Open remotePrefs)Create the protocol session.PCEPSessionImplDefaultPCEPSessionNegotiator. createSession(io.netty.channel.Channel channel, Open localPrefs, Open remotePrefs)Methods in org.opendaylight.protocol.pcep.impl that return types with arguments of type PCEPSessionImpl Modifier and Type Method Description PCEPSessionNegotiatorFactory<PCEPSessionImpl>PCEPDispatcherImpl. getPCEPSessionNegotiatorFactory()Methods in org.opendaylight.protocol.pcep.impl with parameters of type PCEPSessionImpl Modifier and Type Method Description protected voidAbstractSessionNegotiator. negotiationSuccessful(PCEPSessionImpl session)Method parameters in org.opendaylight.protocol.pcep.impl with type arguments of type PCEPSessionImpl Modifier and Type Method Description protected abstract AbstractPCEPSessionNegotiatorAbstractPCEPSessionNegotiatorFactory. createNegotiator(PCEPSessionNegotiatorFactoryDependencies snd, io.netty.util.concurrent.Promise<PCEPSessionImpl> promise, io.netty.channel.Channel channel, short sessionId)Create a new negotiator.protected AbstractPCEPSessionNegotiatorDefaultPCEPSessionNegotiatorFactory. createNegotiator(PCEPSessionNegotiatorFactoryDependencies sessionNegotiatorDependencies, io.netty.util.concurrent.Promise<PCEPSessionImpl> promise, io.netty.channel.Channel channel, short sessionId)SessionNegotiatorAbstractPCEPSessionNegotiatorFactory. getSessionNegotiator(PCEPSessionNegotiatorFactoryDependencies dependencies, io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<PCEPSessionImpl> promise)voidPCEPDispatcherImpl.ChannelPipelineInitializer. initializeChannel(io.netty.channel.socket.SocketChannel socketChannel, io.netty.util.concurrent.Promise<PCEPSessionImpl> promise)Constructor parameters in org.opendaylight.protocol.pcep.impl with type arguments of type PCEPSessionImpl Constructor 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)PCEPDispatcherImpl(@NonNull MessageRegistry registry, @NonNull PCEPSessionNegotiatorFactory<PCEPSessionImpl> negotiatorFactory, @NonNull io.netty.channel.EventLoopGroup bossGroup, @NonNull io.netty.channel.EventLoopGroup workerGroup)Creates an instance of PCEPDispatcherImpl, gets the default selector and opens it.PCEPSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<PCEPSessionImpl> promise, PCEPSessionNegotiatorFactoryDependencies dependencies, AbstractPCEPSessionNegotiatorFactory negFactory)
-