Uses of Class
org.glassfish.jersey.server.ApplicationHandler
-
Packages that use ApplicationHandler Package Description org.glassfish.jersey.jdkhttp The container adapter betweenJDK HTTP server
and JerseyJersey application handler
classes.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 ApplicationHandler
JdkHttpHandlerContainer. appHandler
Methods in org.glassfish.jersey.jdkhttp that return ApplicationHandler Modifier and Type Method Description ApplicationHandler
JdkHttpHandlerContainer. getApplicationHandler()
-
Uses of ApplicationHandler in org.glassfish.jersey.jetty
Fields in org.glassfish.jersey.jetty declared as ApplicationHandler Modifier and Type Field Description private ApplicationHandler
JettyHttpContainer. appHandler
Methods in org.glassfish.jersey.jetty that return ApplicationHandler Modifier and Type Method Description ApplicationHandler
JettyHttpContainer. getApplicationHandler()
-
Uses of ApplicationHandler in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ApplicationHandler Modifier and Type Field Description private ApplicationHandler
ServerBootstrapBag. applicationHandler
Methods in org.glassfish.jersey.server that return ApplicationHandler Modifier and Type Method Description ApplicationHandler
ServerBootstrapBag. getApplicationHandler()
Methods in org.glassfish.jersey.server with parameters of type ApplicationHandler Modifier and Type Method Description void
ServerBootstrapBag. 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 ApplicationHandler
Container. 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) ApplicationHandler
WebComponent. appHandler
Jersey application handler.Methods in org.glassfish.jersey.servlet that return ApplicationHandler Modifier and Type Method Description ApplicationHandler
WebComponent. getAppHandler()
GetApplicationHandler
used by this web component.ApplicationHandler
ServletContainer. getApplicationHandler()
-
Uses of ApplicationHandler in org.glassfish.jersey.simple
Fields in org.glassfish.jersey.simple declared as ApplicationHandler Modifier and Type Field Description private ApplicationHandler
SimpleContainer. appHandler
Methods in org.glassfish.jersey.simple that return ApplicationHandler Modifier and Type Method Description ApplicationHandler
SimpleContainer. getApplicationHandler()
-