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 classHttpChannel.TransientListenersDeprecated.classHttpChannelListenersAHttpChannel.Listenerthat holds a collection of otherHttpChannel.Listenerinstances that are efficiently invoked without iteration.Fields in org.eclipse.jetty.server declared as HttpChannel.Listener Modifier and Type Field Description private HttpChannel.ListenerHttpChannel. _combinedListenerprivate HttpChannel.ListenerAbstractConnector. _httpChannelListenersstatic HttpChannel.ListenerHttpChannelListeners. NOOPstatic HttpChannel.ListenerHttpChannel. NOOP_LISTENERFields in org.eclipse.jetty.server with type parameters of type HttpChannel.Listener Modifier and Type Field Description private java.util.List<HttpChannel.Listener>HttpChannel. _transientListenersDeprecated.Methods in org.eclipse.jetty.server that return HttpChannel.Listener Modifier and Type Method Description HttpChannel.ListenerAbstractConnector. getHttpChannelListeners()Get theHttpChannel.Listeners 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 booleanHttpChannel. addListener(HttpChannel.Listener listener)Deprecated.booleanHttpChannel. removeListener(HttpChannel.Listener listener)Deprecated.Method parameters in org.eclipse.jetty.server with type arguments of type HttpChannel.Listener Modifier and Type Method Description private voidHttpChannel. notifyEvent1(java.util.function.Function<HttpChannel.Listener,java.util.function.Consumer<Request>> function, Request request)private voidHttpChannel. notifyEvent2(java.util.function.Function<HttpChannel.Listener,java.util.function.BiConsumer<Request,java.lang.Throwable>> function, Request request, java.lang.Throwable failure)private voidHttpChannel. notifyEvent2(java.util.function.Function<HttpChannel.Listener,java.util.function.BiConsumer<Request,java.nio.ByteBuffer>> function, Request request, java.nio.ByteBuffer content)Constructor parameters in org.eclipse.jetty.server with type arguments of type HttpChannel.Listener Constructor Description HttpChannelListeners(java.util.Collection<HttpChannel.Listener> listeners)
-