Package Anomos :: Module SingleSocket :: Class SingleSocket
[hide private]
[frames] | no frames]

Class SingleSocket

object --+
         |
        SingleSocket

Instance Methods [hide private]
 
__init__(self, rawserver, sock, handler, context, peer_ip=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
_clear_state(self)
 
_set_shutdown(self, opt=3)
 
close(self)
 
is_flushed(self)
 
recv(self, bufsize=65536)
 
try_write(self)
 
write(self, s)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, rawserver, sock, handler, context, peer_ip=None)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)