Uses of Interface
com.sun.grizzly.ssl.SecureOutputBuffer

Packages that use SecureOutputBuffer
com.sun.grizzly.ssl   
 

Uses of SecureOutputBuffer in com.sun.grizzly.ssl
 

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