Uses of Class
com.sun.grizzly.http.SocketChannelOutputBuffer

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

Uses of SocketChannelOutputBuffer in com.sun.grizzly.arp
 

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

Uses of SocketChannelOutputBuffer in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as SocketChannelOutputBuffer
protected  SocketChannelOutputBuffer ProcessorTask.outputBuffer
          Output.
 

Uses of SocketChannelOutputBuffer in com.sun.grizzly.ssl
 

Subclasses of SocketChannelOutputBuffer 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.