Class SslEngineFacadeFactory
- java.lang.Object
-
- org.apache.qpid.proton.engine.impl.ssl.SslEngineFacadeFactory
-
public class SslEngineFacadeFactory extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtonSslEngine
createProtonSslEngine(SslDomain domain, SslPeerDetails peerDetails)
Returns aProtonSslEngine
.void
resetCache()
Guarantees that no cached settings are used in subsequent calls tocreateProtonSslEngine(SslDomain, SslPeerDetails)
.
-
-
-
Method Detail
-
createProtonSslEngine
public ProtonSslEngine createProtonSslEngine(SslDomain domain, SslPeerDetails peerDetails)
Returns aProtonSslEngine
. May cache the domain's settings so callers should invokeresetCache()
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 tocreateProtonSslEngine(SslDomain, SslPeerDetails)
.
-
-