Class GrizzlyHttpContainer
- java.lang.Object
-
- org.glassfish.grizzly.http.server.HttpHandler
-
- org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
-
-
Field Summary
-
Fields inherited from interface org.glassfish.jersey.server.spi.Container
DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()ApplicationHandlergetApplicationHandler()ResourceConfiggetConfiguration()voidreload()voidreload(ResourceConfig configuration)voidservice(org.glassfish.grizzly.http.server.Request request, org.glassfish.grizzly.http.server.Response response)voidstart()-
Methods inherited from class org.glassfish.grizzly.http.server.HttpHandler
getErrorPageGenerator, getName, getRequestExecutorProvider, getRequestURIEncoding, getSessionCookieName, getSessionManager, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, updatePaths
-
-
-
-
Method Detail
-
start
public void start()
- Overrides:
startin classorg.glassfish.grizzly.http.server.HttpHandler
-
service
public void service(org.glassfish.grizzly.http.server.Request request, org.glassfish.grizzly.http.server.Response response)- Specified by:
servicein classorg.glassfish.grizzly.http.server.HttpHandler
-
getConfiguration
public ResourceConfig getConfiguration()
- Specified by:
getConfigurationin interfaceContainer
-
reload
public void reload(ResourceConfig configuration)
-
getApplicationHandler
public ApplicationHandler getApplicationHandler()
- Specified by:
getApplicationHandlerin interfaceContainer
-
destroy
public void destroy()
- Overrides:
destroyin classorg.glassfish.grizzly.http.server.HttpHandler
-
-