public interface IoCallback
Modifier and Type | Field and Description |
---|---|
static IoCallback | END_EXCHANGE A default callback that simply ends the exchange. |
Modifier and Type | Method and 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 © 2015 JBoss by Red Hat. All rights reserved.