Implementing request attributes -
Initialize a base listener attribute.
Parameters:
obj
backlog
port
Returns:
Returns the obj pointer if the object inherited from the GLOBUS_GASS_OBJECT_TYPE_LISTENERTATTR type and the attribute could be initialized; GLOBUS_NULL otherwise.
Initialize a base request attribute.
Parameters:
obj
proxy_url
block_size
file_mode
connection_reuse
Returns:
Returns the obj pointer if the object inherited from the GLOBUS_GASS_OBJECT_TYPE_REQUESTATTR type and the attribute could be initialized; GLOBUS_NULL otherwise.
Initialize a secure request attribute.
Parameters:
obj
proxy_url
block_size
file_mode
connection_reuse
sndbuf
rcvbuf
nodelay
authorization
subject
Returns:
Returns the obj pointer if the object inherited from the GLOBUS_GASS_OBJECT_TYPE_SECURE_REQUESTATTR type and the attribute could be initialized; GLOBUS_NULL otherwise.
Initialize a socket request attribute.
Parameters:
obj
proxy_url
block_size
file_mode
connection_reuse
sndbuf
rcvbuf
nodelay
Returns:
Returns the obj pointer if the object inherited from the GLOBUS_GASS_OBJECT_TYPE_SOCKET_REQUESTATTR type and the attribute could be initialized; GLOBUS_NULL otherwise.
Generated automatically by Doxygen for globus_gass_transfer from the source code.