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.NotifyFailureHttpChannelListeners.NotifyFailure. NOOPprivate HttpChannelListeners.NotifyFailureHttpChannelListeners. onDispatchFailureprivate HttpChannelListeners.NotifyFailureHttpChannelListeners. onRequestFailureprivate HttpChannelListeners.NotifyFailureHttpChannelListeners. onResponseFailureMethods in org.eclipse.jetty.server that return HttpChannelListeners.NotifyFailure Modifier and Type Method Description private static HttpChannelListeners.NotifyFailureHttpChannelListeners. 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.NotifyFailureHttpChannelListeners. combine(HttpChannelListeners.NotifyFailure first, HttpChannelListeners.NotifyFailure second)
-