| Package and Description |
|---|
| org.eclipse.jetty.continuation |
| Interface and Description |
|---|
| org.eclipse.jetty.continuation.Continuation
use Servlet 3.0
AsyncContext instead |
| org.eclipse.jetty.continuation.ContinuationListener
use Servlet 3.0
AsyncContext instead |
| org.eclipse.jetty.servlet.ServletContextHandler.Decorator
use new
Decorator |
| Errors and Description |
|---|
| org.eclipse.jetty.continuation.ContinuationThrowable
use Servlet 3.0
AsyncContext instead |
| Constructor and Description |
|---|
| org.eclipse.jetty.http.HttpParser(HttpParser.RequestHandler, int, boolean) |
| org.eclipse.jetty.http.HttpParser(HttpParser.ResponseHandler, int, boolean) |
| org.eclipse.jetty.server.handler.ShutdownHandler(Server, String) |
| Enum Constant and Description |
|---|
| org.eclipse.jetty.http.HttpCompliance.CUSTOM0 |
| org.eclipse.jetty.http.HttpCompliance.CUSTOM1 |
| org.eclipse.jetty.http.HttpCompliance.CUSTOM2 |
| org.eclipse.jetty.http.HttpCompliance.CUSTOM3 |