Uses of Class
io.netty.util.DefaultAttributeMap
-
Packages that use DefaultAttributeMap 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 virtualChannelthat 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.rxtx A serial and parallel port communication transport based on RXTX.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 DefaultAttributeMap in io.netty.channel
Subclasses of DefaultAttributeMap in io.netty.channel Modifier and Type Class Description classAbstractChannelA skeletalChannelimplementation.classAbstractServerChannelA skeletal server-sideChannelimplementation. -
Uses of DefaultAttributeMap in io.netty.channel.embedded
Subclasses of DefaultAttributeMap in io.netty.channel.embedded Modifier and Type Class Description classEmbeddedChannelBase class forChannelimplementations that are used in an embedded fashion. -
Uses of DefaultAttributeMap in io.netty.channel.epoll
Subclasses of DefaultAttributeMap in io.netty.channel.epoll Modifier and Type Class Description classAbstractEpollServerChannelclassAbstractEpollStreamChannelclassEpollDatagramChannelDatagramChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.classEpollDomainDatagramChannelclassEpollDomainSocketChannelclassEpollServerDomainSocketChannelclassEpollServerSocketChannelServerSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance.classEpollSocketChannelSocketChannelimplementation that uses linux EPOLL Edge-Triggered Mode for maximal performance. -
Uses of DefaultAttributeMap in io.netty.channel.kqueue
Subclasses of DefaultAttributeMap in io.netty.channel.kqueue Modifier and Type Class Description classAbstractKQueueServerChannelclassAbstractKQueueStreamChannelclassKQueueDatagramChannelclassKQueueDomainDatagramChannelclassKQueueDomainSocketChannelclassKQueueServerDomainSocketChannelclassKQueueServerSocketChannelclassKQueueSocketChannel -
Uses of DefaultAttributeMap in io.netty.channel.local
Subclasses of DefaultAttributeMap in io.netty.channel.local Modifier and Type Class Description classLocalChannelAChannelfor the local transport.classLocalServerChannelAServerChannelfor the local transport which allows in VM communication. -
Uses of DefaultAttributeMap in io.netty.channel.nio
Subclasses of DefaultAttributeMap in io.netty.channel.nio Modifier and Type Class Description classAbstractNioByteChannelAbstractNioChannelbase class forChannels that operate on bytes.classAbstractNioChannelAbstract base class forChannelimplementations which use a Selector based approach.classAbstractNioMessageChannelAbstractNioChannelbase class forChannels that operate on messages. -
Uses of DefaultAttributeMap in io.netty.channel.oio
Subclasses of DefaultAttributeMap in io.netty.channel.oio Modifier and Type Class Description classAbstractOioByteChannelDeprecated.use NIO / EPOLL / KQUEUE transport.classAbstractOioChannelDeprecated.use NIO / EPOLL / KQUEUE transport.classAbstractOioMessageChannelDeprecated.use NIO / EPOLL / KQUEUE transport.classOioByteStreamChannelDeprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of DefaultAttributeMap in io.netty.channel.rxtx
Subclasses of DefaultAttributeMap in io.netty.channel.rxtx Modifier and Type Class Description classRxtxChannelDeprecated.this transport will be removed in the next major version. -
Uses of DefaultAttributeMap in io.netty.channel.sctp.nio
Subclasses of DefaultAttributeMap in io.netty.channel.sctp.nio Modifier and Type Class Description classNioSctpChannelSctpChannelimplementation which use non-blocking mode and allows to read / writeSctpMessages to the underlyingSctpChannel.classNioSctpServerChannelSctpServerChannelimplementation which use non-blocking mode to accept new connections and create theNioSctpChannelfor them. -
Uses of DefaultAttributeMap in io.netty.channel.sctp.oio
Subclasses of DefaultAttributeMap in io.netty.channel.sctp.oio Modifier and Type Class Description classOioSctpChannelDeprecated.useNioSctpChannel.classOioSctpServerChannelDeprecated.useNioSctpServerChannel. -
Uses of DefaultAttributeMap in io.netty.channel.socket.nio
Subclasses of DefaultAttributeMap in io.netty.channel.socket.nio Modifier and Type Class Description classNioDatagramChannelAn NIO datagramChannelthat sends and receives anAddressedEnvelope.classNioDomainSocketChannelDuplexChannelwhich uses NIO selector based implementation to support UNIX Domain Sockets.classNioServerDomainSocketChannelAServerChannelimplementation which uses NIO selector based implementation to support UNIX Domain Sockets.classNioServerSocketChannelAServerSocketChannelimplementation which uses NIO selector based implementation to accept new connections.classNioSocketChannelSocketChannelwhich uses NIO selector based implementation. -
Uses of DefaultAttributeMap in io.netty.channel.socket.oio
Subclasses of DefaultAttributeMap in io.netty.channel.socket.oio Modifier and Type Class Description classOioDatagramChannelDeprecated.use NIO / EPOLL / KQUEUE transport.classOioServerSocketChannelDeprecated.use NIO / EPOLL / KQUEUE transport.classOioSocketChannelDeprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of DefaultAttributeMap in io.netty.channel.udt.nio
Subclasses of DefaultAttributeMap in io.netty.channel.udt.nio Modifier and Type Class Description classNioUdtAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtByteAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtByteConnectorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtByteRendezvousChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageConnectorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageRendezvousChannelDeprecated.The UDT transport is no longer maintained and will be removed. -
Uses of DefaultAttributeMap in io.netty.channel.uring
Subclasses of DefaultAttributeMap in io.netty.channel.uring Modifier and Type Class Description classIoUringDatagramChannelclassIoUringDomainSocketChannelDomainSocketChannelimplementation that uses linux io_uringclassIoUringServerDomainSocketChannelclassIoUringServerSocketChannelclassIoUringSocketChannel
-