Package | Description |
---|---|
org.eclipse.jetty.continuation |
Jetty Continuation : DEPRECATED: use Servlet 3.0
AsyncContext instead |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ContinuationListener> |
Servlet3Continuation._listeners
Deprecated.
|
private java.util.ArrayList<ContinuationListener> |
FauxContinuation._listeners
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Servlet3Continuation.addContinuationListener(ContinuationListener listener)
Deprecated.
|
void |
FauxContinuation.addContinuationListener(ContinuationListener listener)
Deprecated.
|
void |
Continuation.addContinuationListener(ContinuationListener listener)
Deprecated.
Add a ContinuationListener.
|