ProtocolServer

Protocol servers handle incoming connections on a particular protocol.

Base Classes

Methods

acceptConnection(self)

   def acceptConnection(self):

Returns a new connection for the server.

isSingleConnection(self)

   def isSingleConnection(self):

Returns true if the server returns a single connection, as in the case of a server for a named pipe or stdin/stdout.

Always returns false, derived classes may override.