Uses of Class
io.netty.handler.ssl.PemValue
-
Packages that use PemValue Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of PemValue in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return PemValue Modifier and Type Method Description PemValue
PemValue. copy()
PemValue
PemValue. duplicate()
PemValue
PemValue. replace(ByteBuf content)
PemValue
PemValue. retain()
PemValue
PemValue. retain(int increment)
PemValue
PemValue. retainedDuplicate()
PemValue
PemValue. touch()
PemValue
PemValue. touch(java.lang.Object hint)
-