15 #ifndef DATAGRAMSINKNET_H 16 #define DATAGRAMSINKNET_H 18 #include "pandabase.h" 20 #include "datagramSink.h" 21 #include "connectionWriter.h" 32 INLINE
void set_target(
Connection *connection);
36 virtual bool put_datagram(
const Datagram &data);
37 virtual bool is_error();
44 #include "datagramSinkNet.I" The primary interface to the low-level networking layer in this package.
This class accepts datagrams one-at-a-time and sends them over the net, via a TCP connection...
This class defines the abstract interface to sending datagrams to any target, whether it be into a fi...
This class handles threaded delivery of datagrams to various TCP or UDP sockets.
Represents a single TCP or UDP socket for input or output.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...