Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module udp :: Class ConnectedMulticastPort |
|
MulticastMixin
--+ |Logger
--+ | | |FileDescriptor
--+ | | |Port
--+ | | |ConnectedPort
--+ | ConnectedMulticastPort
Method Summary | |
---|---|
(inherited from ConnectedPort )
| |
(internal) get my state for persistence (inherited from Port )
| |
(inherited from Port )
| |
(inherited from ConnectedPort )
| |
Cleans up my socket. (inherited from Port )
| |
(internal) create an AF_INET/SOCK_DGRAM socket. (inherited from Port )
| |
Called when my socket is ready for reading. (inherited from ConnectedPort )
| |
Raises an AssertionError. (inherited from Port )
| |
File Descriptor number for select(). (inherited from FileDescriptor )
| |
Returns a tuple of ('INET_UDP', hostname, port), indicating the servers address (inherited from Port )
| |
(inherited from MulticastMixin )
| |
(inherited from MulticastMixin )
| |
Returns a tuple of ('INET_UDP', hostname, port), indicating the remote address. (inherited from ConnectedPort )
| |
(inherited from MulticastMixin )
| |
Join a multicast group. (inherited from MulticastMixin )
| |
Leave multicast group, return Deferred of success. (inherited from MulticastMixin )
| |
(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 )
| |
(inherited from Port )
| |
(inherited from MulticastMixin )
| |
Returns Deferred of success. (inherited from MulticastMixin )
| |
(inherited from ConnectedPort )
| |
(inherited from MulticastMixin )
| |
Create and bind my socket, and begin listening on it. (inherited from ConnectedPort )
| |
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 )
| |
Write a datagram. (inherited from ConnectedPort )
| |
(inherited from Port )
| |
Write as much as possible of the given data, immediately. (inherited from FileDescriptor )
|
Class Variable Summary | |
---|---|
tuple |
__implements__
|
Class Variable Details |
---|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:42 2003 | http://epydoc.sf.net |