Package org.globus.gram.internal
Class GatekeeperReply
- java.lang.Object
-
- org.globus.util.http.HttpResponse
-
- org.globus.gram.internal.GatekeeperReply
-
- Direct Known Subclasses:
CallbackResponse
public class GatekeeperReply extends HttpResponse
-
-
Field Summary
Fields Modifier and Type Field Description int
exitCode
int
failureCode
int
jobFailureCode
java.lang.String
jobManagerUrl
private static org.apache.commons.logging.Log
logger
int
protocolVersion
int
status
-
Fields inherited from class org.globus.util.http.HttpResponse
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server
-
-
Constructor Summary
Constructors Constructor Description GatekeeperReply(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
myparse()
java.lang.String
toString()
Generates a string representation of the http header-
Methods inherited from class org.globus.util.http.HttpResponse
getRest, parseHttp, readLine
-
-
-
-
Method Detail
-
myparse
protected void myparse() throws java.io.IOException
- Throws:
java.io.IOException
-
toString
public java.lang.String 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
-
-