Uses of Interface
com.sun.grizzly.tcp.FileOutputBuffer

Packages that use FileOutputBuffer
com.sun.grizzly.arp   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
com.sun.grizzly.tcp.http11   
 

Uses of FileOutputBuffer in com.sun.grizzly.arp
 

Classes in com.sun.grizzly.arp that implement FileOutputBuffer
 class AsynchronousOutputBuffer
          SocketChannelOutputBuffer used when Comet is used.
 

Uses of FileOutputBuffer in com.sun.grizzly.http
 

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

Uses of FileOutputBuffer in com.sun.grizzly.ssl
 

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

Classes in com.sun.grizzly.tcp.http11 that implement FileOutputBuffer
 class GrizzlyOutputBuffer
          The buffer used by Tomcat response.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.