CallbackResponse
public class GatekeeperReply extends HttpResponse
Modifier and Type | Field | 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 | Description |
---|---|
GatekeeperReply(InputStream in) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
myparse() |
|
String |
toString() |
Generates a string representation of the http header
|
getRest, parseHttp, readLine
public int protocolVersion
public int status
public String jobManagerUrl
public int failureCode
public int jobFailureCode
public int exitCode
public GatekeeperReply(InputStream in) throws IOException
IOException
protected void myparse() throws IOException
IOException
public String toString()
HttpResponse
toString
in class HttpResponse
String
a string representation of the http headerCopyright © 2018. All rights reserved.