| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module base :: Class BasePort |
|
Logger --+
|
Ephemeral --+
|
FileDescriptor --+
|
BasePort
Port,
Port| Method Summary | |
|---|---|
__init__(self,
reactor)
(inherited from FileDescriptor)
| |
__getstate__(self)
(inherited from Ephemeral)
| |
__setstate__(self,
state)
(inherited from Ephemeral)
| |
The connection was lost. (inherited from FileDescriptor)
| |
createInternetSocket(self)
| |
Raises a RuntimeError | |
File Descriptor number for select(). (inherited from FileDescriptor)
| |
Override this method to insert custom logging behavior. (inherited from Logger)
| |
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)
| |
Start waiting for read availability. (inherited from FileDescriptor)
| |
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)
| |
Write as much as possible of the given data, immediately. (inherited from FileDescriptor)
| |
Called after a loseConnection(), when all data has been written. (inherited from FileDescriptor)
| |
| Class Variable Summary | |
|---|---|
NoneType |
addressFamily
|
NoneType |
socketType
|
| Method Details |
|---|
doWrite(self)Raises a RuntimeError |
| Class Variable Details |
|---|
addressFamily
|
socketType
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:06 2003 | http://epydoc.sf.net |