Package org.globus.gram.internal
Class GatekeeperReply
- java.lang.Object
-
- org.globus.util.http.HttpResponse
-
- org.globus.gram.internal.GatekeeperReply
-
- Direct Known Subclasses:
CallbackResponse
public class GatekeeperReply extends HttpResponse
-
-
Field Summary
Fields Modifier and Type Field Description intexitCodeintfailureCodeintjobFailureCodejava.lang.StringjobManagerUrlintprotocolVersionintstatus-
Fields inherited from class org.globus.util.http.HttpResponse
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, location, server
-
-
Constructor Summary
Constructors Constructor Description GatekeeperReply(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmyparse()java.lang.StringtoString()Generates a string representation of the http header-
Methods inherited from class org.globus.util.http.HttpResponse
getRest, parseHttp, readLine
-
-
-
-
Method Detail
-
myparse
protected void myparse() throws java.io.IOException- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
Description copied from class:HttpResponseGenerates a string representation of the http header- Overrides:
toStringin classHttpResponse- Returns:
Stringa string representation of the http header
-
-