Package org.globus.gram.internal
Class GatekeeperReply
java.lang.Object
org.globus.util.http.HttpResponse
org.globus.gram.internal.GatekeeperReply
- Direct Known Subclasses:
CallbackResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
int
int
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.util.http.HttpResponse
getRest, parseHttp, readLine
-
Field Details
-
protocolVersion
public int protocolVersion -
status
public int status -
jobManagerUrl
-
failureCode
public int failureCode -
jobFailureCode
public int jobFailureCode -
exitCode
public int exitCode
-
-
Constructor Details
-
GatekeeperReply
- Throws:
IOException
-
-
Method Details
-
myparse
- Throws:
IOException
-
toString
Description copied from class:HttpResponse
Generates a string representation of the http header- Overrides:
toString
in classHttpResponse
- Returns:
String
a string representation of the http header
-