Uses of Class
io.netty.util.ConstantPool
-
Packages that use ConstantPool Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.handler.ssl SSL · TLS implementation based onSSLEngineio.netty.util Utility classes used across multiple packages. -
-
Uses of ConstantPool in io.netty.channel
Fields in io.netty.channel declared as ConstantPool Modifier and Type Field Description private static ConstantPool<ChannelOption<java.lang.Object>>ChannelOption. pool -
Uses of ConstantPool in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as ConstantPool Modifier and Type Field Description private static ConstantPool<SslContextOption<java.lang.Object>>SslContextOption. pool -
Uses of ConstantPool in io.netty.util
Fields in io.netty.util declared as ConstantPool Modifier and Type Field Description private static ConstantPool<AttributeKey<java.lang.Object>>AttributeKey. poolprivate static ConstantPool<Signal>Signal. pool
-