Go to the documentation of this file.
14 #ifndef QUEUEDCONNECTIONLISTENER_H
15 #define QUEUEDCONNECTIONLISTENER_H
51 BLOCKING
bool new_connection_available();
52 bool get_new_connection(PT(
Connection) &rendezvous,
55 bool get_new_connection(PT(
Connection) &new_connection);
58 virtual void connection_opened(
const PT(
Connection) &rendezvous,
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is a special kind of ConnectionReader that waits for activity on a rendezvous port and accepts a...
Represents a single TCP or UDP socket for input or output.
This flavor of ConnectionListener will queue up all of the TCP connections it established for later d...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Represents a network address to which UDP packets may be sent or to which a TCP socket may be bound.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The primary interface to the low-level networking layer in this package.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.