Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module udp :: Class MulticastPort |
|
MulticastMixin
--+ |Logger
--+ | | |Ephemeral
--+ | | |FileDescriptor
--+ | | |BasePort
--+ | | |Port
--+ | MulticastPort
Method Summary | |
---|---|
Initialize with a numeric port to listen on. (inherited from Port )
| |
__getstate__(self)
(inherited from Ephemeral )
| |
__repr__(self)
(inherited from Port )
| |
__setstate__(self,
state)
(inherited from Ephemeral )
| |
Cleans up my socket. (inherited from Port )
| |
createInternetSocket(self)
(inherited from BasePort )
| |
Called when my socket is ready for reading. (inherited from Port )
| |
Raises a RuntimeError (inherited from BasePort )
| |
File Descriptor number for select(). (inherited from FileDescriptor )
| |
Returns a tuple of ('INET_UDP', hostname, port), indicating the servers address (inherited from Port )
| |
getLoopbackMode(self)
(inherited from MulticastMixin )
| |
getOutgoingInterface(self)
(inherited from MulticastMixin )
| |
getTTL(self)
(inherited from MulticastMixin )
| |
Join a multicast group. (inherited from MulticastMixin )
| |
Leave multicast group, return Deferred of success. (inherited from MulticastMixin )
| |
log(self,
bytes)
(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 )
| |
pauseProducing(self)
(inherited from FileDescriptor )
| |
Register to receive data from a producer. (inherited from FileDescriptor )
| |
resumeProducing(self)
(inherited from FileDescriptor )
| |
setLogStr(self)
(inherited from Port )
| |
setLoopbackMode(self,
mode)
(inherited from MulticastMixin )
| |
Returns Deferred of success. (inherited from MulticastMixin )
| |
setTTL(self,
ttl)
(inherited from MulticastMixin )
| |
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 )
| |
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 )
| |
Write a datagram. (inherited from Port )
| |
writeSequence(self,
seq,
addr)
(inherited from Port )
| |
Write as much as possible of the given data, immediately. (inherited from FileDescriptor )
| |
_bindSocket(self)
(inherited from Port )
| |
_connectToProtocol(self)
(inherited from Port )
| |
_joinAddr1(self,
addr,
interface,
join)
(inherited from MulticastMixin )
| |
_joinAddr2(self,
interface,
addr,
join)
(inherited from MulticastMixin )
| |
_Logger__prefix(self)
(inherited from Logger )
| |
Called after a loseConnection(), when all data has been written. (inherited from FileDescriptor )
| |
_setInterface(self,
addr)
(inherited from MulticastMixin )
|
Class Variable Summary | |
---|---|
tuple |
__implements__
|
Class Variable Details |
---|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:06 2003 | http://epydoc.sf.net |