|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.util.http.HttpResponse
org.globus.gram.internal.GatekeeperReply
org.globus.gram.internal.CallbackResponse
public class CallbackResponse
Field Summary | |
---|---|
protected java.lang.String |
callbackURL
|
protected java.lang.String |
httpMethod
|
Fields inherited from class org.globus.gram.internal.GatekeeperReply |
---|
exitCode, failureCode, jobFailureCode, jobManagerUrl, protocolVersion, status |
Fields inherited from class org.globus.util.http.HttpResponse |
---|
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server |
Constructor Summary | |
---|---|
CallbackResponse(java.io.InputStream in)
|
Method Summary | |
---|---|
void |
parseHttp(java.lang.String line)
|
java.lang.String |
toString()
Generates a string representation of the http header |
Methods inherited from class org.globus.gram.internal.GatekeeperReply |
---|
myparse |
Methods inherited from class org.globus.util.http.HttpResponse |
---|
getRest, readLine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String httpMethod
protected java.lang.String callbackURL
Constructor Detail |
---|
public CallbackResponse(java.io.InputStream in) throws java.io.IOException
java.io.IOException
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |