Package io.netty.handler.ssl
Class CipherSuiteConverter.CachedValue
- java.lang.Object
-
- io.netty.handler.ssl.CipherSuiteConverter.CachedValue
-
- Enclosing class:
- CipherSuiteConverter
private static final class CipherSuiteConverter.CachedValue extends java.lang.Object
Used to store nullable values in a CHM
-
-
Field Summary
Fields Modifier and Type Field Description private static CipherSuiteConverter.CachedValue
NULL
(package private) java.lang.String
value
-
Constructor Summary
Constructors Modifier Constructor Description private
CachedValue(java.lang.String value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static CipherSuiteConverter.CachedValue
of(java.lang.String value)
-
-
-
Field Detail
-
NULL
private static final CipherSuiteConverter.CachedValue NULL
-
value
final java.lang.String value
-
-
Method Detail
-
of
static CipherSuiteConverter.CachedValue of(java.lang.String value)
-
-