| Constructor and Description |
|---|
SslImpl(SslDomain domain,
SslPeerDetails peerDetails) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCipherName() |
java.lang.String |
getPeerHostname() |
java.lang.String |
getProtocolName() |
void |
setPeerHostname(java.lang.String hostname) |
TransportWrapper |
wrap(TransportInput inputProcessor,
TransportOutput outputProcessor) |
public SslImpl(SslDomain domain, SslPeerDetails peerDetails)
sslDomain - must implement ProtonSslEngineProvider. This is not possible
enforce at the API level because ProtonSslEngineProvider is not part of the
public Proton API.public TransportWrapper wrap(TransportInput inputProcessor, TransportOutput outputProcessor)
public java.lang.String getCipherName()
getCipherName in interface Sslpublic java.lang.String getProtocolName()
getProtocolName in interface Sslpublic void setPeerHostname(java.lang.String hostname)
setPeerHostname in interface SslProtonUnsupportedOperationExceptionpublic java.lang.String getPeerHostname()
getPeerHostname in interface SslProtonUnsupportedOperationExceptionCopyright © 2014 FuseSource, Corp.. All Rights Reserved.