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

Packages that use StaticResourcesAdapter
com.sun.grizzly.tcp   
com.sun.grizzly.tcp.http11   
 

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 © 2009 SUN Microsystems. All Rights Reserved.