Class GRAMProtocol
java.lang.Object
org.globus.util.http.HTTPProtocol
org.globus.gram.internal.GRAMProtocol
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class HTTPProtocol
CHUNKED, CHUNKING, CONNECTION, CONNECTION_CLOSE, CONTENT_LENGTH, CONTENT_TYPE, CRLF, HOST, HTTP_VERSION, LOCATION, METHOD, SERVER, USER_AGENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringCANCEL_JOB(String jobmanager_url, String hostname) private static final Stringstatic StringOKReply()static Stringstatic StringREGISTER_CALLBACK(String jobmanager_url, String hostname, int state_mask, String callback_url) static Stringstatic StringREQUEST(String servicename, String hostname, int state_mask, String callback_url, String rsl_string) static Stringstatic StringSTATUS_POLL(String jobmanager_url, String hostname) static StringUNREGISTER_CALLBACK(String jobmanager_url, String hostname, String callback_url) Methods inherited from class HTTPProtocol
createGETHeader, createHTTPHeader, createPUTHeader, ErrorReply, getBadRequestErrorReply, getErrorReply, getFileNotFoundErrorReply, getForbiddenErrorReply, getOKReply, getOKReply, getServerErrorReply
-
Field Details
-
GRAM_PROTOCOL_VERSION
public static final int GRAM_PROTOCOL_VERSION- See Also:
-
APPLICATION
- See Also:
-
PROTOCOL_VERSION
- See Also:
-
JOB_STATE_MASK
- See Also:
-
CALLBACK_URL
- See Also:
-
RSL
- See Also:
-
STATUS
- See Also:
-
CANCEL
- See Also:
-
REGISTER
- See Also:
-
UNREGISTER
- See Also:
-
SIGNAL
- See Also:
-
RENEW
- See Also:
-
PROTOCOL_VERSION_LINE
- See Also:
-
-
Constructor Details
-
GRAMProtocol
public GRAMProtocol()
-
-
Method Details
-
REQUEST
-
PING
-
STATUS_POLL
-
SIGNAL
-
REGISTER_CALLBACK
-
UNREGISTER_CALLBACK
-
RENEW
-
CANCEL_JOB
-
JMREQUEST
-
OKReply
-