|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.body.http.util.HttpMessage
org.objectweb.proactive.core.body.http.util.messages.HttpReply
This kind of HTTP message isusefull to receive and send replies.
HttpMessage
,
Serialized FormField Summary |
Fields inherited from class org.objectweb.proactive.core.body.http.util.HttpMessage |
returnedObject |
Constructor Summary | |
HttpReply(Reply reply,
UniqueID idBody,
java.lang.String url)
Constructs an HTTP Message containing a ProActive Reply |
Method Summary | |
int |
getReturnedObject()
|
java.lang.Object |
processMessage()
Processes the message. |
Methods inherited from class org.objectweb.proactive.core.body.http.util.HttpMessage |
send |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpReply(Reply reply, UniqueID idBody, java.lang.String url)
reply
- The ProActive Reply to encapsulateidBody
- The unique id of the targeted active objectMethod Detail |
public int getReturnedObject()
public java.lang.Object processMessage()
HttpMessage
processMessage
in class HttpMessage
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |