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 voidUndertowLogger_$logger. sslBufferOverflow(SslConduit sslConduit)voidUndertowLogger. sslBufferOverflow(SslConduit sslConduit)voidUndertowLogger_$logger. sslReadLoopDetected(SslConduit sslConduit)voidUndertowLogger. 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 SslConduitUndertowXnioSsl. getSslConduit(org.xnio.ssl.SslConnection connection)
-