An xio handle with the mode_e driver can be created with either globus_xio_handle_create() or globus_xio_server_register_accept(). if the handle is created with globus_xio_handle_create(), the contact string passed to ref globus_xio_register_open() call must contain a host name and service/port. the number of streams required can be specified on the attr using globus_xio_mode_e_set_num_streams (default is one stream). the stack of drivers to be used on the streams can be specified on the attr using globus_xio_mode_e_set_stack (default is a stack containing tcp driver). when the xio handle is closed, the mode_e driver will destroy its internal resources and close the stream(s).
Generated automatically by Doxygen for globus_xio from the source code.