| Package | Description |
|---|---|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpChannel.TransientListeners
Deprecated.
|
class |
HttpChannelListeners
A
HttpChannel.Listener that holds a collection of
other HttpChannel.Listener instances that are efficiently
invoked without iteration. |
| Modifier and Type | Field and Description |
|---|---|
private HttpChannel.Listener |
HttpChannel._combinedListener |
private HttpChannel.Listener |
AbstractConnector._httpChannelListeners |
static HttpChannel.Listener |
HttpChannelListeners.NOOP |
static HttpChannel.Listener |
HttpChannel.NOOP_LISTENER |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<HttpChannel.Listener> |
HttpChannel._transientListeners
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HttpChannel.Listener |
AbstractConnector.getHttpChannelListeners()
Get the
HttpChannel.Listeners added to the connector
as a single combined Listener. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<HttpChannel.Listener> |
HttpChannel.getTransientListeners()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpChannel.addListener(HttpChannel.Listener listener)
Deprecated.
|
boolean |
HttpChannel.removeListener(HttpChannel.Listener listener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
HttpChannel.notifyEvent1(java.util.function.Function<HttpChannel.Listener,java.util.function.Consumer<Request>> function,
Request request) |
private void |
HttpChannel.notifyEvent2(java.util.function.Function<HttpChannel.Listener,java.util.function.BiConsumer<Request,java.nio.ByteBuffer>> function,
Request request,
java.nio.ByteBuffer content) |
private void |
HttpChannel.notifyEvent2(java.util.function.Function<HttpChannel.Listener,java.util.function.BiConsumer<Request,java.lang.Throwable>> function,
Request request,
java.lang.Throwable failure) |
| Constructor and Description |
|---|
HttpChannelListeners(java.util.Collection<HttpChannel.Listener> listeners) |