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

Packages that use StaticResourcesAdapter
com.sun.grizzly.cometd.standalone   
com.sun.grizzly.container   
com.sun.grizzly.http.servlet   
com.sun.grizzly.jruby   
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.container
 

Subclasses of StaticResourcesAdapter in com.sun.grizzly.container
 class GrizzletAdapter
          Standalone Comet 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
 

Uses of StaticResourcesAdapter in com.sun.grizzly.jruby
 

Subclasses of StaticResourcesAdapter in com.sun.grizzly.jruby
 class RailsAdapter
          Adapter implementation that bridge JRuby on Rails with Grizzly.
 

Uses of StaticResourcesAdapter in com.sun.grizzly.tcp
 

Subclasses of StaticResourcesAdapter in com.sun.grizzly.tcp
 class DynamicContentAdapter
          Abstract Adapter that contains all the common behaviour of the Adapter implmentation for standalone usage as well as embedded use.
 

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.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.