Home | Trees | Index | Help |
---|
Package pyGlobus :: Module xio :: Class GsiSocket |
|
XioBase
--+ |XioSocket
--+ | GsiSocket
Method Summary | |
---|---|
Initialize a socket that uses TCP and GSI | |
Inherited from XioSocket | |
Closes the handles if they aren't closed already, then frees the memory associated with the handles if it was allocated | |
Blocking server-side TCP connection establishment. | |
binds the socket to a port | |
close the socket | |
Blocking TCP connection establishment. | |
Return a new socket object identical to the current one | |
Return the underlying file descriptor | |
Return the remote address | |
Return the local address | |
Return the value of the socket option To get a list of options available call getopts on the transport driver. | |
Return timeout or None | |
Creates a listening TCP socket. | |
Return the underlying file descriptor | |
blocking read call | |
Emulates socket.send -- writes a string over a socket | |
Emulates socket.sendall -- writes a complete string over a socket | |
Sets the socket to be blocking or not. | |
Set the options from the socket. | |
Sets a timeout for the socket | |
shutdown the reading, writing or both sides of the socket | |
Internal method only | |
Internal method only | |
Internal method only | |
Inherited from XioBase | |
Return the handle |
Method Details |
---|
__init__(self,
handle=None,
stack=None,
transport_driver=None)
Initialize a socket that uses TCP and GSI
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:55 2006 | http://epydoc.sf.net |