Uses of Class
io.undertow.protocols.ssl.SslConduit
-
Packages that use SslConduit Package Description io.undertow io.undertow.protocols.ssl -
-
Uses of SslConduit in io.undertow
Methods in io.undertow with parameters of type SslConduit Modifier and Type Method Description void
UndertowLogger_$logger. sslBufferOverflow(SslConduit sslConduit)
void
UndertowLogger. sslBufferOverflow(SslConduit sslConduit)
void
UndertowLogger_$logger. sslReadLoopDetected(SslConduit sslConduit)
void
UndertowLogger. sslReadLoopDetected(SslConduit sslConduit)
-
Uses of SslConduit in io.undertow.protocols.ssl
Methods in io.undertow.protocols.ssl that return SslConduit Modifier and Type Method Description static SslConduit
UndertowXnioSsl. getSslConduit(org.xnio.ssl.SslConnection connection)
-