| Package | Description |
|---|---|
| com.sun.jersey.server.impl.container.grizzly2 | |
| com.sun.jersey.server.impl.container.httpserver | |
| com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
| com.sun.jersey.spi.container.servlet |
Provides support for servlet-based and filter-based Web applications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrizzlyContainer
Grizzly 2.0 Jersey container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpHandlerContainer
A
HttpHandler for a WebApplicationImpl. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerNotifier.addListener(ContainerListener l)
Add a container listener to be notified when the container
events occur.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebComponent
An abstract Web component that may be extended a Servlet and/or
Filter implementation, or encapsulated by a Servlet or Filter implementation.
|
Copyright © 2016 Oracle Corporation. All rights reserved.