| Package | Description |
|---|---|
| io.undertow.conduits | |
| io.undertow.server | |
| io.undertow.server.protocol.ajp | |
| io.undertow.server.protocol.http | |
| io.undertow.server.protocol.spdy |
| Constructor and 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 and Description |
|---|---|
interface |
DelegateOpenListener
An open listener that handles being delegated to, e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AjpOpenListener |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpOpenListener
Open listener for HTTP server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpdyOpenListener
Open listener for SPDY server
|
class |
SpdyPlainOpenListener
Open listener for SPDY that uses direct connections rather than ALPN.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.