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 ChannelMetadataAbstractServerChannel.METADATAMethods in io.netty.channel that return ChannelMetadataMethods in io.netty.channel with parameters of type ChannelMetadataModifier and TypeMethodDescriptionprivate voidDefaultChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator, ChannelMetadata metadata) Set theRecvByteBufAllocatorwhich 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 ChannelMetadataEmbeddedChannel.metadataprivate static final ChannelMetadataEmbeddedChannel.METADATA_DISCONNECTprivate static final ChannelMetadataEmbeddedChannel.METADATA_NO_DISCONNECTMethods in io.netty.channel.embedded that return ChannelMetadataModifier and TypeMethodDescriptionEmbeddedChannel.metadata()private static ChannelMetadataEmbeddedChannel.metadata(boolean hasDisconnect) -
Uses of ChannelMetadata in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as ChannelMetadataModifier and TypeFieldDescriptionprivate static final ChannelMetadataAbstractEpollChannel.METADATAprivate static final ChannelMetadataAbstractEpollServerChannel.METADATAprivate static final ChannelMetadataAbstractEpollStreamChannel.METADATAprivate static final ChannelMetadataEpollDatagramChannel.METADATAprivate static final ChannelMetadataEpollDomainDatagramChannel.METADATAMethods 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 ChannelMetadataAbstractKQueueChannel.METADATAprivate static final ChannelMetadataAbstractKQueueDatagramChannel.METADATAprivate static final ChannelMetadataAbstractKQueueServerChannel.METADATAprivate static final ChannelMetadataAbstractKQueueStreamChannel.METADATAMethods 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 ChannelMetadataAbstractNioByteChannel.METADATAMethods 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 ChannelMetadataAbstractOioByteChannel.METADATADeprecated.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 ChannelMetadataNioSctpChannel.METADATAprivate static final ChannelMetadataNioSctpServerChannel.METADATAMethods 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 ChannelMetadataOioSctpChannel.METADATADeprecated.private static final ChannelMetadataOioSctpServerChannel.METADATADeprecated.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 ChannelMetadataNioDatagramChannel.METADATAprivate static final ChannelMetadataNioServerDomainSocketChannel.METADATAprivate static final ChannelMetadataNioServerSocketChannel.METADATAMethods 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 ChannelMetadataOioDatagramChannel.METADATADeprecated.private static final ChannelMetadataOioServerSocketChannel.METADATADeprecated.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 ChannelMetadataAbstractHttp2StreamChannel.METADATAMethods in io.netty.handler.codec.http2 that return ChannelMetadata