Package | Description |
---|---|
org.glassfish.jersey.grizzly2.httpserver |
Jersey Grizzly 3.x container classes.
|
org.glassfish.jersey.jdkhttp |
The container adapter between
JDK HTTP server
and Jersey Jersey application handler
classes. |
org.glassfish.jersey.server |
Jersey server-side 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 6.x container classes.
|
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 |
ServerBootstrapBag.getApplicationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ServerBootstrapBag.setApplicationHandler(ApplicationHandler applicationHandler) |
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() |
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.