Package org.globus.gram.internal
Class CallbackResponse
java.lang.Object
org.globus.util.http.HttpResponse
org.globus.gram.internal.GatekeeperReply
org.globus.gram.internal.CallbackResponse
-
Field Summary
FieldsFields inherited from class org.globus.gram.internal.GatekeeperReply
exitCode, failureCode, jobFailureCode, jobManagerUrl, protocolVersion, status
Fields inherited from class org.globus.util.http.HttpResponse
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.globus.gram.internal.GatekeeperReply
myparse
Methods inherited from class org.globus.util.http.HttpResponse
getRest, readLine
-
Field Details
-
httpMethod
-
callbackURL
-
-
Constructor Details
-
CallbackResponse
- Throws:
IOException
-
-
Method Details
-
parseHttp
- Overrides:
parseHttp
in classHttpResponse
-
toString
Description copied from class:HttpResponse
Generates a string representation of the http header- Overrides:
toString
in classGatekeeperReply
- Returns:
String
a string representation of the http header
-