Callback used when sending a file request.
More...
Callback used when sending a file request.
Useful when using anders
◆ filePublicationFailed()
Invoked whenever a file publication fails for some reason.
- Parameters
-
request | the request |
response | the response indicating failure |
◆ filePublished() [1/2]
void eu.baltrad.beast.exchange.SendFileRequestCallback.filePublished |
( |
SendFileRequest | request | ) |
|
- Parameters
-
request | the file request that has been published (with success) |
◆ filePublished() [2/2]
void eu.baltrad.beast.exchange.SendFileRequestCallback.filePublished |
( |
SendFileRequest | request, |
|
|
String | redirectAddress, |
|
|
int | statusCode ) |
- Parameters
-
request | the file request that has been published (with success) |
redirectAddress | the address redirected to |
statusCode | the status code indicating redirect |
The documentation for this interface was generated from the following file:
- src/eu/baltrad/beast/exchange/SendFileRequestCallback.java