Uses of Class
com.sun.grizzly.tcp.http11.GrizzlyAdapter

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

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

Subclasses of GrizzlyAdapter in com.sun.grizzly.tcp.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 com.sun.grizzly.tcp.http11 with parameters of type GrizzlyAdapter
 void GrizzlyAdapterChain.addGrizzlyAdapter(GrizzlyAdapter adapter)
          Deprecated. - uses GrizzlyAdapterChain.addGrizzlyAdapter(com.sun.grizzly.tcp.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
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.