C G 

C

com.sun.jersey.api.container.grizzly2.servlet - package com.sun.jersey.api.container.grizzly2.servlet
 
create(String) - Static method in class com.sun.jersey.api.container.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(String, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(URI) - Static method in class com.sun.jersey.api.container.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(URI, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(String, Class<? extends Servlet>) - Static method in class com.sun.jersey.api.container.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(String, Class<? extends Servlet>, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Class<? extends Servlet>) - Static method in class com.sun.jersey.api.container.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Class<? extends Servlet>, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.

G

GrizzlyWebContainerFactory - Class in com.sun.jersey.api.container.grizzly2.servlet
Factory for creating and starting Grizzly 2 HttpServer instances for deploying a Servlet.
C G 

Copyright © 2016 Oracle Corporation. All Rights Reserved.