org.globus.gram.internal
Class CallbackResponse

java.lang.Object
  extended by org.globus.util.http.HttpResponse
      extended by org.globus.gram.internal.GatekeeperReply
          extended by org.globus.gram.internal.CallbackResponse

public class CallbackResponse
extends GatekeeperReply


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

httpMethod

protected java.lang.String httpMethod

callbackURL

protected java.lang.String callbackURL
Constructor Detail

CallbackResponse

public CallbackResponse(java.io.InputStream in)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

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


Copyright © 2013. All Rights Reserved.