twisted.internet.endpoints.AdoptedStreamServerEndpoint(object) class documentationtwisted.internet.endpoints
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint
An endpoint for listening on a file descriptor initialized outside of Twisted.
| Method | __init__ | |
| Method | listen | Implement IStreamServerEndpoint.listento start listening on, and then close,self._fileno. | 
| Instance Variable | _used | A boolindicating whether this endpoint has been used to 
listen with a factory yet.Trueif so. | 
bool indicating whether this endpoint has been used to 
listen with a factory yet.  True if so.
  | Parameters | reactor | An IReactorSocketprovider. | 
| fileno | An integer file descriptor corresponding to a listening SOCK_STREAM socket. | |
| addressFamily | The address family of the socket given by fileno. | 
Implement IStreamServerEndpoint.listen
to start listening on, and then close, self._fileno.