Uses of Package
io.netty.util.collection
-
Packages that use io.netty.util.collection Package Description 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.handler.codec.dns DNS codec.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT.io.netty.handler.codec.redis Encoder, decoder for Redis.io.netty.resolver.dns 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.io.netty.util.collection -
Classes in io.netty.util.collection used by io.netty.channel.epoll Class Description IntObjectMap Interface for a primitive map that usesint
s as keys. -
Classes in io.netty.util.collection used by io.netty.channel.kqueue Class Description IntObjectMap Interface for a primitive map that usesint
s as keys. -
Classes in io.netty.util.collection used by io.netty.handler.codec.dns Class Description IntObjectHashMap A hash map implementation ofIntObjectMap
that uses open addressing for keys. -
Classes in io.netty.util.collection used by io.netty.handler.codec.http2 Class Description CharObjectHashMap A hash map implementation ofCharObjectMap
that uses open addressing for keys.CharObjectMap Interface for a primitive map that useschar
s as keys.IntObjectMap Interface for a primitive map that usesint
s as keys.IntObjectMap.PrimitiveEntry 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 Class Description IntObjectHashMap A hash map implementation ofIntObjectMap
that uses open addressing for keys. -
Classes in io.netty.util.collection used by io.netty.handler.codec.redis Class Description LongObjectMap Interface for a primitive map that useslong
s as keys. -
Classes in io.netty.util.collection used by io.netty.resolver.dns Class Description IntObjectMap Interface for a primitive map that usesint
s as keys. -
Classes in io.netty.util.collection used by io.netty.util.collection Class Description ByteObjectHashMap.PrimitiveIterator Iterator over primitive entries.ByteObjectMap Interface for a primitive map that usesbyte
s as keys.ByteObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()
CharObjectHashMap.PrimitiveIterator Iterator over primitive entries.CharObjectMap Interface for a primitive map that useschar
s as keys.CharObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromCharObjectMap.entries()
IntObjectHashMap.PrimitiveIterator Iterator over primitive entries.IntObjectMap Interface for a primitive map that usesint
s as keys.IntObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromIntObjectMap.entries()
LongObjectHashMap.PrimitiveIterator Iterator over primitive entries.LongObjectMap Interface for a primitive map that useslong
s as keys.LongObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromLongObjectMap.entries()
ShortObjectHashMap.PrimitiveIterator Iterator over primitive entries.ShortObjectMap Interface for a primitive map that usesshort
s as keys.ShortObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromShortObjectMap.entries()