|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
|
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(InputStream in)
|
|
| Method Summary | |
void |
parseHttp(String line)
|
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 String reservation_handle
status
public int status
event_type
public int event_type
quantity
public double quantity
| Constructor Detail |
CallbackResponse
public CallbackResponse(InputStream in) throws IOException
| Method Detail |
parseHttp
public void parseHttp(String line)
- Overrides:
parseHttpin classHttpResponse
toString
public String toString()
- Description copied from class:
HttpResponse - Generates a string representation of the http header
- Overrides:
toStringin classHttpResponse
- Following copied from class:
org.globus.util.http.HttpResponse- Returns:
Stringa string representation of the http header
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||