Java Globus API: Class GatekeeperReply
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
|
Method Summary |
protected void |
myparse()
|
String |
toString()
Generates a string representation of the http header |
protocolVersion
public int protocolVersion
status
public int status
jobManagerUrl
public String jobManagerUrl
failureCode
public int failureCode
jobFailureCode
public int jobFailureCode
GatekeeperReply
public GatekeeperReply(InputStream in)
throws IOException
myparse
protected void myparse()
throws IOException
toString
public String toString()
- Description copied from class:
HttpResponse
- Generates a string representation of the http header
- Overrides:
toString in class HttpResponse
- Following copied from class:
org.globus.util.http.HttpResponse
- Returns:
String a string representation of the http header