org.apache.qpid.proton.engine.impl.ssl
Class SslImpl
java.lang.Object
org.apache.qpid.proton.engine.impl.ssl.SslImpl
- All Implemented Interfaces:
- Ssl
public class SslImpl
- extends Object
- implements Ssl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SslImpl
public SslImpl(SslDomain domain,
SslPeerDetails peerDetails)
- Parameters:
sslDomain - must implement ProtonSslEngineProvider. This is not possible
enforce at the API level because ProtonSslEngineProvider is not part of the
public Proton API.
wrap
public TransportWrapper wrap(TransportInput inputProcessor,
TransportOutput outputProcessor)
getCipherName
public String getCipherName()
- Specified by:
getCipherName in interface Ssl
getProtocolName
public String getProtocolName()
- Specified by:
getProtocolName in interface Ssl
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.