Uses of Class
org.glassfish.jersey.server.ApplicationHandler
Package
Description
Jersey Grizzly 3.x container classes.
The container adapter between
JDK HTTP server
and Jersey Jersey application handler
classes.Jersey server-side classes.
Jersey server-side service provider contract (SPI) classes.
Jersey generic Servlet container integration classes.
Jersey Simple 6.x container classes.
-
Uses of ApplicationHandler in org.glassfish.jersey.grizzly2.httpserver
-
Uses of ApplicationHandler in org.glassfish.jersey.jdkhttp
-
Uses of ApplicationHandler in org.glassfish.jersey.server
Modifier and TypeMethodDescriptionvoid
ServerBootstrapBag.setApplicationHandler
(ApplicationHandler applicationHandler) -
Uses of ApplicationHandler in org.glassfish.jersey.server.spi
Modifier and TypeMethodDescriptionContainer.getApplicationHandler()
Get the Jersey server-side application handler associated with the container. -
Uses of ApplicationHandler in org.glassfish.jersey.servlet
Modifier and TypeMethodDescriptionWebComponent.getAppHandler()
GetApplicationHandler
used by this web component.ServletContainer.getApplicationHandler()
-
Uses of ApplicationHandler in org.glassfish.jersey.simple