|
||||||||||
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(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(java.lang.String resourcesContextPath)
|
Methods inherited from class com.sun.grizzly.tcp.http11.GrizzlyAdapter |
---|
afterService, destroy, isAllowEncodedSlash, isDecodeURL, isHandleStaticResources, service, setAllowEncodedSlash, setDecodeUrl, 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(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 java.lang.Exception
afterService
in class com.sun.grizzly.tcp.http11.GrizzlyAdapter
java.lang.Exception
public void setResourcesContextPath(java.lang.String resourcesContextPath)
setResourcesContextPath
in class com.sun.grizzly.tcp.StaticResourcesAdapter
public void onReload()
ContainerListener
onReload
in interface ContainerListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |