|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.boot.transport.Result
Result-objects are used by the transport layer, to store server request results.
it contains the result buffer and additional information about the resource.
| Constructor Summary | |
Result()
initialize members |
|
| Method Summary | |
byte[] |
getBuffer()
Get the buffer containing the content data returned from the server. |
java.io.InputStream |
getContent()
get an InputStream to read the resource. |
int |
getContentLength()
Gets the length of the content returned from the server in bytes. |
java.lang.String |
getEtag()
Get the ETag which is used for conditional gets from the server. |
long |
getExpirationDate()
Gets the expiration date of the resource as returned by the server. |
long |
getLastModified()
Gets the the last modified information returned from the server. |
java.lang.String |
getTransformations()
Get the descripton of the list of transforming filters applied at the server side (e.g. compression, hash) |
boolean |
isModified()
Does this result object contain a modified resource loaded from server ? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Result()
| Method Detail |
public java.io.InputStream getContent()
public java.lang.String getEtag()
public boolean isModified()
public int getContentLength()
public long getExpirationDate()
public long getLastModified()
public byte[] getBuffer()
public java.lang.String getTransformations()
at.spardat.xma.session.Transform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||