Package org.eclipse.jetty.server
Interface HttpChannelListeners.NotifyFailure
-
- Enclosing class:
- HttpChannelListeners
private static interface HttpChannelListeners.NotifyFailure
-
-
Field Summary
Fields Modifier and Type Field Description static HttpChannelListeners.NotifyFailure
NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFailure(Request request, java.lang.Throwable failure)
-
-
-
Field Detail
-
NOOP
static final HttpChannelListeners.NotifyFailure NOOP
-
-
Method Detail
-
onFailure
void onFailure(Request request, java.lang.Throwable failure)
-
-