public interface TransportResult
Modifier and Type | Interface and Description |
---|---|
static class |
TransportResult.Status |
Modifier and Type | Method and Description |
---|---|
void |
checkIsOk() |
String |
getErrorDescription() |
Exception |
getException() |
TransportResult.Status |
getStatus() |
boolean |
isOk() |
TransportResult.Status getStatus()
String getErrorDescription()
Exception getException()
void checkIsOk()
TransportException
- if the result's state is not ok.boolean isOk()
Copyright © 2016 The Apache Software Foundation. All rights reserved.