|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.rmi.RequestInfo
Constructor Summary | |
RequestInfo()
|
Method Summary | |
java.lang.String |
getAction()
|
java.lang.String |
getClassFileName()
|
int |
getContentLength()
|
java.lang.String |
getContentType()
|
boolean |
isBegun()
|
void |
read(HTTPInputStream in)
Read the InputStream, which points to the beginning of a HTTP Request, and extract the necessary information |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RequestInfo()
Method Detail |
public java.lang.String getContentType()
public int getContentLength()
public java.lang.String getClassFileName()
public java.lang.String getAction()
public boolean isBegun()
public void read(HTTPInputStream in) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |