Package io.undertow.io
Interface IoCallback
- All Known Implementing Classes:
DefaultIoCallback
public interface IoCallback
- Author:
- Stuart Douglas
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IoCallbackA default callback that simply ends the exchange. -
Method Summary
Modifier and TypeMethodDescriptionvoidonComplete(HttpServerExchange exchange, Sender sender) voidonException(HttpServerExchange exchange, Sender sender, IOException exception)
-
Field Details
-
END_EXCHANGE
A default callback that simply ends the exchange.
-
-
Method Details
-
onComplete
-
onException
-