Uses of Interface
org.eclipse.jetty.server.HttpChannelListeners.NotifyFailure
-
Packages that use HttpChannelListeners.NotifyFailure Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpChannelListeners.NotifyFailure in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HttpChannelListeners.NotifyFailure Modifier and Type Field Description static HttpChannelListeners.NotifyFailure
HttpChannelListeners.NotifyFailure. NOOP
private HttpChannelListeners.NotifyFailure
HttpChannelListeners. onDispatchFailure
private HttpChannelListeners.NotifyFailure
HttpChannelListeners. onRequestFailure
private HttpChannelListeners.NotifyFailure
HttpChannelListeners. onResponseFailure
Methods in org.eclipse.jetty.server that return HttpChannelListeners.NotifyFailure Modifier and Type Method Description private static HttpChannelListeners.NotifyFailure
HttpChannelListeners. combine(HttpChannelListeners.NotifyFailure first, HttpChannelListeners.NotifyFailure second)
Methods in org.eclipse.jetty.server with parameters of type HttpChannelListeners.NotifyFailure Modifier and Type Method Description private static HttpChannelListeners.NotifyFailure
HttpChannelListeners. combine(HttpChannelListeners.NotifyFailure first, HttpChannelListeners.NotifyFailure second)
-