Uses of Class
org.glassfish.jersey.server.ApplicationHandler
Packages that use ApplicationHandler
Package
Description
Jersey server-side classes.
Jersey server-side service provider contract (SPI) classes.
-
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.