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 TypeMethodDescriptionvoid
onComplete
(HttpServerExchange exchange, Sender sender) void
onException
(HttpServerExchange exchange, Sender sender, IOException exception)
-
Constructor Details
-
DefaultIoCallback
protected DefaultIoCallback()
-
-
Method Details
-
onComplete
- Specified by:
onComplete
in interfaceIoCallback
-
onException
- Specified by:
onException
in interfaceIoCallback
-