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

All Known Implementing Classes:
SSLAsyncOutputBuffer, SSLOutputBuffer

public interface SecureOuputBuffer

Common SSL OutputBuffer interface.

Author:
Alexey Stashok

Method Summary
 ByteBuffer getOutputBB()
          Return the encrypted ByteBuffer used to handle response.
 SSLEngine getSSLEngine()
          Set theSSLEngine.
 void setOutputBB(ByteBuffer outputBB)
          Set the encrypted ByteBuffer used to handle response.
 void setSSLEngine(SSLEngine sslEngine)
          Get theSSLEngine.
 

Method Detail

getSSLEngine

SSLEngine getSSLEngine()
Set theSSLEngine.


setSSLEngine

void setSSLEngine(SSLEngine sslEngine)
Get theSSLEngine.


getOutputBB

ByteBuffer getOutputBB()
Return the encrypted ByteBuffer used to handle response.


setOutputBB

void setOutputBB(ByteBuffer outputBB)
Set the encrypted ByteBuffer used to handle response.



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