Uses of Interface
org.glassfish.grizzly.web.container.util.buf.CharChunk.CharOutputChannel

Packages that use CharChunk.CharOutputChannel
org.glassfish.grizzly.web.container.http11   
org.glassfish.grizzly.web.container.util.buf   
 

Uses of CharChunk.CharOutputChannel in org.glassfish.grizzly.web.container.http11
 

Classes in org.glassfish.grizzly.web.container.http11 that implement CharChunk.CharOutputChannel
 class GrizzlyInputBuffer
          The buffer used by Tomcat request.
 class GrizzlyOutputBuffer
          The buffer used by Tomcat response.
 

Uses of CharChunk.CharOutputChannel in org.glassfish.grizzly.web.container.util.buf
 

Methods in org.glassfish.grizzly.web.container.util.buf with parameters of type CharChunk.CharOutputChannel
 void CharChunk.setCharOutputChannel(CharChunk.CharOutputChannel out)
          When the buffer is full, write the data to the output channel.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.