public class CallbackResponse extends GatekeeperReply
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
callbackURL |
protected java.lang.String |
httpMethod |
exitCode, failureCode, jobFailureCode, jobManagerUrl, protocolVersion, statuscharsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server| Constructor and Description |
|---|
CallbackResponse(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
parseHttp(java.lang.String line) |
java.lang.String |
toString()
Generates a string representation of the http header
|
myparsegetRest, readLineprotected java.lang.String httpMethod
protected java.lang.String callbackURL
public CallbackResponse(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionpublic void parseHttp(java.lang.String line)
parseHttp in class HttpResponsepublic java.lang.String toString()
HttpResponsetoString in class GatekeeperReplyString a string representation of the http headerCopyright © 2013. All Rights Reserved.