Uses of Class
org.glassfish.jersey.server.ApplicationHandler
Packages that use 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
Methods in org.glassfish.jersey.grizzly2.httpserver that return ApplicationHandler -
Uses of ApplicationHandler in org.glassfish.jersey.jdkhttp
Methods in org.glassfish.jersey.jdkhttp that return ApplicationHandler -
Uses of ApplicationHandler in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return ApplicationHandlerMethods in org.glassfish.jersey.server with parameters of type ApplicationHandlerModifier and TypeMethodDescriptionvoid
ServerBootstrapBag.setApplicationHandler
(ApplicationHandler applicationHandler) -
Uses of ApplicationHandler in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi that return ApplicationHandlerModifier and TypeMethodDescriptionContainer.getApplicationHandler()
Get the Jersey server-side application handler associated with the container. -
Uses of ApplicationHandler in org.glassfish.jersey.servlet
Methods in org.glassfish.jersey.servlet that return ApplicationHandlerModifier and TypeMethodDescriptionWebComponent.getAppHandler()
GetApplicationHandler
used by this web component.ServletContainer.getApplicationHandler()
-
Uses of ApplicationHandler in org.glassfish.jersey.simple
Methods in org.glassfish.jersey.simple that return ApplicationHandler