DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
ApplicationHandler |
getApplicationHandler()
Get the Jersey server-side application handler associated with the container.
|
ResourceConfig |
getConfiguration()
Return an immutable representation of the current
configuration . |
void |
reload()
Reload the hosted Jersey application using the current
configuration . |
void |
reload(ResourceConfig configuration)
Reload the hosted Jersey application using a new
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, updatePaths
public void start()
start
in class org.glassfish.grizzly.http.server.HttpHandler
public void service(org.glassfish.grizzly.http.server.Request request, org.glassfish.grizzly.http.server.Response response)
service
in class org.glassfish.grizzly.http.server.HttpHandler
public ResourceConfig getConfiguration()
Container
configuration
.getConfiguration
in interface Container
public void reload()
Container
configuration
.public void reload(ResourceConfig configuration)
Container
configuration
.public ApplicationHandler getApplicationHandler()
Container
getApplicationHandler
in interface Container
public void destroy()
destroy
in class org.glassfish.grizzly.http.server.HttpHandler
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.