public class CallbackResponse extends GatekeeperReply
| Modifier and Type | Field and Description |
|---|---|
protected String |
callbackURL |
protected String |
httpMethod |
exitCode, failureCode, jobFailureCode, jobManagerUrl, protocolVersion, statuscharsRead, 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
|
myparsegetRest, readLinepublic CallbackResponse(InputStream in) throws IOException
IOExceptionpublic void parseHttp(String line)
parseHttp in class HttpResponsepublic String toString()
HttpResponsetoString in class GatekeeperReplyString a string representation of the http headerCopyright © 2015. All rights reserved.