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

Packages that use ByteChunk.ByteOutputChannel
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.async   
com.sun.enterprise.web.connector.grizzly.ssl   
org.apache.coyote.http11   
org.apache.tomcat.util.buf Buffers and Encodings 
 

Uses of ByteChunk.ByteOutputChannel in com.sun.enterprise.web.connector.grizzly
 

Classes in com.sun.enterprise.web.connector.grizzly that implement ByteChunk.ByteOutputChannel
 class SocketChannelOutputBuffer
          Output buffer.
 

Uses of ByteChunk.ByteOutputChannel in com.sun.enterprise.web.connector.grizzly.async
 

Classes in com.sun.enterprise.web.connector.grizzly.async that implement ByteChunk.ByteOutputChannel
 class AsynchronousOutputBuffer
          Thread-Safe SocketChannelOutputBuffer used when Comet is used.
 

Uses of ByteChunk.ByteOutputChannel in com.sun.enterprise.web.connector.grizzly.ssl
 

Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement ByteChunk.ByteOutputChannel
 class SSLAsyncOutputBuffer
          Buffer the bytes until the ByteChunk is full or the request is completed, and then delegate the SSL encryption to class SSLOutputBuffer
 class SSLOutputBuffer
          Buffer the bytes until the ByteChunk is full or the request is completed, and then delegate the SSL encryption to class SSLOutputBuffer
 

Uses of ByteChunk.ByteOutputChannel in org.apache.coyote.http11
 

Classes in org.apache.coyote.http11 that implement ByteChunk.ByteOutputChannel
 class InternalOutputBuffer
          Output buffer.
 

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 © 2005-2015 Oracle Corporation. All Rights Reserved.