public class SSLEngineFactory
extends java.lang.Object
Creates a SSLEngine
which will be passed into the handler if SSL is enabled.
Constructor and Description |
---|
SSLEngineFactory(CoreEnvironment env)
Create a new engine factory.
|
Modifier and Type | Method and Description |
---|---|
javax.net.ssl.SSLEngine |
get()
Returns a new
SSLEngine constructed from the config settings. |
public SSLEngineFactory(CoreEnvironment env)
Create a new engine factory.
env
- the config environment.