org.objectweb.proactive.core.rmi
Class RequestInfo

java.lang.Object
  extended byorg.objectweb.proactive.core.rmi.RequestInfo

public class RequestInfo
extends java.lang.Object


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

RequestInfo

public RequestInfo()
Method Detail

getContentType

public java.lang.String getContentType()

getContentLength

public int getContentLength()

getClassFileName

public java.lang.String getClassFileName()

getAction

public java.lang.String getAction()

isBegun

public boolean isBegun()

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 ? April 2005 INRIA All Rights Reserved.