Uses of Interface
com.sun.grizzly.util.buf.CharChunk.CharOutputChannel

Packages that use CharChunk.CharOutputChannel
com.sun.grizzly.tcp.http11   
com.sun.grizzly.util.buf   
 

Uses of CharChunk.CharOutputChannel in com.sun.grizzly.tcp.http11
 

Classes in com.sun.grizzly.tcp.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 com.sun.grizzly.util.buf
 

Methods in com.sun.grizzly.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.