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

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

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

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

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

Methods in org.apache.qpid.proton.engine.impl with parameters of type TransportOutput
 TransportWrapper SaslImpl.wrap(TransportInput input, TransportOutput output)
           
 

Constructors in org.apache.qpid.proton.engine.impl with parameters of type TransportOutput
PlainTransportWrapper(TransportOutput outputProcessor, TransportInput inputProcessor)
           
 

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

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

Classes in org.apache.qpid.proton.engine.impl.ssl that implement TransportOutput
 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 with parameters of type TransportOutput
 TransportWrapper SslImpl.wrap(TransportInput inputProcessor, TransportOutput outputProcessor)
           
 int ByteHolder.writeOutputFrom(TransportOutput transportOutput)
           
 



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