Trees | Indices | Help |
---|
|
object --+ | streams.ReadStream --+ | object --+ | | | streams.WriteStream --+ | NetSocket
NetSocket is a socket-like abstraction used for reading from or writing to TCP connections.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
Write a Buffer to the socket. The handler will be called when the buffer has actually been written to the wire. Keyword arguments:
|
Write a String to the socket. The handler will be called when the string has actually been written to the wire. Keyword arguments:
|
Set a closed handler on the socket. Keyword arguments:
|
Tell the kernel to stream a file directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system. This is a very efficient way to stream files. Keyword arguments:
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Jan 13 17:19:26 2013 | http://epydoc.sourceforge.net |