Uses of Class
org.glassfish.jersey.jetty.JettyHttpContainer
-
Packages that use JettyHttpContainer Package Description org.glassfish.jersey.jetty Jersey Jetty container classes. -
-
Uses of JettyHttpContainer in org.glassfish.jersey.jetty
Methods in org.glassfish.jersey.jetty with parameters of type JettyHttpContainer Modifier and Type Method Description static org.eclipse.jetty.server.ServerJettyHttpContainerFactory. createServer(URI uri, org.eclipse.jetty.util.ssl.SslContextFactory.Server sslContextFactory, JettyHttpContainer handler, boolean start)Create aServerthat registers anHandlerthat in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.
-