UDP¶
User Datagram Protocol is wonderful...
Classes¶
-
class
udp.
UDPDirector
(asyncore.dispatcher, Server, ServiceAccessPoint, Logging)¶ This is a long line of text.
-
__init__
(self, address, timeout=0, actorClass=UDPActor, sid=None, sapID=None)¶ Parameters: - address – the initial source value
- timeout – the initial source value
- actorClass – the initial source value
- sid – the initial source value
- sapID – the initial source value
This is a long line of text.
-
AddActor
(actor)¶ Parameters: actor – the initial source value This is a long line of text.
-
RemoveActor
(actor)¶ Parameters: actor – the initial source value This is a long line of text.
-
GetActor
(address)¶ Parameters: address – the initial source value This is a long line of text.
-
handle_connect
()¶ This is a long line of text.
-
readable
()¶ This is a long line of text.
-
handle_read
()¶ This is a long line of text.
-
writable
()¶ This is a long line of text.
-
handle_write
()¶ This is a long line of text.
-
handle_close
()¶ This is a long line of text.
-
indication
(pdu)¶ This is a long line of text.
-
_response
(pdu)¶
-
-
class
udp.
UDPActor
(Logging)¶ This is a long line of text.
-
director
¶ This is a long line of text.
-
peer
¶ This is a long line of text.
-
timeout
¶ This is a long line of text.
-
timer
¶ This is a long line of text.
-
__init__
(director, peer)¶ Parameters: - director – the initial source value
- peer – the initial destination value
This is a long line of text.
-
IdleTimeout
()¶ This is a long line of text.
-
indication
(pdu)¶ Parameters: pdu – the initial source value This is a long line of text.
-
response
(pdu)¶ Parameters: pdu – the initial source value This is a long line of text.
-