com.sun.grizzly.ssl
Interface SecureOutputBuffer

All Known Implementing Classes:
SSLAsyncOutputBuffer, SSLOutputBuffer

public interface SecureOutputBuffer

Common SSL OutputBuffer interface.

Author:
Alexey Stashok

Method Summary
 SSLEngine getSSLEngine()
          Set theSSLEngine.
 void setSSLEngine(SSLEngine sslEngine)
          Get theSSLEngine.
 

Method Detail

getSSLEngine

SSLEngine getSSLEngine()
Set theSSLEngine.


setSSLEngine

void setSSLEngine(SSLEngine sslEngine)
Get theSSLEngine.



Copyright © 2012 Oracle Corporation. All Rights Reserved.