|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
public class GrizzlyHttpServerFactory
Factory for creating Grizzly Http Server.
HttpServer,
GrizzlyHttpContainer| Method Summary | |
|---|---|
static org.glassfish.grizzly.http.server.HttpServer |
createHttpServer(java.net.URI uri)
Creates HttpServer instance. |
static org.glassfish.grizzly.http.server.HttpServer |
createHttpServer(java.net.URI uri,
ApplicationHandler appHandler)
Creates HttpServer instance. |
static org.glassfish.grizzly.http.server.HttpServer |
createHttpServer(java.net.URI uri,
ApplicationHandler appHandler,
boolean secure,
org.glassfish.grizzly.ssl.SSLEngineConfigurator sslEngineConfigurator)
Creates HttpServer instance. |
static org.glassfish.grizzly.http.server.HttpServer |
createHttpServer(java.net.URI uri,
ResourceConfig configuration)
Creates HttpServer instance. |
static org.glassfish.grizzly.http.server.HttpServer |
createHttpServer(java.net.URI uri,
ResourceConfig configuration,
boolean secure,
org.glassfish.grizzly.ssl.SSLEngineConfigurator sslEngineConfigurator)
Creates HttpServer instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.glassfish.grizzly.http.server.HttpServer createHttpServer(java.net.URI uri,
ResourceConfig configuration)
throws ProcessingException
uri - URI on which the Jersey web application will be deployed.configuration - web application configuration.
HttpServer.
ProcessingException
public static org.glassfish.grizzly.http.server.HttpServer createHttpServer(java.net.URI uri,
ApplicationHandler appHandler)
throws ProcessingException
uri - URI on which the Jersey web application will be deployed.appHandler - web application handler.
HttpServer.
ProcessingException
public static org.glassfish.grizzly.http.server.HttpServer createHttpServer(java.net.URI uri)
throws ProcessingException
uri - uri on which the ApplicationHandler will be deployed.
HttpServer.
ProcessingException
public static org.glassfish.grizzly.http.server.HttpServer createHttpServer(java.net.URI uri,
ResourceConfig configuration,
boolean secure,
org.glassfish.grizzly.ssl.SSLEngineConfigurator sslEngineConfigurator)
uri - URI on which the Jersey web application will be deployed.configuration - web application configuration.secure - used for call NetworkListener.setSecure(boolean).sslEngineConfigurator - Ssl settings to be passed to NetworkListener.setSSLEngineConfig(org.glassfish.grizzly.ssl.SSLEngineConfigurator).
HttpServer.
public static org.glassfish.grizzly.http.server.HttpServer createHttpServer(java.net.URI uri,
ApplicationHandler appHandler,
boolean secure,
org.glassfish.grizzly.ssl.SSLEngineConfigurator sslEngineConfigurator)
uri - URI on which the Jersey web application will be deployed.appHandler - web application handler.secure - used for call NetworkListener.setSecure(boolean).sslEngineConfigurator - Ssl settings to be passed to NetworkListener.setSSLEngineConfig(org.glassfish.grizzly.ssl.SSLEngineConfigurator).
HttpServer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||