The file request used for posting / sending files to a remote node.
More...
The file request used for posting / sending files to a remote node.
Required information when posting a request is
- Author
- anders
◆ getAddress()
String eu.baltrad.beast.exchange.SendFileRequest.getAddress |
( |
| ) |
|
|
inline |
- Returns
- this hosts address
◆ getContentType()
String eu.baltrad.beast.exchange.SendFileRequest.getContentType |
( |
| ) |
|
|
inline |
◆ getData()
byte[] eu.baltrad.beast.exchange.SendFileRequest.getData |
( |
| ) |
|
|
inline |
◆ getDate()
Date eu.baltrad.beast.exchange.SendFileRequest.getDate |
( |
| ) |
|
|
inline |
◆ getMetadata()
Object eu.baltrad.beast.exchange.SendFileRequest.getMetadata |
( |
| ) |
|
|
inline |
- Returns
- metadata that can be used in the callbacks to idenfity / get relevant information
◆ getNodeName()
String eu.baltrad.beast.exchange.SendFileRequest.getNodeName |
( |
| ) |
|
|
inline |
- Returns
- the remote host node name
◆ setAddress()
void eu.baltrad.beast.exchange.SendFileRequest.setAddress |
( |
String | address | ) |
|
|
inline |
- Parameters
-
address | this hosts address |
◆ setContentType()
void eu.baltrad.beast.exchange.SendFileRequest.setContentType |
( |
String | contentType | ) |
|
|
inline |
- Parameters
-
contentType | the content type |
◆ setData()
void eu.baltrad.beast.exchange.SendFileRequest.setData |
( |
byte[] | data | ) |
|
|
inline |
◆ setDate()
void eu.baltrad.beast.exchange.SendFileRequest.setDate |
( |
Date | date | ) |
|
|
inline |
◆ setMetadata()
void eu.baltrad.beast.exchange.SendFileRequest.setMetadata |
( |
Object | metadata | ) |
|
|
inline |
- Parameters
-
metadata | that can be used in the callbacks to idenfity / get relevant information |
◆ setNodeName()
void eu.baltrad.beast.exchange.SendFileRequest.setNodeName |
( |
String | nodeName | ) |
|
|
inline |
- Parameters
-
nodeName | the remote host node name |
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/exchange/SendFileRequest.java