Uses of Class
io.undertow.protocols.ssl.UndertowXnioSsl
-
Packages that use UndertowXnioSsl Package Description io.undertow io.undertow.server.protocol.proxy -
-
Uses of UndertowXnioSsl in io.undertow
Constructors in io.undertow with parameters of type UndertowXnioSsl Constructor Description ListenerInfo(String protcol, SocketAddress address, OpenListener openListener, UndertowXnioSsl ssl, org.xnio.channels.AcceptingChannel<? extends org.xnio.StreamConnection> channel) -
Uses of UndertowXnioSsl in io.undertow.server.protocol.proxy
Constructors in io.undertow.server.protocol.proxy with parameters of type UndertowXnioSsl Constructor Description ProxyProtocolOpenListener(OpenListener openListener, UndertowXnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap sslOptionMap)
-