Uses of Class
io.netty.handler.ssl.StacklessSSLHandshakeException
-
Packages that use StacklessSSLHandshakeException Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of StacklessSSLHandshakeException in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return StacklessSSLHandshakeException Modifier and Type Method Description (package private) static StacklessSSLHandshakeException
StacklessSSLHandshakeException. newInstance(java.lang.String reason, java.lang.Class<?> clazz, java.lang.String method)
Creates a newStacklessSSLHandshakeException
which has the origin of the givenClass
and method.
-