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

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

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

Classes in com.sun.grizzly.tcp.http11 that implement CharChunk.CharInputChannel
 class GrizzlyInputBuffer
          The buffer used by Tomcat request.
 

Uses of CharChunk.CharInputChannel in com.sun.grizzly.util.buf
 

Methods in com.sun.grizzly.util.buf with parameters of type CharChunk.CharInputChannel
 void CharChunk.setCharInputChannel(CharChunk.CharInputChannel in)
          When the buffer is empty, read the data from the input channel.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.