|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.globus.gara.internal
Class GaraServiceReply
java.lang.Object | +--org.globus.util.http.HttpResponse | +--org.globus.gara.internal.GaraServiceReply
- public class GaraServiceReply
- extends HttpResponse
| Field Summary | |
String |
contact_string
|
int |
error
|
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 | |
GaraServiceReply(InputStream in)
|
|
| Method Summary | |
String |
toString()
Generates a string representation of the http header |
| Methods inherited from class org.globus.util.http.HttpResponse |
getRest, parseHttp, readLine |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
status
public int status
error
public int error
contact_string
public String contact_string
reservation_handle
public String reservation_handle
| Constructor Detail |
GaraServiceReply
public GaraServiceReply(InputStream in) throws IOException
| Method Detail |
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 | |||||||||