Uses of Class
org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
Packages that use GrizzlyHttpContainer
- 
Uses of GrizzlyHttpContainer in org.glassfish.jersey.grizzly2.httpserver
Methods in org.glassfish.jersey.grizzly2.httpserver with parameters of type GrizzlyHttpContainerModifier and TypeMethodDescriptionstatic org.glassfish.grizzly.http.server.HttpServerGrizzlyHttpServerFactory.createHttpServer(URI uri, GrizzlyHttpContainer handler, boolean secure, org.glassfish.grizzly.ssl.SSLEngineConfigurator sslEngineConfigurator, boolean start) Create newHttpServerinstance.