org.apache.qpid.proton.engine.impl.ssl
Interface ProtonSslEngineProvider

All Known Implementing Classes:
SslDomainImpl

public interface ProtonSslEngineProvider


Method Summary
 ProtonSslEngine createSslEngine(SslPeerDetails peerDetails)
          Returns an SSL engine.
 

Method Detail

createSslEngine

ProtonSslEngine createSslEngine(SslPeerDetails peerDetails)
Returns an SSL engine.

Parameters:
sslPeerDetails - the details of the remote peer. If non-null, may be used to assist SSL session resumption.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.