public class CallbackResponse extends GatekeeperReply
| Modifier and Type | Field | Description |
|---|---|---|
protected String |
callbackURL |
|
protected String |
httpMethod |
exitCode, failureCode, jobFailureCode, jobManagerUrl, protocolVersion, statuscharsRead, 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
|
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 © 2018. All rights reserved.