Uses of Class
org.glassfish.jersey.server.ApplicationHandler
-
Packages that use ApplicationHandler Package Description org.glassfish.jersey.jdkhttp The container adapter betweenJDK HTTP serverand JerseyJersey application handlerclasses.org.glassfish.jersey.jetty Jersey Jetty container classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes.org.glassfish.jersey.servlet Jersey generic Servlet container integration classes.org.glassfish.jersey.simple Jersey Simple 6.x container classes. -
-
Uses of ApplicationHandler in org.glassfish.jersey.jdkhttp
Fields in org.glassfish.jersey.jdkhttp declared as ApplicationHandler Modifier and Type Field Description private ApplicationHandlerJdkHttpHandlerContainer. appHandlerMethods in org.glassfish.jersey.jdkhttp that return ApplicationHandler Modifier and Type Method Description ApplicationHandlerJdkHttpHandlerContainer. getApplicationHandler() -
Uses of ApplicationHandler in org.glassfish.jersey.jetty
Fields in org.glassfish.jersey.jetty declared as ApplicationHandler Modifier and Type Field Description private ApplicationHandlerJettyHttpContainer. appHandlerMethods in org.glassfish.jersey.jetty that return ApplicationHandler Modifier and Type Method Description ApplicationHandlerJettyHttpContainer. getApplicationHandler() -
Uses of ApplicationHandler in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ApplicationHandler Modifier and Type Field Description private ApplicationHandlerServerBootstrapBag. applicationHandlerMethods 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. -
Uses of ApplicationHandler in org.glassfish.jersey.servlet
Fields in org.glassfish.jersey.servlet declared as ApplicationHandler Modifier and Type Field Description (package private) ApplicationHandlerWebComponent. appHandlerJersey application handler.Methods in org.glassfish.jersey.servlet that return ApplicationHandler Modifier and Type Method Description ApplicationHandlerWebComponent. getAppHandler()GetApplicationHandlerused by this web component.ApplicationHandlerServletContainer. getApplicationHandler() -
Uses of ApplicationHandler in org.glassfish.jersey.simple
Fields in org.glassfish.jersey.simple declared as ApplicationHandler Modifier and Type Field Description private ApplicationHandlerSimpleContainer. appHandlerMethods in org.glassfish.jersey.simple that return ApplicationHandler Modifier and Type Method Description ApplicationHandlerSimpleContainer. getApplicationHandler()
-