Class GatekeeperReply
java.lang.Object
org.globus.util.http.HttpResponse
org.globus.gram.internal.GatekeeperReply
- Direct Known Subclasses:
CallbackResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintprivate static org.apache.commons.logging.LogintintFields inherited from class HttpResponse
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HttpResponse
getRest, parseHttp, readLine
-
Field Details
-
logger
private static org.apache.commons.logging.Log logger -
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:HttpResponseGenerates a string representation of the http header- Overrides:
toStringin classHttpResponse- Returns:
Stringa string representation of the http header
-