logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_gass_transfer_requestattr_implementation - Implementing Request Attributes

Author

       Generated automatically by Doxygen for globus_gass_transfer from the source code.

globus_gass_transfer                               Version 9.4       globus_gass_transf...attr_implementation(3)

Detailed Description

       Implementing Request Attributes.

Function Documentation

globus_object_t*globus_gass_transfer_listenerattr_initialize(globus_object_t*obj,intbacklog,unsignedshortport)
       Initialize a base listener attribute.

       ParametersobjbacklogportReturns
           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.

   globus_object_t*globus_gass_transfer_requestattr_initialize(globus_object_t*obj,char*proxy_url,globus_size_tblock_size,globus_gass_transfer_file_mode_tfile_mode,globus_bool_tconnection_reuse)
       Initialize a base request attribute.

       Parametersobjproxy_urlblock_sizefile_modeconnection_reuseReturns
           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.

   globus_object_t*globus_gass_transfer_secure_requestattr_initialize(globus_object_t*obj,char*proxy_url,globus_size_tblock_size,globus_gass_transfer_file_mode_tfile_mode,globus_bool_tconnection_reuse,intsndbuf,intrcvbuf,globus_bool_tnodelay,globus_gass_transfer_authorization_tauthorization,char*subject)
       Initialize a secure request attribute.

       Parametersobjproxy_urlblock_sizefile_modeconnection_reusesndbufrcvbufnodelayauthorizationsubjectReturns
           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.

   globus_object_t*globus_gass_transfer_socket_requestattr_initialize(globus_object_t*obj,char*proxy_url,globus_size_tblock_size,globus_gass_transfer_file_mode_tfile_mode,globus_bool_tconnection_reuse,intsndbuf,intrcvbuf,globus_bool_tnodelay)
       Initialize a socket request attribute.

       Parametersobjproxy_urlblock_sizefile_modeconnection_reusesndbufrcvbufnodelayReturns
           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.

Name

       globus_gass_transfer_requestattr_implementation - Implementing Request Attributes

        - Implementing Request Attributes.

Synopsis

Functions
       globus_object_t * globus_gass_transfer_requestattr_initialize (globus_object_t *obj, char *proxy_url,
           globus_size_t block_size, globus_gass_transfer_file_mode_t file_mode, globus_bool_t connection_reuse)

   ConnectionReuse
       globus_object_t * globus_gass_transfer_socket_requestattr_initialize (globus_object_t *obj, char
           *proxy_url, globus_size_t block_size, globus_gass_transfer_file_mode_t file_mode, globus_bool_t
           connection_reuse, int sndbuf, int rcvbuf, globus_bool_t nodelay)

   TCPNodelay
       globus_object_t * globus_gass_transfer_secure_requestattr_initialize (globus_object_t *obj, char
           *proxy_url, globus_size_t block_size, globus_gass_transfer_file_mode_t file_mode, globus_bool_t
           connection_reuse, int sndbuf, int rcvbuf, globus_bool_t nodelay, globus_gass_transfer_authorization_t
           authorization, char *subject)

   Authorization
       globus_object_t * globus_gass_transfer_listenerattr_initialize (globus_object_t *obj, int backlog,
           unsigned short port)

See Also