BEAST
eu.baltrad.beast.exchange.SendFileRequest Class Reference

The file request used for posting / sending files to a remote node. More...

Public Member Functions

String getAddress ()
 
void setAddress (String address)
 
String getNodeName ()
 
void setNodeName (String nodeName)
 
String getContentType ()
 
void setContentType (String contentType)
 
byte[] getData ()
 
void setData (byte[] data)
 
Date getDate ()
 
void setDate (Date date)
 
Object getMetadata ()
 
void setMetadata (Object metadata)
 

Detailed Description

The file request used for posting / sending files to a remote node.

Required information when posting a request is

Author
anders

Member Function Documentation

◆ getAddress()

String eu.baltrad.beast.exchange.SendFileRequest.getAddress ( )
inline
Returns
this hosts address

◆ getContentType()

String eu.baltrad.beast.exchange.SendFileRequest.getContentType ( )
inline
Returns
the content type

◆ getData()

byte[] eu.baltrad.beast.exchange.SendFileRequest.getData ( )
inline
Returns
the data

◆ getDate()

Date eu.baltrad.beast.exchange.SendFileRequest.getDate ( )
inline
Returns
date of sending

◆ 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
addressthis hosts address

◆ setContentType()

void eu.baltrad.beast.exchange.SendFileRequest.setContentType ( String contentType)
inline
Parameters
contentTypethe content type

◆ setData()

void eu.baltrad.beast.exchange.SendFileRequest.setData ( byte[] data)
inline
Parameters
datathe data

◆ setDate()

void eu.baltrad.beast.exchange.SendFileRequest.setDate ( Date date)
inline
Parameters
datethe date of sending

◆ setMetadata()

void eu.baltrad.beast.exchange.SendFileRequest.setMetadata ( Object metadata)
inline
Parameters
metadatathat can be used in the callbacks to idenfity / get relevant information

◆ setNodeName()

void eu.baltrad.beast.exchange.SendFileRequest.setNodeName ( String nodeName)
inline
Parameters
nodeNamethe remote host node name

The documentation for this class was generated from the following file: