Uses of Class
io.netty.handler.ssl.StacklessSSLHandshakeException
Packages that use StacklessSSLHandshakeException
-
Uses of StacklessSSLHandshakeException in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return StacklessSSLHandshakeExceptionModifier and TypeMethodDescription(package private) static StacklessSSLHandshakeException
StacklessSSLHandshakeException.newInstance
(String reason, Class<?> clazz, String method) Creates a newStacklessSSLHandshakeException
which has the origin of the givenClass
and method.