Uses of Package
io.netty.util.collection
Packages that use io.netty.util.collection
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
DNS codec.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder and different Message Types for MQTT.
Encoder, decoder for Redis.
Decoder and encoders to manage message completion and multi-streaming codec in SCTP/IP.
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
-
Classes in io.netty.util.collection used by io.netty.channel.epoll
-
Classes in io.netty.util.collection used by io.netty.channel.kqueue
-
Classes in io.netty.util.collection used by io.netty.handler.codec.dns
-
Classes in io.netty.util.collection used by io.netty.handler.codec.http2ClassDescriptionA hash map implementation of
CharObjectMap
that uses open addressing for keys.Interface for a primitive map that useschar
s as keys.Interface for a primitive map that usesint
s as keys.A primitive entry in the map, provided by the iterator fromIntObjectMap.entries()
-
Classes in io.netty.util.collection used by io.netty.handler.codec.mqtt
-
Classes in io.netty.util.collection used by io.netty.handler.codec.redis
-
Classes in io.netty.util.collection used by io.netty.handler.codec.sctp
-
Classes in io.netty.util.collection used by io.netty.resolver.dns
-
Classes in io.netty.util.collection used by io.netty.util.collectionClassDescriptionIterator over primitive entries.Interface for a primitive map that uses
byte
s as keys.A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()
Iterator over primitive entries.Interface for a primitive map that useschar
s as keys.A primitive entry in the map, provided by the iterator fromCharObjectMap.entries()
Iterator over primitive entries.Interface for a primitive map that usesint
s as keys.A primitive entry in the map, provided by the iterator fromIntObjectMap.entries()
Iterator over primitive entries.Interface for a primitive map that useslong
s as keys.A primitive entry in the map, provided by the iterator fromLongObjectMap.entries()
Iterator over primitive entries.Interface for a primitive map that usesshort
s as keys.A primitive entry in the map, provided by the iterator fromShortObjectMap.entries()