| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.server | |
| io.undertow.server.protocol | |
| io.undertow.server.protocol.ajp | |
| io.undertow.server.protocol.http | |
| io.undertow.server.protocol.http2 |
| Modifier and Type | Method | Description |
|---|---|---|
void |
UndertowLogger_$logger.responseWasNotTerminated(ServerConnection connection,
HttpServerExchange exchange) |
|
void |
UndertowLogger.responseWasNotTerminated(ServerConnection connection,
HttpServerExchange exchange) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractServerConnection |
| Modifier and Type | Method | Description |
|---|---|---|
ServerConnection |
HttpServerExchange.getConnection() |
Get the underlying HTTP connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.xnio.ChannelListener.Setter<ServerConnection> |
AbstractServerConnection.getCloseSetter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ServerConnection.CloseListener.closed(ServerConnection connection) |
| Constructor | Description |
|---|---|
HttpServerExchange(ServerConnection connection) |
|
HttpServerExchange(ServerConnection connection,
long maxEntitySize) |
|
HttpServerExchange(ServerConnection connection,
HeaderMap requestHeaders,
HeaderMap responseHeaders,
long maxEntitySize) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ParseTimeoutUpdater.closed(ServerConnection connection) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AjpServerConnection |
A server-side AJP connection.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpServerConnection |
A server-side HTTP connection.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Http2ServerConnection |
A server connection.
|
Copyright © 2018. All rights reserved.