Uses of Interface
org.apache.qpid.proton.engine.TransportResult
-
Packages that use TransportResult Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl -
-
Uses of TransportResult in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return TransportResult Modifier and Type Method Description static TransportResultTransportResultFactory. error(java.lang.Exception e)static TransportResultTransportResultFactory. error(java.lang.String errorDescription)static TransportResultTransportResultFactory. error(java.lang.String format, java.lang.Object... args)static TransportResultTransportResultFactory. ok()TransportResultTransport. processInput()Tell the transport to process the data written to the input buffer. -
Uses of TransportResult in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return TransportResult Modifier and Type Method Description TransportResultTransportImpl. oldApiCheckStateBeforeInput(int inputLength)This method is public as it is used by Python layer.TransportResultTransportImpl. processInput()
-