Uses of Class
io.netty.channel.ChannelMetadata
-
Packages that use ChannelMetadata Package Description 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 virtualChannel
that helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context.io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport.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.sctp.nio NIO-based SCTP Channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.sctp.oio Old blocking I/O based SCTP 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.channel.udt.nio UDT Transport for NIO Channels.io.netty.channel.uring io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls. -
-
Uses of ChannelMetadata in io.netty.channel
Methods in io.netty.channel that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
AbstractServerChannel. metadata()
ChannelMetadata
Channel. metadata()
-
Uses of ChannelMetadata in io.netty.channel.embedded
Methods in io.netty.channel.embedded that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
EmbeddedChannel. metadata()
-
Uses of ChannelMetadata in io.netty.channel.epoll
Methods in io.netty.channel.epoll that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
AbstractEpollServerChannel. metadata()
ChannelMetadata
AbstractEpollStreamChannel. metadata()
ChannelMetadata
EpollDatagramChannel. metadata()
ChannelMetadata
EpollDomainDatagramChannel. metadata()
-
Uses of ChannelMetadata in io.netty.channel.kqueue
Methods in io.netty.channel.kqueue that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
AbstractKQueueServerChannel. metadata()
ChannelMetadata
AbstractKQueueStreamChannel. metadata()
-
Uses of ChannelMetadata in io.netty.channel.local
Methods in io.netty.channel.local that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
LocalChannel. metadata()
-
Uses of ChannelMetadata in io.netty.channel.nio
Methods in io.netty.channel.nio that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
AbstractNioByteChannel. metadata()
-
Uses of ChannelMetadata in io.netty.channel.oio
Methods in io.netty.channel.oio that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
AbstractOioByteChannel. metadata()
Deprecated. -
Uses of ChannelMetadata in io.netty.channel.sctp.nio
Methods in io.netty.channel.sctp.nio that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
NioSctpChannel. metadata()
ChannelMetadata
NioSctpServerChannel. metadata()
-
Uses of ChannelMetadata in io.netty.channel.sctp.oio
Methods in io.netty.channel.sctp.oio that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
OioSctpChannel. metadata()
Deprecated.ChannelMetadata
OioSctpServerChannel. metadata()
Deprecated. -
Uses of ChannelMetadata in io.netty.channel.socket.nio
Methods in io.netty.channel.socket.nio that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
NioDatagramChannel. metadata()
ChannelMetadata
NioServerDomainSocketChannel. metadata()
ChannelMetadata
NioServerSocketChannel. metadata()
-
Uses of ChannelMetadata in io.netty.channel.socket.oio
Methods in io.netty.channel.socket.oio that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
OioDatagramChannel. metadata()
Deprecated.ChannelMetadata
OioServerSocketChannel. metadata()
Deprecated. -
Uses of ChannelMetadata in io.netty.channel.udt.nio
Methods in io.netty.channel.udt.nio that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
NioUdtAcceptorChannel. metadata()
Deprecated.ChannelMetadata
NioUdtMessageConnectorChannel. metadata()
Deprecated. -
Uses of ChannelMetadata in io.netty.channel.uring
Methods in io.netty.channel.uring that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
IoUringDatagramChannel. metadata()
-