Uses of Interface
io.undertow.server.OpenListener
-
-
Uses of OpenListener in io.undertow
Constructors in io.undertow with parameters of type OpenListener Constructor Description ListenerInfo(java.lang.String protcol, java.net.SocketAddress address, OpenListener openListener, UndertowXnioSsl ssl, org.xnio.channels.AcceptingChannel<? extends org.xnio.StreamConnection> channel)
-
Uses of OpenListener in io.undertow.conduits
Constructors in io.undertow.conduits with parameters of type OpenListener Constructor Description ReadTimeoutStreamSourceConduit(org.xnio.conduits.StreamSourceConduit delegate, org.xnio.StreamConnection connection, OpenListener openListener)
WriteTimeoutStreamSinkConduit(org.xnio.conduits.StreamSinkConduit delegate, org.xnio.StreamConnection connection, OpenListener openListener)
-
Uses of OpenListener in io.undertow.server
Subinterfaces of OpenListener in io.undertow.server Modifier and Type Interface Description interface
DelegateOpenListener
An open listener that handles being delegated to, e.g. -
Uses of OpenListener in io.undertow.server.protocol.ajp
Classes in io.undertow.server.protocol.ajp that implement OpenListener Modifier and Type Class Description class
AjpOpenListener
-
Uses of OpenListener in io.undertow.server.protocol.http
Classes in io.undertow.server.protocol.http that implement OpenListener Modifier and Type Class Description class
AlpnOpenListener
Open listener adaptor for ALPN connectionsclass
HttpOpenListener
Open listener for HTTP server. -
Uses of OpenListener in io.undertow.server.protocol.http2
Classes in io.undertow.server.protocol.http2 that implement OpenListener Modifier and Type Class Description class
Http2OpenListener
Open listener for HTTP2 server -
Uses of OpenListener in io.undertow.server.protocol.proxy
Constructors in io.undertow.server.protocol.proxy with parameters of type OpenListener Constructor Description ProxyProtocolOpenListener(OpenListener openListener, UndertowXnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap sslOptionMap)
-