org.apache.qpid.proton.engine.impl.ssl
Class SslImpl

java.lang.Object
  extended by org.apache.qpid.proton.engine.impl.ssl.SslImpl
All Implemented Interfaces:
Ssl

public class SslImpl
extends Object
implements Ssl


Constructor Summary
SslImpl(SslDomain domain, SslPeerDetails peerDetails)
           
 
Method Summary
 String getCipherName()
           
 String getProtocolName()
           
 TransportWrapper wrap(TransportInput inputProcessor, TransportOutput outputProcessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Method Detail

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.