ConnectionListener
from panda3d.net import ConnectionListener
- class ConnectionListener
Bases:
ConnectionReader
This is a special kind of ConnectionReader that waits for activity on a rendezvous port and accepts a TCP connection (instead of attempting to read a datagram from the rendezvous port).
It is itself an abstract class, as it doesn’t define what to do with the established connection. See QueuedConnectionListener.
Inheritance diagram
- __init__(*args, **kwargs)