public interface

SSLEngineFactory

com.ning.http.client.SSLEngineFactory

Class Overview

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

Summary

Public Methods
abstract SSLEngine newSSLEngine()
Creates new SSLEngine.

Public Methods

public abstract SSLEngine newSSLEngine ()

Creates new SSLEngine.

Returns
  • new engine
Throws
GeneralSecurityException if the SSLEngine cannot be created