com.ning.http.client
Interface SSLEngineFactory


public interface SSLEngineFactory

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


Method Summary
 javax.net.ssl.SSLEngine newSSLEngine()
          Creates new SSLEngine.
 

Method Detail

newSSLEngine

javax.net.ssl.SSLEngine newSSLEngine()
                                     throws java.security.GeneralSecurityException
Creates new SSLEngine.

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


Copyright © 2011. All Rights Reserved.