Trees | Index | Help |
---|
Package flumotion :: Package twisted :: Module fdserver :: Class PassableServerPort |
|
_SocketCloser
--+ |Ephemeral
--+ | | |Logger
--+ | | |object
--+ | | |FileDescriptor
--+ | | |BasePort
--+ |Port
--+ | PassableServerPort
Method Summary | |
---|---|
Inherited from Port | |
Initialize with a numeric port to listen on. | |
| |
Cleans up my socket. | |
| |
Called when my socket is ready for reading. | |
Returns an IPv4Address. | |
Returns the name of my class, to prefix log entries with. | |
Stop accepting connections on this port. | |
Create and bind my socket, and begin listening on it. | |
Stop accepting connections on this port. | |
Inherited from FileDescriptor | |
File Descriptor number for select(). | |
| |
| |
| |
Register to receive data from a producer. | |
| |
Start waiting for read availability. | |
Start waiting for write availability. | |
Stop consuming data. | |
| |
Stop waiting for read availability. | |
Stop waiting for write availability. | |
Stop consuming data from a producer, without disconnecting. | |
Reliably write some data. | |
| |
Reliably write a sequence of data. | |
Write as much as possible of the given data, immediately. | |
Inherited from Ephemeral | |
| |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
type |
transport = flumotion.twisted.fdserver.PassableServerConnection |
Inherited from Port | |
Implements |
__implemented__ = <implementedBy twisted.internet.tcp.Po...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
int |
addressFamily = 2 |
int |
backlog = 50 |
str |
interface = ''
|
int |
sessionno = 0 |
int |
socketType = 1 |
Inherited from FileDescriptor | |
int |
bufferSize = 65536 |
int |
connected = 0 |
str |
dataBuffer = ''
|
int |
disconnected = 0 |
int |
disconnecting = 0 |
int |
offset = 0 |
NoneType |
producer = None |
int |
producerPaused = 0 |
int |
SEND_LIMIT = 131072 |
int |
streamingProducer = 0 |
Inherited from Logger | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Feb 2 11:29:21 2007 | http://epydoc.sf.net |