| 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 |
|---|---|
static HttpChannel.Listener |
HttpChannelListeners.NOOP |
static HttpChannel.Listener |
HttpChannel.NOOP_LISTENER |
| 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.
|
| Constructor and Description |
|---|
HttpChannelListeners(java.util.Collection<HttpChannel.Listener> listeners) |
Copyright © 1995–2021 Webtide. All rights reserved.