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
Methods in org.glassfish.jersey.server that return ApplicationHandlerMethods in org.glassfish.jersey.server with parameters of type ApplicationHandlerModifier and TypeMethodDescriptionvoidServerBootstrapBag.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.