CallbackResponse (Java Globus API)
org.globus.gara.internal
Class CallbackResponse
java.lang.Object
|
+--org.globus.util.http.HttpResponse
|
+--org.globus.gara.internal.CallbackResponse
- public class CallbackResponse
- extends HttpResponse
|
Method Summary |
void |
parseHttp(java.lang.String line)
|
java.lang.String |
toString()
Generates a string representation of the http header |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
reservation_handle
public java.lang.String reservation_handle
status
public int status
event_type
public int event_type
quantity
public double quantity
CallbackResponse
public CallbackResponse(java.io.InputStream in)
throws java.io.IOException
parseHttp
public void parseHttp(java.lang.String line)
- Overrides:
parseHttp in class HttpResponse
toString
public java.lang.String toString()
- Description copied from class:
HttpResponse
- Generates a string representation of the http header
- Overrides:
toString in class HttpResponse
- Returns:
String a string representation of the http header