Table of Contents
A listening port.
getHost ( self )
a tuple of (proto_type, ...), where proto_type will be a string such as INET, SSL, UNIX. The rest of the tuple will be identifying information about the port.
INET
SSL
UNIX
startListening ( self )
Start listening on this port.
stopListening ( self )
Stop listening on this port.