Uses of Interface
org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel

Packages that use ByteChunk.ByteOutputChannel
org.apache.tomcat.core Architecture 
org.apache.tomcat.util.buf Buffers and Encodings 
 

Uses of ByteChunk.ByteOutputChannel in org.apache.tomcat.core
 

Classes in org.apache.tomcat.core that implement ByteChunk.ByteOutputChannel
 class OutputBuffer
          The buffer used by tomcat response.
 

Uses of ByteChunk.ByteOutputChannel in org.apache.tomcat.util.buf
 

Methods in org.apache.tomcat.util.buf with parameters of type ByteChunk.ByteOutputChannel
 void ByteChunk.setByteOutputChannel(ByteChunk.ByteOutputChannel out)
          When the buffer is full, write the data to the output channel.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.