Package gluon :: Module rocket :: Class Connection
[hide private]
[frames] | no frames]

Class Connection

source code

object --+
         |
        Connection

Instance Methods [hide private]
 
__init__(self, sock_tuple, port, secure=False)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_sendall_darwin(self, buf) source code
 
close(self) source code

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

Properties [hide private]
  client_addr
  client_port
  fileno
  makefile
  read
  recv
  secure
  send
  sendall
  server_port
  setblocking
  shutdown
  socket
  ssl
  start_time
  write

Inherited from object: __class__

Method Details [hide private]

__init__(self, sock_tuple, port, secure=False)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)