Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
ConnectionListener Class Reference

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). More...

Inheritance diagram for ConnectionListener:
ConnectionReader QueuedConnectionListener

List of all members.


Detailed Description

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.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties