|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDistributable
This is a generic definition of information that is sent to other infoservices.
Field Summary | |
---|---|
static java.lang.String |
FIELD_HTTP_REQUEST_STRING
|
static java.lang.String |
FIELD_HTTP_SERIALS_REQUEST_STRING
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns a ID for this information. |
byte[] |
getPostData()
Returns the data to post to the other infoservice. |
int |
getPostEncoding()
Returns the content encoding of the post data. |
java.lang.String |
getPostFile()
Returns the filename (InfoService command) to which the data of this entry is posted at the other infoservice. |
Field Detail |
---|
static final java.lang.String FIELD_HTTP_REQUEST_STRING
static final java.lang.String FIELD_HTTP_SERIALS_REQUEST_STRING
Method Detail |
---|
java.lang.String getId()
java.lang.String getPostFile()
int getPostEncoding()
byte[] getPostData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |