Uses of Class
org.glassfish.jersey.server.ApplicationHandler
Packages that use ApplicationHandler
Package
Description
The container adapter between
JDK HTTP server
and Jersey Jersey application handler
classes.Jersey Jetty container 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.jdkhttp
Fields in org.glassfish.jersey.jdkhttp declared as ApplicationHandlerMethods in org.glassfish.jersey.jdkhttp that return ApplicationHandler -
Uses of ApplicationHandler in org.glassfish.jersey.jetty
Fields in org.glassfish.jersey.jetty declared as ApplicationHandlerMethods in org.glassfish.jersey.jetty that return ApplicationHandler -
Uses of ApplicationHandler in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ApplicationHandlerModifier and TypeFieldDescriptionprivate ApplicationHandler
ServerBootstrapBag.applicationHandler
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
Fields in org.glassfish.jersey.servlet declared as ApplicationHandlerModifier and TypeFieldDescription(package private) final ApplicationHandler
WebComponent.appHandler
Jersey application handler.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
Fields in org.glassfish.jersey.simple declared as ApplicationHandlerMethods in org.glassfish.jersey.simple that return ApplicationHandler