Uses of Interface
io.undertow.server.OpenListener
-
Packages that use OpenListener Package Description io.undertow io.undertow.conduits io.undertow.server io.undertow.server.protocol.ajp io.undertow.server.protocol.http io.undertow.server.protocol.http2 -
-
Uses of OpenListener in io.undertow
Constructors in io.undertow with parameters of type OpenListener Constructor Description ListenerInfo(String protcol, SocketAddress address, SSLContext sslContext, OpenListener openListener) -
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 interfaceDelegateOpenListenerAn 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 classAjpOpenListener -
Uses of OpenListener in io.undertow.server.protocol.http
Classes in io.undertow.server.protocol.http that implement OpenListener Modifier and Type Class Description classAlpnOpenListenerOpen listener adaptor for ALPN connections Not a proper open listener as such, but more a mechanism for selecting between them.classHttpOpenListenerOpen listener for HTTP server.classJDK8HackAlpnOpenListenerOpen listener adaptor for ALPN connections that uses the SSLExplorer based approach and hack into the JDK8 SSLEngine via reflection. -
Uses of OpenListener in io.undertow.server.protocol.http2
Classes in io.undertow.server.protocol.http2 that implement OpenListener Modifier and Type Class Description classHttp2OpenListenerOpen listener for HTTP2 server
-