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