Uses of Class
io.netty.channel.ChannelMetadata
Packages that use ChannelMetadata
Package
Description
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
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.Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
A virtual transport that enables the communication between the two
parties in the same virtual machine.
NIO-based channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based channel API implementation - recommended for
a small number of connections (< 1000).
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based SCTP channel API implementation - recommended for
a small number of connections (< 1000).
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
Handlers for sending and receiving HTTP/2 frames.
-
Uses of ChannelMetadata in io.netty.bootstrap
Fields in io.netty.bootstrap declared as ChannelMetadataMethods in io.netty.bootstrap that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.channel
Fields in io.netty.channel declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
AbstractServerChannel.METADATA
Methods in io.netty.channel that return ChannelMetadataMethods in io.netty.channel with parameters of type ChannelMetadataModifier and TypeMethodDescriptionprivate void
DefaultChannelConfig.setRecvByteBufAllocator
(RecvByteBufAllocator allocator, ChannelMetadata metadata) Set theRecvByteBufAllocator
which is used for the channel to allocate receive buffers. -
Uses of ChannelMetadata in io.netty.channel.embedded
Fields in io.netty.channel.embedded declared as ChannelMetadataModifier and TypeFieldDescriptionprivate final ChannelMetadata
EmbeddedChannel.metadata
private static final ChannelMetadata
EmbeddedChannel.METADATA_DISCONNECT
private static final ChannelMetadata
EmbeddedChannel.METADATA_NO_DISCONNECT
Methods in io.netty.channel.embedded that return ChannelMetadataModifier and TypeMethodDescriptionEmbeddedChannel.metadata()
private static ChannelMetadata
EmbeddedChannel.metadata
(boolean hasDisconnect) -
Uses of ChannelMetadata in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
AbstractEpollChannel.METADATA
private static final ChannelMetadata
AbstractEpollServerChannel.METADATA
private static final ChannelMetadata
AbstractEpollStreamChannel.METADATA
private static final ChannelMetadata
EpollDatagramChannel.METADATA
private static final ChannelMetadata
EpollDomainDatagramChannel.METADATA
Methods in io.netty.channel.epoll that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
AbstractKQueueChannel.METADATA
private static final ChannelMetadata
AbstractKQueueDatagramChannel.METADATA
private static final ChannelMetadata
AbstractKQueueServerChannel.METADATA
private static final ChannelMetadata
AbstractKQueueStreamChannel.METADATA
Methods in io.netty.channel.kqueue that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.channel.local
Fields in io.netty.channel.local declared as ChannelMetadataMethods in io.netty.channel.local that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.channel.nio
Fields in io.netty.channel.nio declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
AbstractNioByteChannel.METADATA
Methods in io.netty.channel.nio that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.channel.oio
Fields in io.netty.channel.oio declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
AbstractOioByteChannel.METADATA
Deprecated.Methods in io.netty.channel.oio that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.channel.sctp.nio
Fields in io.netty.channel.sctp.nio declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
NioSctpChannel.METADATA
private static final ChannelMetadata
NioSctpServerChannel.METADATA
Methods in io.netty.channel.sctp.nio that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.channel.sctp.oio
Fields in io.netty.channel.sctp.oio declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
OioSctpChannel.METADATA
Deprecated.private static final ChannelMetadata
OioSctpServerChannel.METADATA
Deprecated.Methods in io.netty.channel.sctp.oio that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.channel.socket.nio
Fields in io.netty.channel.socket.nio declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
NioDatagramChannel.METADATA
private static final ChannelMetadata
NioServerDomainSocketChannel.METADATA
private static final ChannelMetadata
NioServerSocketChannel.METADATA
Methods in io.netty.channel.socket.nio that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.channel.socket.oio
Fields in io.netty.channel.socket.oio declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
OioDatagramChannel.METADATA
Deprecated.private static final ChannelMetadata
OioServerSocketChannel.METADATA
Deprecated.Methods in io.netty.channel.socket.oio that return ChannelMetadata -
Uses of ChannelMetadata in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadata
AbstractHttp2StreamChannel.METADATA
Methods in io.netty.handler.codec.http2 that return ChannelMetadata