Uses of Interface
io.netty.channel.ChannelId
Packages that use ChannelId
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context.A channel registry which helps a user maintain the list of open
Channels and perform bulk operations on them.Handlers for sending and receiving HTTP/2 frames.
-
Uses of ChannelId in io.netty.channel
Classes in io.netty.channel that implement ChannelIdSubinterfaces with type arguments of type ChannelId in io.netty.channelModifier and TypeInterfaceDescriptioninterfaceRepresents the globally unique identifier of aChannel.Fields in io.netty.channel declared as ChannelIdMethods in io.netty.channel that return ChannelIdModifier and TypeMethodDescriptionfinal ChannelIdAbstractChannel.id()Channel.id()Returns the globally unique identifier of thisChannel.protected ChannelIdAbstractChannel.newId()Returns a newDefaultChannelIdinstance.Methods in io.netty.channel with parameters of type ChannelIdConstructors in io.netty.channel with parameters of type ChannelIdModifierConstructorDescriptionprotectedAbstractChannel(Channel parent, ChannelId id) Creates a new instance. -
Uses of ChannelId in io.netty.channel.embedded
Classes in io.netty.channel.embedded that implement ChannelIdFields in io.netty.channel.embedded declared as ChannelIdModifier and TypeFieldDescription(package private) static final ChannelIdEmbeddedChannelId.INSTANCEMethods in io.netty.channel.embedded with parameters of type ChannelIdConstructors in io.netty.channel.embedded with parameters of type ChannelIdModifierConstructorDescriptionEmbeddedChannel(ChannelId channelId) Create a new instance with the specified ID and an empty pipeline.EmbeddedChannel(ChannelId channelId, boolean register, boolean hasDisconnect, ChannelHandler... handlers) Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.EmbeddedChannel(ChannelId channelId, boolean hasDisconnect, ChannelConfig config, ChannelHandler... handlers) Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.EmbeddedChannel(ChannelId channelId, boolean hasDisconnect, ChannelHandler... handlers) Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.EmbeddedChannel(ChannelId channelId, ChannelHandler... handlers) Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.EmbeddedChannel(Channel parent, ChannelId channelId, boolean register, boolean hasDisconnect, ChannelHandler... handlers) Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers. -
Uses of ChannelId in io.netty.channel.group
Fields in io.netty.channel.group with type parameters of type ChannelIdModifier and TypeFieldDescriptionprivate final ConcurrentMap<ChannelId, Channel> DefaultChannelGroup.nonServerChannelsprivate final ConcurrentMap<ChannelId, Channel> DefaultChannelGroup.serverChannelsMethods in io.netty.channel.group with parameters of type ChannelId -
Uses of ChannelId in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement ChannelIdModifier and TypeClassDescription(package private) final classChannelId implementation which is used by ourHttp2StreamChannelimplementation.Fields in io.netty.handler.codec.http2 declared as ChannelIdMethods in io.netty.handler.codec.http2 that return ChannelIdMethods in io.netty.handler.codec.http2 with parameters of type ChannelIdConstructors in io.netty.handler.codec.http2 with parameters of type ChannelId