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

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

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

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

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

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

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

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

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

Classes in org.apache.qpid.proton.engine.impl.ssl that implement TransportInput
 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 TransportInput
 boolean ByteHolder.readInto(TransportInput transportInput)
           
 TransportWrapper SslImpl.wrap(TransportInput inputProcessor, TransportOutput outputProcessor)
           
 



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