15 #ifndef QUEUEDCONNECTIONLISTENER_H
16 #define QUEUEDCONNECTIONLISTENER_H
18 #include "pandabase.h"
20 #include "connectionListener.h"
21 #include "connection.h"
22 #include "netAddress.h"
23 #include "queuedReturn.h"
54 BLOCKING
bool new_connection_available();
55 bool get_new_connection(PT(
Connection) &rendezvous,
58 bool get_new_connection(PT(
Connection) &new_connection);
61 virtual void connection_opened(
const PT(
Connection) &rendezvous,
66 #include "queuedConnectionListener.I"
The primary interface to the low-level networking layer in this package.
Represents a single TCP or UDP socket for input or output.
This is a special kind of ConnectionReader that waits for activity on a rendezvous port and accepts a...
Represents a network address to which UDP packets may be sent or to which a TCP socket may be bound...
This flavor of ConnectionListener will queue up all of the TCP connections it established for later d...