public class CallbackResponse extends GatekeeperReply
Modifier and Type | Field and 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 and Description |
---|
CallbackResponse(InputStream in) |
Modifier and Type | Method and 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 © 2016. All rights reserved.