Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module ssl :: Class Server |
|
Logger
--+ |FileDescriptor
--+ |Ephemeral
--+ |Connection
--+ |Connection
--+ |Logger
--+ | | |FileDescriptor
--+ | | |Ephemeral
--+ | | |Connection
--+ | | |Server
--+ | Server
Method Summary | |
---|---|
__init__(*args,
**kwargs)
| |
(inherited from Ephemeral )
| |
A string representation of this connection. (inherited from Server )
| |
(inherited from Ephemeral )
| |
See abstract.FileDescriptor.connectionLost(). (inherited from Connection )
| |
See tcp.Connection.doRead for details. (inherited from Connection )
| |
Called when data is available for writing. (inherited from Connection )
| |
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. | |
Return the certificate for the peer. (inherited from Connection )
| |
(inherited from Connection )
| |
(inherited from Logger )
| |
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 )
| |
(inherited from FileDescriptor )
| |
Register to receive data from a producer. (inherited from FileDescriptor )
| |
(inherited from FileDescriptor )
| |
(inherited from Connection )
| |
Start waiting for read availability. (inherited from FileDescriptor )
| |
Start waiting for write availability. (inherited from FileDescriptor )
| |
Stop consuming data. (inherited from FileDescriptor )
| |
(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 )
| |
(inherited from FileDescriptor )
| |
See tcp.Connection.writeSomeData for details. (inherited from Connection )
| |
Called to close our socket. (inherited from Connection )
| |
(inherited from Logger )
| |
Gets called after loseConnection(), after buffered data is sent. (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.2 prerelease on Wed Jan 29 06:28:15 2003 | http://epydoc.sf.net |