| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module ssl :: Class Port |
|
Logger --+
|
FileDescriptor --+
|
Port --+
|
Port
| Method Summary | |
|---|---|
__init__(self,
port,
factory,
ctxFactory,
backlog,
interface)
| |
(internal) get my state for persistence (inherited from Port)
| |
(inherited from Port)
| |
Cleans up my socket. (inherited from Port)
| |
(internal) create an SSL socket | |
Called when my socket is ready for reading. | |
Raises an AssertionError. (inherited from Port)
| |
File Descriptor number for select(). (inherited from FileDescriptor)
| |
Returns a tuple of ('INET', hostname, port). (inherited from Port)
| |
(inherited from Logger)
| |
Returns the name of my class, to prefix log entries with. (inherited from Port)
| |
Stop accepting connections on this port. (inherited from Port)
| |
(inherited from FileDescriptor)
| |
Register to receive data from a producer. (inherited from FileDescriptor)
| |
(inherited from FileDescriptor)
| |
Create and bind my socket, and begin listening on it. (inherited from Port)
| |
Start waiting for read availability. (inherited from FileDescriptor)
| |
Start waiting for write availability. (inherited from FileDescriptor)
| |
Stop consuming data. (inherited from FileDescriptor)
| |
Stop accepting connections on this port. (inherited from Port)
| |
(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)
| |
Write as much as possible of the given data, immediately. (inherited from FileDescriptor)
| |
(inherited from Logger)
| |
Called after a loseConnection(), when all data has been written. (inherited from FileDescriptor)
| |
| Class Variable Summary | |
|---|---|
class |
Server
|
| Method Details |
|---|
createInternetSocket(self)(internal) create an SSL socket |
doRead(self)Called when my socket is ready for reading. This accepts a connection and callse self.protocol() to handle the wire-level protocol.
|
| Class Variable Details |
|---|
ServerServer = twisted.internet.ssl.Server
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:15 2003 | http://epydoc.sf.net |