Package io.undertow.io
Class DefaultIoCallback
java.lang.Object
io.undertow.io.DefaultIoCallback
- All Implemented Interfaces:
IoCallback
A default callback implementation that simply ends the exchange
- Author:
- Stuart Douglas
- See Also:
-
Field Summary
Fields inherited from interface io.undertow.io.IoCallback
END_EXCHANGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonComplete(HttpServerExchange exchange, Sender sender) voidonException(HttpServerExchange exchange, Sender sender, IOException exception)
-
Constructor Details
-
DefaultIoCallback
protected DefaultIoCallback()
-
-
Method Details
-
onComplete
- Specified by:
onCompletein interfaceIoCallback
-
onException
- Specified by:
onExceptionin interfaceIoCallback
-