Uses of Class
org.glassfish.jersey.server.ApplicationHandler
-
Packages that use ApplicationHandler Package Description org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. -
-
Uses of ApplicationHandler in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return ApplicationHandler Modifier and Type Method Description ApplicationHandlerServerBootstrapBag. getApplicationHandler()Methods in org.glassfish.jersey.server with parameters of type ApplicationHandler Modifier and Type Method Description voidServerBootstrapBag. setApplicationHandler(ApplicationHandler applicationHandler) -
Uses of ApplicationHandler in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi that return ApplicationHandler Modifier and Type Method Description ApplicationHandlerContainer. getApplicationHandler()Get the Jersey server-side application handler associated with the container.
-