Uses of Class
io.netty.channel.ChannelMetadata
-
Packages that use ChannelMetadata Package Description io.netty.bootstrap The helper classes with fluent API which enable an easy implementation of typical client side and server side channel initialization.io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.embedded A virtualChannelthat helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context.io.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine.io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.oio Old blocking I/O based channel API implementation - recommended for a small number of connections (< 1000).io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.socket.oio Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000).io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of ChannelMetadata in io.netty.bootstrap
Fields in io.netty.bootstrap declared as ChannelMetadata Modifier and Type Field Description private static ChannelMetadataFailedChannel. METADATAMethods in io.netty.bootstrap that return ChannelMetadata Modifier and Type Method Description ChannelMetadataFailedChannel. metadata() -
Uses of ChannelMetadata in io.netty.channel
Fields in io.netty.channel declared as ChannelMetadata Modifier and Type Field Description private static ChannelMetadataAbstractServerChannel. METADATAMethods in io.netty.channel that return ChannelMetadata Modifier and Type Method Description ChannelMetadataAbstractServerChannel. metadata()ChannelMetadataChannel. metadata()Methods in io.netty.channel with parameters of type ChannelMetadata Modifier and Type Method Description private 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 ChannelMetadata Modifier and Type Field Description private ChannelMetadataEmbeddedChannel. metadataprivate static ChannelMetadataEmbeddedChannel. METADATA_DISCONNECTprivate static ChannelMetadataEmbeddedChannel. METADATA_NO_DISCONNECTMethods in io.netty.channel.embedded that return ChannelMetadata Modifier and Type Method Description ChannelMetadataEmbeddedChannel. metadata()private static ChannelMetadataEmbeddedChannel. metadata(boolean hasDisconnect) -
Uses of ChannelMetadata in io.netty.channel.local
Fields in io.netty.channel.local declared as ChannelMetadata Modifier and Type Field Description private static ChannelMetadataLocalChannel. METADATAMethods in io.netty.channel.local that return ChannelMetadata Modifier and Type Method Description ChannelMetadataLocalChannel. metadata() -
Uses of ChannelMetadata in io.netty.channel.nio
Fields in io.netty.channel.nio declared as ChannelMetadata Modifier and Type Field Description private static ChannelMetadataAbstractNioByteChannel. METADATAMethods in io.netty.channel.nio that return ChannelMetadata Modifier and Type Method Description ChannelMetadataAbstractNioByteChannel. metadata() -
Uses of ChannelMetadata in io.netty.channel.oio
Fields in io.netty.channel.oio declared as ChannelMetadata Modifier and Type Field Description private static ChannelMetadataAbstractOioByteChannel. METADATADeprecated.Methods in io.netty.channel.oio that return ChannelMetadata Modifier and Type Method Description ChannelMetadataAbstractOioByteChannel. metadata()Deprecated. -
Uses of ChannelMetadata in io.netty.channel.socket.nio
Fields in io.netty.channel.socket.nio declared as ChannelMetadata Modifier and Type Field Description private static ChannelMetadataNioDatagramChannel. METADATAprivate static ChannelMetadataNioServerSocketChannel. METADATAMethods in io.netty.channel.socket.nio that return ChannelMetadata Modifier and Type Method Description ChannelMetadataNioDatagramChannel. metadata()ChannelMetadataNioServerSocketChannel. metadata() -
Uses of ChannelMetadata in io.netty.channel.socket.oio
Fields in io.netty.channel.socket.oio declared as ChannelMetadata Modifier and Type Field Description private static ChannelMetadataOioDatagramChannel. METADATADeprecated.private static ChannelMetadataOioServerSocketChannel. METADATADeprecated.Methods in io.netty.channel.socket.oio that return ChannelMetadata Modifier and Type Method Description ChannelMetadataOioDatagramChannel. metadata()Deprecated.ChannelMetadataOioServerSocketChannel. metadata()Deprecated. -
Uses of ChannelMetadata in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as ChannelMetadata Modifier and Type Field Description private static ChannelMetadataAbstractHttp2StreamChannel. METADATAMethods in io.netty.handler.codec.http2 that return ChannelMetadata Modifier and Type Method Description ChannelMetadataAbstractHttp2StreamChannel. metadata()
-