Uses of Class
org.opendaylight.protocol.pcep.impl.PCEPSessionImpl
Packages that use PCEPSessionImpl
-
Uses of PCEPSessionImpl in org.opendaylight.protocol.pcep.impl
Fields in org.opendaylight.protocol.pcep.impl with type parameters of type PCEPSessionImplModifier and TypeFieldDescriptionprotected final io.netty.util.concurrent.Promise<PCEPSessionImpl>AbstractSessionNegotiator.promiseMethods in org.opendaylight.protocol.pcep.impl that return PCEPSessionImplModifier and TypeMethodDescriptionprotected abstract PCEPSessionImplAbstractPCEPSessionNegotiator.createSession(io.netty.channel.Channel channel, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.Open localPrefs, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.Open remotePrefs) Create the protocol session.DefaultPCEPSessionNegotiator.createSession(io.netty.channel.Channel channel, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.Open localPrefs, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.Open remotePrefs) Methods in org.opendaylight.protocol.pcep.impl that return types with arguments of type PCEPSessionImplModifier and TypeMethodDescriptionfinal org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactory<PCEPSessionImpl>PCEPDispatcherImpl.getPCEPSessionNegotiatorFactory()Methods in org.opendaylight.protocol.pcep.impl with parameters of type PCEPSessionImplModifier and TypeMethodDescriptionprotected final voidAbstractSessionNegotiator.negotiationSuccessful(PCEPSessionImpl session) Method parameters in org.opendaylight.protocol.pcep.impl with type arguments of type PCEPSessionImplModifier and TypeMethodDescriptionprotected abstract AbstractPCEPSessionNegotiatorAbstractPCEPSessionNegotiatorFactory.createNegotiator(org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactoryDependencies snd, io.netty.util.concurrent.Promise<PCEPSessionImpl> promise, io.netty.channel.Channel channel, short sessionId) Create a new negotiator.protected AbstractPCEPSessionNegotiatorDefaultPCEPSessionNegotiatorFactory.createNegotiator(org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactoryDependencies sessionNegotiatorDependencies, io.netty.util.concurrent.Promise<PCEPSessionImpl> promise, io.netty.channel.Channel channel, short sessionId) final org.opendaylight.protocol.pcep.SessionNegotiatorAbstractPCEPSessionNegotiatorFactory.getSessionNegotiator(org.opendaylight.protocol.pcep.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 PCEPSessionImplModifierConstructorDescriptionprotectedAbstractPCEPSessionNegotiator(io.netty.util.concurrent.Promise<PCEPSessionImpl> promise, io.netty.channel.Channel channel) protectedAbstractSessionNegotiator(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.rev181109.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.rev181109.open.object.Open localPrefs, Tls tlsConfiguration) PCEPDispatcherImpl(@NonNull org.opendaylight.protocol.pcep.spi.MessageRegistry registry, @NonNull org.opendaylight.protocol.pcep.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, org.opendaylight.protocol.pcep.PCEPSessionNegotiatorFactoryDependencies dependencies, AbstractPCEPSessionNegotiatorFactory negFactory)