org.objectweb.proactive.core.body.http.util
Class HttpUtils

java.lang.Object
  extended byorg.objectweb.proactive.core.body.http.util.HttpUtils

public class HttpUtils
extends java.lang.Object

Author:
vlegrand To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static java.lang.String SERVICE_REQUEST_CONTENT_TYPE
           
static java.lang.String SERVICE_REQUEST_URI
           
 
Constructor Summary
HttpUtils()
           
 
Method Summary
static Body getBody(UniqueID id)
          Search a Body matching with a given unique ID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_REQUEST_CONTENT_TYPE

public static final java.lang.String SERVICE_REQUEST_CONTENT_TYPE
See Also:
Constant Field Values

SERVICE_REQUEST_URI

public static final java.lang.String SERVICE_REQUEST_URI
See Also:
Constant Field Values
Constructor Detail

HttpUtils

public HttpUtils()
Method Detail

getBody

public static Body getBody(UniqueID id)
Search a Body matching with a given unique ID

Parameters:
id - The unique id of the body we are searching for
Returns:
The body associated with the ID


Copyright 2001-2005 INRIA All Rights Reserved.