Uses of Interface
org.apache.qpid.proton.engine.impl.TransportWrapper

Packages that use TransportWrapper
org.apache.qpid.proton.engine.impl   
org.apache.qpid.proton.engine.impl.ssl   
 

Uses of TransportWrapper in org.apache.qpid.proton.engine.impl
 

Classes in org.apache.qpid.proton.engine.impl that implement TransportWrapper
 class PlainTransportWrapper
           
 

Methods in org.apache.qpid.proton.engine.impl that return TransportWrapper
 TransportWrapper SaslImpl.wrap(TransportInput input, TransportOutput output)
           
 

Uses of TransportWrapper in org.apache.qpid.proton.engine.impl.ssl
 

Subinterfaces of TransportWrapper in org.apache.qpid.proton.engine.impl.ssl
 interface SslTransportWrapper
           
 

Classes in org.apache.qpid.proton.engine.impl.ssl that implement TransportWrapper
 class SimpleSslTransportWrapper
          TODO close the SSLEngine when told to, and modify SimpleSslTransportWrapper.input(byte[], int, int) and SimpleSslTransportWrapper.output(byte[], int, int) to respond appropriately thereafter.
 class SslHandshakeSniffingTransportWrapper
           
 

Methods in org.apache.qpid.proton.engine.impl.ssl that return TransportWrapper
 TransportWrapper SslImpl.wrap(TransportInput inputProcessor, TransportOutput outputProcessor)
           
 

Constructors in org.apache.qpid.proton.engine.impl.ssl with parameters of type TransportWrapper
SslHandshakeSniffingTransportWrapper(SslTransportWrapper secureTransportWrapper, TransportWrapper plainTransportWrapper)
           
 



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