| Modifier and Type | Class and Description |
|---|---|
class |
HttpExchangeBase |
| Modifier and Type | Method and Description |
|---|---|
HttpExchange |
HttpExchange.setStatusCode(int code) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletedListener.completed(HttpExchange exchange) |
void |
ExchangeHandler.handle(HttpExchange exchange) |
void |
IoCallback.onComplete(HttpExchange exchange,
T context) |
default void |
IoCallback.onException(HttpExchange exchange,
T context,
IOException exception) |
void |
PreCommitListener.preCommit(HttpExchange exchange) |
| Constructor and Description |
|---|
DefaultBlockingHttpExchange(HttpExchange exchange) |
UndertowInputStream(HttpExchange exchange) |
UndertowOutputStream(HttpExchange exchange)
Construct a new instance.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.