public interface SslEngineSource
SSLEngine
instances.Modifier and Type | Method and Description |
---|---|
SSLEngine |
createSslEngine(String peerHost,
int peerPort)
Creates a new
SSLEngine . |
void |
init(SourceContext context)
Initialise this source.
|
void init(SourceContext context) throws Exception
context
- SourceContext
.Exception
- If fails to initialise (possibly because a protocol or cipher
is not supported).Copyright © 2005–2016. All rights reserved.