Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module ssl :: Class Server |
|
Logger
--+ |Ephemeral
--+ |FileDescriptor
--+ |Connection
--+ |Server
--+ | Server
Method Summary | |
---|---|
Server(sock, protocol, client, server, sessionno) (inherited from Server )
| |
__getstate__(self)
(inherited from Ephemeral )
| |
A string representation of this connection. (inherited from Server )
| |
__setstate__(self,
state)
(inherited from Ephemeral )
| |
See abstract.FileDescriptor.connectionLost(). (inherited from Connection )
| |
Calls self.protocol.dataReceived with all available data. (inherited from Connection )
| |
Called when data is available for writing. (inherited from FileDescriptor )
| |
File Descriptor number for select(). (inherited from FileDescriptor )
| |
Returns a tuple of ('SSL', hostname, port). | |
Returns a tuple of ('SSL', hostname, port), indicating the connected client's address. | |
getTcpKeepAlive(self)
(inherited from Connection )
| |
getTcpNoDelay(self)
(inherited from Connection )
| |
Return the prefix to log with when I own the logging thread. (inherited from Connection )
| |
Close the connection at the next available opportunity. (inherited from FileDescriptor )
| |
pauseProducing(self)
(inherited from FileDescriptor )
| |
Register to receive data from a producer. (inherited from FileDescriptor )
| |
resumeProducing(self)
(inherited from FileDescriptor )
| |
setTcpKeepAlive(self,
enabled)
(inherited from Connection )
| |
setTcpNoDelay(self,
enabled)
(inherited from Connection )
| |
Start waiting for read availability. (inherited from FileDescriptor )
| |
startTLS(self,
ctx,
server)
(inherited from Server )
| |
Start waiting for write availability. (inherited from FileDescriptor )
| |
Stop consuming data. (inherited from FileDescriptor )
| |
stopProducing(self)
(inherited from FileDescriptor )
| |
Stop waiting for read availability. (inherited from FileDescriptor )
| |
Stop waiting for write availability. (inherited from FileDescriptor )
| |
Stop consuming data from a producer, without disconnecting. (inherited from FileDescriptor )
| |
Reliably write some data. (inherited from FileDescriptor )
| |
writeSequence(self,
iovec)
(inherited from FileDescriptor )
| |
Connection.writeSomeData(data) -> #of bytes written | CONNECTION_LOST This writes as much data as possible to the socket and returns either the number of bytes read (which is positive) or a connection error code (which is negative) (inherited from Connection )
| |
Called to close our socket. (inherited from Connection )
| |
Called after a loseConnection(), when all data has been written. (inherited from FileDescriptor )
| |
_startTLS(self)
(inherited from Connection )
|
Method Details |
---|
getHost(self)Returns a tuple of ('SSL', hostname, port). This indicates the servers address. |
getPeer(self)Returns a tuple of ('SSL', hostname, port), indicating the connected client's address. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:13 2003 | http://epydoc.sf.net |