Lines Matching defs:Server
186 class Server(events.AbstractServer):
310 extra=None, server=None):
316 extra=None, server=None):
683 """Connect to a TCP server.
976 """Create a TCP server.
978 The host parameter can be a string, in that case the TCP server is bound
982 the TCP server is bound to all hosts of the sequence. If a host
984 resolve to the same IP address), the server is only bound once to that
987 Return a Server object which can be used to stop the service.
1061 server = Server(self, sockets)
1065 self._start_serving(protocol_factory, sock, ssl, server, backlog)
1067 logger.info("%r is serving", server)
1068 return server