public final class GrizzlyHttpContainer extends org.glassfish.grizzly.http.server.HttpHandler implements Container
Container implementation based on Grizzly HttpHandler.DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
ApplicationHandler |
getApplicationHandler() |
ResourceConfig |
getConfiguration() |
void |
reload() |
void |
reload(ResourceConfig configuration) |
void |
service(org.glassfish.grizzly.http.server.Request request,
org.glassfish.grizzly.http.server.Response response) |
void |
start() |
getErrorPageGenerator, getName, getRequestExecutorProvider, getRequestURIEncoding, getSessionCookieName, getSessionManager, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, updatePathspublic void start()
start in class org.glassfish.grizzly.http.server.HttpHandlerpublic void service(org.glassfish.grizzly.http.server.Request request,
org.glassfish.grizzly.http.server.Response response)
service in class org.glassfish.grizzly.http.server.HttpHandlerpublic ResourceConfig getConfiguration()
getConfiguration in interface Containerpublic void reload(ResourceConfig configuration)
public ApplicationHandler getApplicationHandler()
getApplicationHandler in interface Containerpublic void destroy()
destroy in class org.glassfish.grizzly.http.server.HttpHandlerCopyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.