Package io.netty.resolver.dns
Class DnsQueryContextManager.DnsQueryContextMap
- java.lang.Object
-
- io.netty.resolver.dns.DnsQueryContextManager.DnsQueryContextMap
-
- Enclosing class:
- DnsQueryContextManager
private static final class DnsQueryContextManager.DnsQueryContextMap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DnsQueryIdSpaceidSpaceprivate IntObjectMap<DnsQueryContext>map
-
Constructor Summary
Constructors Modifier Constructor Description privateDnsQueryContextMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intadd(DnsQueryContext ctx)(package private) DnsQueryContextget(int id)(package private) DnsQueryContextremove(int id)
-
-
-
Field Detail
-
idSpace
private final DnsQueryIdSpace idSpace
-
map
private final IntObjectMap<DnsQueryContext> map
-
-
Method Detail
-
add
int add(DnsQueryContext ctx)
-
get
DnsQueryContext get(int id)
-
remove
DnsQueryContext remove(int id)
-
-