.TH "globus_gass_transfer_requestattr_implementation" 3 "Tue Jul 5 2022" "Version 9.4" "globus_gass_transfer" \" -*- nroff -*- .ad l .nh .SH NAME globus_gass_transfer_requestattr_implementation \- Implementing Request Attributes .PP \- Implementing Request Attributes\&. .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "globus_object_t * \fBglobus_gass_transfer_requestattr_initialize\fP (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)" .br .in -1c .SS "Connection Reuse" .in +1c .ti -1c .RI "globus_object_t * \fBglobus_gass_transfer_socket_requestattr_initialize\fP (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)" .br .in -1c .SS "TCP Nodelay" .in +1c .ti -1c .RI "globus_object_t * \fBglobus_gass_transfer_secure_requestattr_initialize\fP (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)" .br .in -1c .SS "Authorization" .in +1c .ti -1c .RI "globus_object_t * \fBglobus_gass_transfer_listenerattr_initialize\fP (globus_object_t *obj, int backlog, unsigned short port)" .br .in -1c .SH "Detailed Description" .PP Implementing Request Attributes\&. .SH "Function Documentation" .PP .SS "globus_object_t* globus_gass_transfer_listenerattr_initialize (globus_object_t * obj, int backlog, unsigned short port)" Initialize a base listener attribute\&. .PP \fBParameters\fP .RS 4 \fIobj\fP .br \fIbacklog\fP .br \fIport\fP .RE .PP \fBReturns\fP .RS 4 Returns the \fIobj\fP pointer if the object inherited from the \fIGLOBUS_GASS_OBJECT_TYPE_LISTENERTATTR\fP type and the attribute could be initialized; GLOBUS_NULL otherwise\&. .RE .PP .SS "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)" Initialize a base request attribute\&. .PP \fBParameters\fP .RS 4 \fIobj\fP .br \fIproxy_url\fP .br \fIblock_size\fP .br \fIfile_mode\fP .br \fIconnection_reuse\fP .RE .PP \fBReturns\fP .RS 4 Returns the \fIobj\fP pointer if the object inherited from the \fIGLOBUS_GASS_OBJECT_TYPE_REQUESTATTR\fP type and the attribute could be initialized; GLOBUS_NULL otherwise\&. .RE .PP .SS "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)" Initialize a secure request attribute\&. .PP \fBParameters\fP .RS 4 \fIobj\fP .br \fIproxy_url\fP .br \fIblock_size\fP .br \fIfile_mode\fP .br \fIconnection_reuse\fP .br \fIsndbuf\fP .br \fIrcvbuf\fP .br \fInodelay\fP .br \fIauthorization\fP .br \fIsubject\fP .RE .PP \fBReturns\fP .RS 4 Returns the \fIobj\fP pointer if the object inherited from the \fIGLOBUS_GASS_OBJECT_TYPE_SECURE_REQUESTATTR\fP type and the attribute could be initialized; GLOBUS_NULL otherwise\&. .RE .PP .SS "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)" Initialize a socket request attribute\&. .PP \fBParameters\fP .RS 4 \fIobj\fP .br \fIproxy_url\fP .br \fIblock_size\fP .br \fIfile_mode\fP .br \fIconnection_reuse\fP .br \fIsndbuf\fP .br \fIrcvbuf\fP .br \fInodelay\fP .RE .PP \fBReturns\fP .RS 4 Returns the \fIobj\fP pointer if the object inherited from the \fIGLOBUS_GASS_OBJECT_TYPE_SOCKET_REQUESTATTR\fP type and the attribute could be initialized; GLOBUS_NULL otherwise\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus_gass_transfer from the source code\&.