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, status
charsRead, 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
|
myparse
getRest, readLine
protected java.lang.String httpMethod
protected java.lang.String callbackURL
public CallbackResponse(java.io.InputStream in) throws java.io.IOException
java.io.IOException
public void parseHttp(java.lang.String line)
parseHttp
in class HttpResponse
public java.lang.String toString()
HttpResponse
toString
in class GatekeeperReply
String
a string representation of the http header