Uses of Interface
io.undertow.server.OpenListener
Packages that use OpenListener
Package
Description
-
Uses of OpenListener in io.undertow
Constructors in io.undertow with parameters of type OpenListenerModifierConstructorDescriptionListenerInfo
(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 OpenListenerModifierConstructorDescriptionReadTimeoutStreamSourceConduit
(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.serverModifier and TypeInterfaceDescriptioninterface
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 -
Uses of OpenListener in io.undertow.server.protocol.http
Classes in io.undertow.server.protocol.http that implement OpenListenerModifier and TypeClassDescriptionclass
Open listener adaptor for ALPN connectionsfinal class
Open listener for HTTP server. -
Uses of OpenListener in io.undertow.server.protocol.http2
Classes in io.undertow.server.protocol.http2 that implement OpenListener -
Uses of OpenListener in io.undertow.server.protocol.proxy
Constructors in io.undertow.server.protocol.proxy with parameters of type OpenListenerModifierConstructorDescriptionProxyProtocolOpenListener
(OpenListener openListener, UndertowXnioSsl ssl, ByteBufferPool bufferPool, org.xnio.OptionMap sslOptionMap)