|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
| Field Summary | |
protected String |
callbackURL
|
protected String |
httpMethod
|
| Fields inherited from class org.globus.gram.internal.GatekeeperReply |
failureCode, jobFailureCode, jobManagerUrl, protocolVersion, status |
| Fields inherited from class org.globus.util.http.HttpResponse |
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, server |
| Constructor Summary | |
CallbackResponse(InputStream in)
|
|
| Method Summary | |
void |
parseHttp(String line)
|
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 String httpMethod
callbackURL
protected String callbackURL
| Constructor Detail |
CallbackResponse
public CallbackResponse(InputStream in) throws IOException
| Method Detail |
parseHttp
public void parseHttp(String line)
- Overrides:
parseHttpin classHttpResponse
toString
public String toString()
- Description copied from class:
HttpResponse - Generates a string representation of the http header
- Overrides:
toStringin classGatekeeperReply
- Following copied from class:
org.globus.util.http.HttpResponse- Returns:
Stringa string representation of the http header
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||