Uses of Class
org.glassfish.grizzly.web.container.http11.GrizzlyAdapter

Packages that use GrizzlyAdapter
org.glassfish.grizzly.web.container.http11   
org.glassfish.grizzly.web.embed   
 

Uses of GrizzlyAdapter in org.glassfish.grizzly.web.container.http11
 

Subclasses of GrizzlyAdapter in org.glassfish.grizzly.web.container.http11
 class GrizzlyAdapterChain
          The GrizzlyAdapterChain class allow the invokation of multiple GrizzlyAdapter every time a new HTTP requests is ready to be handled.
 

Methods in org.glassfish.grizzly.web.container.http11 with parameters of type GrizzlyAdapter
 void GrizzlyAdapterChain.addGrizzlyAdapter(GrizzlyAdapter adapter)
          Deprecated. - uses GrizzlyAdapterChain.addGrizzlyAdapter(org.glassfish.grizzly.web.container.http11.GrizzlyAdapter, java.lang.String[])
 void GrizzlyAdapterChain.addGrizzlyAdapter(GrizzlyAdapter adapter, String[] mappings)
          Add a GrizzlyAdapter and its assciated array of mapping.
 boolean GrizzlyAdapterChain.removeAdapter(GrizzlyAdapter adapter)
          Remove a GrizzlyAdapter
 

Uses of GrizzlyAdapter in org.glassfish.grizzly.web.embed
 

Methods in org.glassfish.grizzly.web.embed with parameters of type GrizzlyAdapter
 void GrizzlyWebServer.addGrizzlyAdapter(GrizzlyAdapter grizzlyAdapter, String[] mapping)
          Add a GrizzlyAdapter with its associated mapping.
 boolean GrizzlyWebServer.removeGrizzlyAdapter(GrizzlyAdapter grizzlyAdapter)
          Remove a GrizzlyAdapter return true, if the operation was successful.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.