CallbackResponse (Java Globus API)
org.globus.gram.internal
Class CallbackResponse
java.lang.Object
|
+--org.globus.util.http.HttpResponse
|
+--org.globus.gram.internal.GatekeeperReply
|
+--org.globus.gram.internal.CallbackResponse
- public class CallbackResponse
- extends GatekeeperReply
|
Method Summary |
void |
parseHttp(java.lang.String line)
|
java.lang.String |
toString()
Generates a string representation of the http header |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
httpMethod
protected java.lang.String httpMethod
callbackURL
protected java.lang.String callbackURL
CallbackResponse
public CallbackResponse(java.io.InputStream in)
throws java.io.IOException
parseHttp
public void parseHttp(java.lang.String line)
- Overrides:
parseHttp in class HttpResponse
toString
public java.lang.String toString()
- Description copied from class:
HttpResponse
- Generates a string representation of the http header
- Overrides:
toString in class GatekeeperReply
- Returns:
String a string representation of the http header