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