The returned response when sending an exchange message.
More...
The returned response when sending an exchange message.
- Author
- anders
◆ ExchangeResponse() [1/2]
eu.baltrad.beast.exchange.ExchangeResponse.ExchangeResponse |
( |
int | statusCode | ) |
|
|
inline |
The exchange response.
- Parameters
-
statusCode | the status code |
◆ ExchangeResponse() [2/2]
eu.baltrad.beast.exchange.ExchangeResponse.ExchangeResponse |
( |
int | statusCode, |
|
|
String | message ) |
|
inline |
Constructor.
- Parameters
-
statusCode | the status code |
message | the message |
◆ getMessage()
String eu.baltrad.beast.exchange.ExchangeResponse.getMessage |
( |
| ) |
|
|
inline |
◆ getRedirectAddress()
String eu.baltrad.beast.exchange.ExchangeResponse.getRedirectAddress |
( |
| ) |
|
|
inline |
- Returns
- the redirect address
◆ isRedirected()
boolean eu.baltrad.beast.exchange.ExchangeResponse.isRedirected |
( |
| ) |
|
|
inline |
- Returns
- if redirect indication
◆ setMessage()
void eu.baltrad.beast.exchange.ExchangeResponse.setMessage |
( |
String | message | ) |
|
|
inline |
◆ setRedirectAddress()
void eu.baltrad.beast.exchange.ExchangeResponse.setRedirectAddress |
( |
String | redirectAddress | ) |
|
|
inline |
- Parameters
-
redirectAddress | the redirect address |
◆ setRedirected()
void eu.baltrad.beast.exchange.ExchangeResponse.setRedirected |
( |
boolean | redirected | ) |
|
|
inline |
- Parameters
-
redirected | if there is an indication that address has been redirect |
◆ statusCode()
int eu.baltrad.beast.exchange.ExchangeResponse.statusCode |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/exchange/ExchangeResponse.java