Uses of Interface
org.apache.qpid.proton.engine.TransportResult

Packages that use TransportResult
org.apache.qpid.proton.engine   
 

Uses of TransportResult in org.apache.qpid.proton.engine
 

Methods in org.apache.qpid.proton.engine that return TransportResult
static TransportResult TransportResultFactory.error(Exception e)
           
static TransportResult TransportResultFactory.error(String errorDescription)
           
static TransportResult TransportResultFactory.error(String format, Object... args)
           
static TransportResult TransportResultFactory.ok()
           
 TransportResult Transport.processInput()
          Tell the transport to process the data written to the input buffer.
 



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