DefaultIoCallback
public interface IoCallback
Modifier and Type | Field | Description |
---|---|---|
static IoCallback |
END_EXCHANGE |
A default callback that simply ends the exchange.
|
Modifier and Type | Method | Description |
---|---|---|
void |
onComplete(HttpServerExchange exchange,
Sender sender) |
|
void |
onException(HttpServerExchange exchange,
Sender sender,
IOException exception) |
static final IoCallback END_EXCHANGE
void onComplete(HttpServerExchange exchange, Sender sender)
void onException(HttpServerExchange exchange, Sender sender, IOException exception)
Copyright © 2018. All rights reserved.