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 org.globus.util.http.HttpResponse
Fields inherited from class org.globus.util.http.HttpResponse |
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server |
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 |
protocolVersion
public int protocolVersion
status
public int status
jobManagerUrl
public java.lang.String jobManagerUrl
failureCode
public int failureCode
jobFailureCode
public int jobFailureCode
exitCode
public int exitCode
GatekeeperReply
public GatekeeperReply(java.io.InputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
myparse
protected void myparse()
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class org.globus.util.http.HttpResponse