Uses of Interface
io.netty.util.collection.IntObjectMap
Packages that use IntObjectMap
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Handlers for sending and receiving HTTP/2 frames.
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.
-
Uses of IntObjectMap in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as IntObjectMapModifier and TypeFieldDescriptionprivate final IntObjectMap
<AbstractEpollChannel> EpollEventLoop.channels
-
Uses of IntObjectMap in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as IntObjectMapModifier and TypeFieldDescriptionprivate final IntObjectMap
<AbstractKQueueChannel> KQueueEventLoop.channels
-
Uses of IntObjectMap in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as IntObjectMapModifier and TypeFieldDescription(package private) IntObjectMap
<WeightedFairQueueByteDistributor.State> WeightedFairQueueByteDistributor.State.children
private final IntObjectMap
<Http2FrameCodec.DefaultHttp2FrameStream> Http2FrameCodec.frameStreamToInitializeMap
private final IntObjectMap
<WeightedFairQueueByteDistributor.State> WeightedFairQueueByteDistributor.stateOnlyMap
If there is no Http2Stream object, but we still persist priority information then this is where the state will reside.(package private) final IntObjectMap
<Http2Stream> DefaultHttp2Connection.streamMap
Methods in io.netty.handler.codec.http2 that return IntObjectMapModifier and TypeMethodDescriptionWeightedFairQueueByteDistributor.State.removeAllChildrenExcept
(WeightedFairQueueByteDistributor.State stateToRetain) Remove all children with the exception ofstreamToRetain
. -
Uses of IntObjectMap in io.netty.handler.codec.sctp
Fields in io.netty.handler.codec.sctp declared as IntObjectMapModifier and TypeFieldDescriptionprivate final IntObjectMap
<ByteBuf> SctpMessageCompletionHandler.fragments
-
Uses of IntObjectMap in io.netty.resolver.dns
Fields in io.netty.resolver.dns declared as IntObjectMapModifier and TypeFieldDescriptionprivate final IntObjectMap
<DnsQueryContext> DnsQueryContextManager.DnsQueryContextMap.map
-
Uses of IntObjectMap in io.netty.util.collection
Classes in io.netty.util.collection that implement IntObjectMapModifier and TypeClassDescriptionprivate static final class
An empty map.private static final class
An unmodifiable wrapper around aIntObjectMap
.class
A hash map implementation ofIntObjectMap
that uses open addressing for keys.Fields in io.netty.util.collection declared as IntObjectMapModifier and TypeFieldDescriptionprivate static final IntObjectMap
<Object> IntCollections.EMPTY_MAP
private final IntObjectMap
<V> IntCollections.UnmodifiableMap.map
Methods in io.netty.util.collection that return IntObjectMapModifier and TypeMethodDescriptionstatic <V> IntObjectMap
<V> IntCollections.emptyMap()
Returns an unmodifiable emptyIntObjectMap
.static <V> IntObjectMap
<V> IntCollections.unmodifiableMap
(IntObjectMap<V> map) Creates an unmodifiable wrapper around the given map.Methods in io.netty.util.collection with parameters of type IntObjectMapModifier and TypeMethodDescriptionstatic <V> IntObjectMap
<V> IntCollections.unmodifiableMap
(IntObjectMap<V> map) Creates an unmodifiable wrapper around the given map.Constructors in io.netty.util.collection with parameters of type IntObjectMap