|
||||||||||||
|
Create a GRAM Protocol listener. Creates a GRAM Protocol listener. The listener will automatically accept new connections on it's TCP/IP port and parse GRAM requests. The requests will be passed to the specified callback function to the user can unpack the request, handle it, and send a reply by calling globus_gram_protocol_reply().
|
|
|||||||
|
Disable a listener from handling any new requests. Disables a listener making it unable to receive any new requests, and freeing memory associated with the listener. Will block if a request is in progress, but once this function returns, no further request callbacks create by the listener will occur.
|
|
||||||||||||||||||||||||
|
Frame and send a GRAM protocol request. Connects to the GRAM Protocol server specified by the url parameter, frames the message with HTTP headers, and sends it. If callback is non-NULL, then the function pointed to by it will be called when a response is received from the server.
|
|
|||||||||||||||
|
Frame and send a GRAM protocol reply. On an existing handle, frame and send the reply. The reply consists of a response code and a message. This function should only be called in response to a callback containing a GRAM Protocol request. It should not be called using the same handle as created by calling globus_gram_protocol_post().
|
|
|||||||||
|
Extract the GSS Context from a GRAM Connection. Extract the GSS Context from a existing, connected handle This function should only be called after the GRAM protocol connection has been established.
|
about globus |
grid research |
globus toolkit |
software development
Comments? webmaster@globus.org