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(String protcol, 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 interfaceDelegateOpenListenerAn open listener that handles being delegated to, e.g. by NPN or ALPN -
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 connectionsclassHttpOpenListenerOpen 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 classHttp2OpenListenerOpen 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)
-