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

All Superinterfaces:
TransportInput, TransportOutput, TransportWrapper
All Known Implementing Classes:
SimpleSslTransportWrapper, SslHandshakeSniffingTransportWrapper

public interface SslTransportWrapper
extends TransportWrapper


Method Summary
 String getCipherName()
           
 String getProtocolName()
           
 
Methods inherited from interface org.apache.qpid.proton.engine.impl.TransportInput
input
 
Methods inherited from interface org.apache.qpid.proton.engine.impl.TransportOutput
output
 

Method Detail

getCipherName

String getCipherName()

getProtocolName

String getProtocolName()


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