Package Honey :: Module Socket :: Class ServerSocket
[show private | hide private]
[frames | no frames]

Class ServerSocket

object --+    
         |    
BaseSocket --+
             |
            ServerSocket


Method Summary
  __init__(self, server, protocol)
a new object with type S, a subtype of T __new__(S, ...)
  __nonzero__(self)
(inherited from BaseSocket)
  accept(self)
  bind(self, host, port)
  close(self, reason)
(inherited from BaseSocket)
  listen(self, backlog)
  _close(self, reason)
(inherited from BaseSocket)

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Generated by Epydoc 1.1 on Sun Dec 7 16:06:02 2003 http://epydoc.sf.net