Uses of Class
com.sun.grizzly.tcp.http11.InternalOutputBuffer

Packages that use InternalOutputBuffer
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

Uses of InternalOutputBuffer in com.sun.grizzly.http
 

Subclasses of InternalOutputBuffer in com.sun.grizzly.http
 class SocketChannelOutputBuffer
          Output buffer.
 

Fields in com.sun.grizzly.http declared as InternalOutputBuffer
protected  InternalOutputBuffer DefaultProcessorTask.outputBuffer
          Output.
 

Uses of InternalOutputBuffer in com.sun.grizzly.ssl
 

Subclasses of InternalOutputBuffer in com.sun.grizzly.ssl
 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
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.