Package io.undertow.httpcore
Interface IoCallback<T>
public interface IoCallback<T>
- Author:
- Stuart Douglas
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IoCallbackA default callback that simply ends the exchange.static final org.jboss.logging.Logger -
Method Summary
Modifier and TypeMethodDescriptionvoidonComplete(HttpExchange exchange, T context) default voidonException(HttpExchange exchange, T context, IOException exception)
-
Field Details
-
log
static final org.jboss.logging.Logger log -
END_EXCHANGE
A default callback that simply ends the exchange.
-
-
Method Details
-
onComplete
-
onException
-