Uses of Interface
com.sun.grizzly.util.buf.ByteChunk.ByteOutputChannel

Packages that use ByteChunk.ByteOutputChannel
com.sun.grizzly.http   
com.sun.grizzly.ssl   
com.sun.grizzly.tcp.http11   
com.sun.grizzly.util.buf   
 

Uses of ByteChunk.ByteOutputChannel in com.sun.grizzly.http
 

Classes in com.sun.grizzly.http that implement ByteChunk.ByteOutputChannel
 class SocketChannelOutputBuffer
          Output buffer.
 

Uses of ByteChunk.ByteOutputChannel in com.sun.grizzly.ssl
 

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

Classes in com.sun.grizzly.tcp.http11 that implement ByteChunk.ByteOutputChannel
 class GrizzlyOutputBuffer
          The buffer used by Tomcat response.
 class InternalOutputBuffer
          Output buffer.
 

Uses of ByteChunk.ByteOutputChannel in com.sun.grizzly.util.buf
 

Methods in com.sun.grizzly.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 © 2008 SUN Microsystems. All Rights Reserved.