public class GatekeeperReply extends HttpResponse
Modifier and Type | Field and Description |
---|---|
int |
exitCode |
int |
failureCode |
int |
jobFailureCode |
java.lang.String |
jobManagerUrl |
private static org.apache.commons.logging.Log |
logger |
int |
protocolVersion |
int |
status |
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server
Constructor and Description |
---|
GatekeeperReply(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
protected void |
myparse() |
java.lang.String |
toString()
Generates a string representation of the http header
|
getRest, parseHttp, readLine
private static org.apache.commons.logging.Log logger
public int protocolVersion
public int status
public java.lang.String jobManagerUrl
public int failureCode
public int jobFailureCode
public int exitCode
public GatekeeperReply(java.io.InputStream in) throws java.io.IOException
java.io.IOException
protected void myparse() throws java.io.IOException
java.io.IOException
public java.lang.String toString()
HttpResponse
toString
in class HttpResponse
String
a string representation of the http header