public class GatekeeperReply extends HttpResponse
| Modifier and Type | Field and Description |
|---|---|
int |
exitCode |
int |
failureCode |
int |
jobFailureCode |
java.lang.String |
jobManagerUrl |
int |
protocolVersion |
int |
status |
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server| Constructor and Description |
|---|
GatekeeperReply(java.io.InputStream in) |
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.IOExceptionprotected void myparse()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
HttpResponsetoString in class HttpResponseString a string representation of the http headerCopyright © 2013. All Rights Reserved.