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 PemValuePemValue. copy()PemValuePemValue. duplicate()PemValuePemValue. replace(ByteBuf content)PemValuePemValue. retain()PemValuePemValue. retain(int increment)PemValuePemValue. retainedDuplicate()PemValuePemValue. touch()PemValuePemValue. touch(java.lang.Object hint)
-