Uses of Class
org.glassfish.jersey.jetty.JettyHttpContainer
Packages that use JettyHttpContainer
-
Uses of JettyHttpContainer in org.glassfish.jersey.jetty
Methods in org.glassfish.jersey.jetty with parameters of type JettyHttpContainerModifier and TypeMethodDescriptionstatic org.eclipse.jetty.server.Server
JettyHttpContainerFactory.createServer
(URI uri, org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, JettyHttpContainer handler, boolean start) Create aServer
that registers anHandler
that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.