|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.tcp.StaticResourcesAdapter
com.sun.grizzly.tcp.http11.GrizzlyAdapter
com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer
public final class GrizzlyContainer
Field Summary |
---|
Fields inherited from class com.sun.grizzly.tcp.http11.GrizzlyAdapter |
---|
ADAPTER_NOTES, ALLOW_BACKSLASH, chunkingDisabled |
Fields inherited from class com.sun.grizzly.tcp.StaticResourcesAdapter |
---|
cache, commitErrorResponse, fileFolders, logger, resourcesContextPath |
Constructor Summary | |
---|---|
GrizzlyContainer(ResourceConfig rc,
WebApplication app)
|
Method Summary | |
---|---|
void |
afterService(com.sun.grizzly.tcp.http11.GrizzlyRequest request,
com.sun.grizzly.tcp.http11.GrizzlyResponse response)
|
void |
onReload()
Called when reloading of the container is requested. |
void |
service(com.sun.grizzly.tcp.http11.GrizzlyRequest request,
com.sun.grizzly.tcp.http11.GrizzlyResponse response)
|
void |
setResourcesContextPath(String resourcesContextPath)
|
Methods inherited from class com.sun.grizzly.tcp.http11.GrizzlyAdapter |
---|
afterService, destroy, getName, isAllowEncodedSlash, isDecodeURL, isHandleStaticResources, service, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setHandleStaticResources, start |
Methods inherited from class com.sun.grizzly.tcp.StaticResourcesAdapter |
---|
addRootFolder, customizedErrorPage, getDefaultContentType, getResourcesContextPath, getRootFolder, getRootFolders, initWebDir, isUseSendFile, service, setDefaultContentType, setLogger, setRootFolder, setUseSendFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrizzlyContainer(ResourceConfig rc, WebApplication app) throws ContainerException
ContainerException
Method Detail |
---|
public void service(com.sun.grizzly.tcp.http11.GrizzlyRequest request, com.sun.grizzly.tcp.http11.GrizzlyResponse response)
service
in class com.sun.grizzly.tcp.http11.GrizzlyAdapter
public void afterService(com.sun.grizzly.tcp.http11.GrizzlyRequest request, com.sun.grizzly.tcp.http11.GrizzlyResponse response) throws Exception
afterService
in class com.sun.grizzly.tcp.http11.GrizzlyAdapter
Exception
public void setResourcesContextPath(String resourcesContextPath)
setResourcesContextPath
in class com.sun.grizzly.tcp.StaticResourcesAdapter
public void onReload()
ContainerListener
onReload
in interface ContainerListener
onReload
in interface ReloadListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |