Constructor | Description |
---|---|
ListenerInfo(java.lang.String protcol,
java.net.SocketAddress address,
OpenListener openListener,
UndertowXnioSsl ssl,
org.xnio.channels.AcceptingChannel<? extends org.xnio.StreamConnection> channel) |
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) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
DelegateOpenListener |
An open listener that handles being delegated to, e.g.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AjpOpenListener |
Modifier and Type | Class | Description |
---|---|---|
class |
AlpnOpenListener |
Open listener adaptor for ALPN connections
|
class |
HttpOpenListener |
Open listener for HTTP server.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Http2OpenListener |
Open listener for HTTP2 server
|
Constructor | Description |
---|---|
ProxyProtocolOpenListener(OpenListener openListener,
UndertowXnioSsl ssl,
ByteBufferPool bufferPool,
org.xnio.OptionMap sslOptionMap) |
Copyright © 2018. All rights reserved.