Package | Description |
---|---|
org.glassfish.jersey.grizzly2.httpserver |
Jersey Grizzly 2.x container classes.
|
org.glassfish.jersey.jdkhttp |
The container adapter between
JDK HTTP server
and Jersey Jersey application handler
classes. |
org.glassfish.jersey.jetty |
Jersey Jetty container classes.
|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
org.glassfish.jersey.servlet |
Jersey generic Servlet container integration classes.
|
org.glassfish.jersey.simple |
Jersey Simple 5.x container classes.
|
org.glassfish.jersey.test.util.server |
Modifier and Type | Method and Description |
---|---|
ApplicationHandler |
GrizzlyHttpContainer.getApplicationHandler() |
Modifier and Type | Method and Description |
---|---|
ApplicationHandler |
JdkHttpHandlerContainer.getApplicationHandler() |
Modifier and Type | Method and Description |
---|---|
ApplicationHandler |
JettyHttpContainer.getApplicationHandler() |
Modifier and Type | Method and Description |
---|---|
ApplicationHandler |
Container.getApplicationHandler()
Get the Jersey server-side application handler associated with the container.
|
Modifier and Type | Method and Description |
---|---|
ApplicationHandler |
WebComponent.getAppHandler()
Get
ApplicationHandler used by this web component. |
ApplicationHandler |
ServletContainer.getApplicationHandler() |
Modifier and Type | Method and Description |
---|---|
ApplicationHandler |
SimpleContainer.getApplicationHandler() |
Modifier and Type | Method and Description |
---|---|
ContainerRequestBuilder |
ContainerRequestBuilder.entity(Object entity,
ApplicationHandler handler)
Set the request entity and entity input stream.
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.