public interface DefaultResponseListener
Modifier and Type | Field | Description |
---|---|---|
static AttachmentKey<java.lang.Throwable> |
EXCEPTION |
If the default response listener was invoked as a result of an exception being thrown
then the exception will be available under this attachment key.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
handleDefaultResponse(HttpServerExchange exchange) |
static final AttachmentKey<java.lang.Throwable> EXCEPTION
boolean handleDefaultResponse(HttpServerExchange exchange)
exchange
- The exchangeCopyright © 2018. All rights reserved.