Uses of Interface
org.eclipse.jetty.server.HttpChannel.Listener
Packages that use HttpChannel.Listener
-
Uses of HttpChannel.Listener in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpChannel.ListenerModifier and TypeClassDescriptionstatic class
Deprecated.class
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.ListenerModifier and TypeFieldDescriptionprivate final HttpChannel.Listener
HttpChannel._combinedListener
private HttpChannel.Listener
AbstractConnector._httpChannelListeners
static HttpChannel.Listener
HttpChannelListeners.NOOP
static HttpChannel.Listener
HttpChannel.NOOP_LISTENER
Fields in org.eclipse.jetty.server with type parameters of type HttpChannel.ListenerModifier and TypeFieldDescriptionprivate final List<HttpChannel.Listener>
HttpChannel._transientListeners
Deprecated.Methods in org.eclipse.jetty.server that return HttpChannel.ListenerModifier and TypeMethodDescriptionAbstractConnector.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.ListenerMethods in org.eclipse.jetty.server with parameters of type HttpChannel.ListenerModifier and TypeMethodDescriptionboolean
HttpChannel.addListener
(HttpChannel.Listener listener) Deprecated.boolean
HttpChannel.removeListener
(HttpChannel.Listener listener) Deprecated.Method parameters in org.eclipse.jetty.server with type arguments of type HttpChannel.ListenerModifier and TypeMethodDescriptionprivate void
HttpChannel.notifyEvent1
(Function<HttpChannel.Listener, Consumer<Request>> function, Request request) private void
HttpChannel.notifyEvent2
(Function<HttpChannel.Listener, BiConsumer<Request, Throwable>> function, Request request, Throwable failure) private void
HttpChannel.notifyEvent2
(Function<HttpChannel.Listener, BiConsumer<Request, ByteBuffer>> function, Request request, ByteBuffer content) Constructor parameters in org.eclipse.jetty.server with type arguments of type HttpChannel.Listener