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 and Description |
---|---|
void | UndertowLogger.responseWasNotTerminated(ServerConnection connection, HttpServerExchange exchange) |
void | UndertowLogger_$logger.responseWasNotTerminated(ServerConnection connection, HttpServerExchange exchange) |
Modifier and Type | Class and Description |
---|---|
class | AbstractServerConnection |
Modifier and Type | Method and Description |
---|---|
ServerConnection | HttpServerExchange.getConnection() Get the underlying HTTP connection. |
Modifier and Type | Method and Description |
---|---|
org.xnio.ChannelListener.Setter<ServerConnection> | AbstractServerConnection.getCloseSetter() |
Modifier and Type | Method and Description |
---|---|
void | ServerConnection.CloseListener.closed(ServerConnection connection) |
Constructor and Description |
---|
HttpServerExchange(ServerConnection connection) |
HttpServerExchange(ServerConnection connection, HeaderMap requestHeaders, HeaderMap responseHeaders, long maxEntitySize) |
HttpServerExchange(ServerConnection connection, long maxEntitySize) |
Modifier and Type | Method and Description |
---|---|
void | ParseTimeoutUpdater.closed(ServerConnection connection) |
Modifier and Type | Class and Description |
---|---|
class | AjpServerConnection A server-side AJP connection. |
Modifier and Type | Class and Description |
---|---|
class | HttpServerConnection A server-side HTTP connection. |
Modifier and Type | Class and Description |
---|---|
class | Http2ServerConnection A server connection. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.