Uses of Class
com.sun.grizzly.tcp.StaticResourcesAdapter

Packages that use StaticResourcesAdapter
com.sun.grizzly.cometd.standalone   
com.sun.grizzly.http.servlet   
com.sun.grizzly.http.servlet.deployer   
com.sun.grizzly.osgi.httpservice   
com.sun.grizzly.tcp   
com.sun.grizzly.tcp.http11   
 

Uses of StaticResourcesAdapter in com.sun.grizzly.cometd.standalone
 

Subclasses of StaticResourcesAdapter in com.sun.grizzly.cometd.standalone
 class CometdAdapter
          Standalone Cometd implementation.
 

Uses of StaticResourcesAdapter in com.sun.grizzly.http.servlet
 

Subclasses of StaticResourcesAdapter in com.sun.grizzly.http.servlet
 class ServletAdapter
          Adapter class that can initiate a FilterChain and execute its Filter and its Servlet Configuring a GrizzlyWebServer or SelectorThread to use this GrizzlyAdapter implementation add the ability of servicing Servlet as well as static resources.
 

Uses of StaticResourcesAdapter in com.sun.grizzly.http.servlet.deployer
 

Subclasses of StaticResourcesAdapter in com.sun.grizzly.http.servlet.deployer
 class WebAppAdapter
          WebApp Adapter.
 

Uses of StaticResourcesAdapter in com.sun.grizzly.osgi.httpservice
 

Subclasses of StaticResourcesAdapter in com.sun.grizzly.osgi.httpservice
 class OSGiMainAdapter
          OSGi Main Adapter.
 class OSGiResourceAdapter
          OSGi Resource Adapter.
 class OSGiServletAdapter
          OSGi customized ServletAdapter.
 

Uses of StaticResourcesAdapter in com.sun.grizzly.tcp
 

Subclasses of StaticResourcesAdapter in com.sun.grizzly.tcp
 class DynamicContentAdapter
          Deprecated. - Use GrizzlyAdapter instead.
 

Uses of StaticResourcesAdapter in com.sun.grizzly.tcp.http11
 

Subclasses of StaticResourcesAdapter in com.sun.grizzly.tcp.http11
 class GrizzlyAdapter
          Base class to use when GrizzlyRequest/Response/InputStream/OutputStream are needed to implement a customized HTTP container/extendion to the http module.
 class GrizzlyAdapterChain
          The GrizzlyAdapterChain class allow the invokation of multiple GrizzlyAdapter every time a new HTTP requests is ready to be handled.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.