com.ning.http.client
Interface SSLEngineFactory


public interface SSLEngineFactory

Factory that creates an SSLEngine to be used for a single SSL connection.


Method Summary
 SSLEngine newSSLEngine()
          Creates new SSLEngine.
 

Method Detail

newSSLEngine

SSLEngine newSSLEngine()
                       throws GeneralSecurityException
Creates new SSLEngine.

Returns:
new engine
Throws:
GeneralSecurityException - if the SSLEngine cannot be created


Copyright © 2013. All Rights Reserved.