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