Class SslEngineFacadeFactory
java.lang.Object
org.apache.qpid.proton.engine.impl.ssl.SslEngineFacadeFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateProtonSslEngine(SslDomain domain, SslPeerDetails peerDetails) Returns aProtonSslEngine.voidGuarantees that no cached settings are used in subsequent calls tocreateProtonSslEngine(SslDomain, SslPeerDetails).
-
Method Details
-
createProtonSslEngine
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).
-