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

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

Uses of InternalOutputBuffer in com.sun.grizzly.arp
 

Subclasses of InternalOutputBuffer in com.sun.grizzly.arp
 class AsynchronousOutputBuffer
          SocketChannelOutputBuffer used when Comet is used.
 

Uses of InternalOutputBuffer in com.sun.grizzly.http
 

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

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