Interface SslTransportWrapper
-
- All Superinterfaces:
TransportInput
,TransportOutput
,TransportWrapper
- All Known Implementing Classes:
SimpleSslTransportWrapper
,SslHandshakeSniffingTransportWrapper
public interface SslTransportWrapper extends TransportWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCipherName()
java.lang.String
getProtocolName()
-
Methods inherited from interface org.apache.qpid.proton.engine.impl.TransportInput
capacity, close_tail, position, process, tail
-
Methods inherited from interface org.apache.qpid.proton.engine.impl.TransportOutput
close_head, head, pending, pop
-
-