Uses of Interface
org.eclipse.jetty.server.HttpChannel.Listener
-
Packages that use HttpChannel.Listener Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpChannel.Listener in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpChannel.Listener Modifier and Type Class Description static class
HttpChannel.TransientListeners
Deprecated.class
HttpChannelListeners
AHttpChannel.Listener
that holds a collection of otherHttpChannel.Listener
instances that are efficiently invoked without iteration.Fields in org.eclipse.jetty.server declared as HttpChannel.Listener Modifier and Type Field Description static HttpChannel.Listener
HttpChannelListeners. NOOP
static HttpChannel.Listener
HttpChannel. NOOP_LISTENER
Methods in org.eclipse.jetty.server that return HttpChannel.Listener Modifier and Type Method Description HttpChannel.Listener
AbstractConnector. getHttpChannelListeners()
Get theHttpChannel.Listener
s added to the connector as a single combined Listener.Methods in org.eclipse.jetty.server that return types with arguments of type HttpChannel.Listener Modifier and Type Method Description java.util.List<HttpChannel.Listener>
HttpChannel. getTransientListeners()
Deprecated.Methods in org.eclipse.jetty.server with parameters of type HttpChannel.Listener Modifier and Type Method Description boolean
HttpChannel. addListener(HttpChannel.Listener listener)
Deprecated.boolean
HttpChannel. removeListener(HttpChannel.Listener listener)
Deprecated.Constructor parameters in org.eclipse.jetty.server with type arguments of type HttpChannel.Listener Constructor Description HttpChannelListeners(java.util.Collection<HttpChannel.Listener> listeners)
-