Uses of Interface
com.sun.enterprise.web.connector.grizzly.ssl.SecureOuputBuffer

Packages that use SecureOuputBuffer
com.sun.enterprise.web.connector.grizzly.ssl   
 

Uses of SecureOuputBuffer in com.sun.enterprise.web.connector.grizzly.ssl
 

Classes in com.sun.enterprise.web.connector.grizzly.ssl that implement SecureOuputBuffer
 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
 

Methods in com.sun.enterprise.web.connector.grizzly.ssl that return SecureOuputBuffer
 SecureOuputBuffer SSLProcessorTask.getSecureOutputBuffer()
          Retunr the SSLAsyncOutputBuffer
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.