public class GatekeeperReply extends HttpResponse
| Modifier and Type | Field and Description |
|---|---|
int |
exitCode |
int |
failureCode |
int |
jobFailureCode |
String |
jobManagerUrl |
int |
protocolVersion |
int |
status |
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server| Constructor and Description |
|---|
GatekeeperReply(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
myparse() |
String |
toString()
Generates a string representation of the http header
|
getRest, parseHttp, readLinepublic int protocolVersion
public int status
public String jobManagerUrl
public int failureCode
public int jobFailureCode
public int exitCode
public GatekeeperReply(InputStream in) throws IOException
IOExceptionprotected void myparse()
throws IOException
IOExceptionpublic String toString()
HttpResponsetoString in class HttpResponseString a string representation of the http headerCopyright © 2016. All rights reserved.