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


Field Summary
 int event_type
           
 double quantity
           
 java.lang.String reservation_handle
           
 int status
           
 
Fields inherited from class org.globus.util.http.HttpResponse
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, server
 
Constructor Summary
CallbackResponse(java.io.InputStream in)
           
 
Method Summary
 void parseHttp(java.lang.String line)
           
 java.lang.String toString()
          Generates a string representation of the http header
 
Methods inherited from class org.globus.util.http.HttpResponse
getRest, readLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reservation_handle

public java.lang.String reservation_handle

status

public int status

event_type

public int event_type

quantity

public double quantity
Constructor Detail

CallbackResponse

public CallbackResponse(java.io.InputStream in)
                 throws java.io.IOException
Method Detail

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