Package org.apache.qpid.proton.engine
Interface TransportResult
public interface TransportResult
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getStatus
TransportResult.Status getStatus() -
getErrorDescription
String getErrorDescription() -
getException
Exception getException() -
checkIsOk
void checkIsOk()- Throws:
TransportException
- if the result's state is not ok.
-
isOk
boolean isOk()
-