org.objectweb.proactive.core.rmi
Class RequestInfo
java.lang.Object
org.objectweb.proactive.core.rmi.RequestInfo
- public class RequestInfo
- extends java.lang.Object
Method Summary |
java.lang.String |
getClassFileName()
|
int |
getContentLength()
|
java.lang.String |
getContentType()
|
boolean |
hasInfos()
|
void |
read(HTTPInputStream in)
Read the InputStream, which points to the beginning of a HTTP Request,
and extract the necessary information |
void |
read(javax.servlet.http.HttpServletRequest request)
Extract the http request fields and fill the RequestInfo fields. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestInfo
public RequestInfo()
getContentType
public java.lang.String getContentType()
getContentLength
public int getContentLength()
getClassFileName
public java.lang.String getClassFileName()
hasInfos
public boolean hasInfos()
read
public void read(javax.servlet.http.HttpServletRequest request)
- Extract the http request fields and fill the RequestInfo fields.
- Parameters:
request
- The HttpServletRequest to read
read
public void read(HTTPInputStream in)
throws java.io.IOException
- Read the InputStream, which points to the beginning of a HTTP Request,
and extract the necessary information
- Throws:
java.io.IOException
Copyright 2001-2005 INRIA All Rights Reserved.