org.apache.qpid.proton.engine.impl.ssl
Class SslEngineFacadeFactory
java.lang.Object
org.apache.qpid.proton.engine.impl.ssl.SslEngineFacadeFactory
public class SslEngineFacadeFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SslEngineFacadeFactory
public SslEngineFacadeFactory()
createProtonSslEngine
public ProtonSslEngine createProtonSslEngine(SslDomain domain,
SslPeerDetails peerDetails)
- Returns a
ProtonSslEngine. May cache the domain's settings so callers should invoke
resetCache() if the domain changes.
- Parameters:
peerDetails - may be used to return an engine that supports SSL resume.
resetCache
public void resetCache()
- Guarantees that no cached settings are used in subsequent calls to
createProtonSslEngine(SslDomain, SslPeerDetails).
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.