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.
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.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as IntObjectMapModifier and TypeFieldDescription(package private) IntObjectMap<WeightedFairQueueByteDistributor.State> WeightedFairQueueByteDistributor.State.childrenprivate final IntObjectMap<Http2FrameCodec.DefaultHttp2FrameStream> Http2FrameCodec.frameStreamToInitializeMapprivate final IntObjectMap<WeightedFairQueueByteDistributor.State> WeightedFairQueueByteDistributor.stateOnlyMapIf 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.streamMapMethods 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 classAn empty map.private static final classAn unmodifiable wrapper around aIntObjectMap.classA hash map implementation ofIntObjectMapthat uses open addressing for keys.Fields in io.netty.util.collection declared as IntObjectMapModifier and TypeFieldDescriptionprivate static final IntObjectMap<Object> IntCollections.EMPTY_MAPprivate final IntObjectMap<V> IntCollections.UnmodifiableMap.mapMethods 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