panda3d.net
alias of |
|
there are 3 states 1. |
|
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 TCP connection (instead of attempting to read a datagram from the rendezvous port). |
|
The primary interface to the low-level networking layer in this package. |
|
This is an abstract base class for a family of classes that listen for activity on a socket and respond to it, for instance by reading a datagram and serving it (or queueing it up for later service). |
|
This class handles threaded delivery of datagrams to various TCP or UDP sockets. |
|
This class provides datagrams one-at-a-time as read directly from the net, via a TCP connection. |
|
This class accepts datagrams one-at-a-time and sends them over the net, via a TCP connection. |
|
Represents a network address to which UDP packets may be sent or to which a TCP socket may be bound. |
|
A specific kind of Datagram, especially for sending across or receiving from a network. |
|
alias of |
|
alias of |
|
This flavor of ConnectionListener will queue up all of the TCP connections it established for later detection by the client code. |
|
This flavor of ConnectionManager will queue up all of the reset-connection messages from the ConnectionReaders and ConnectionWriters and report them to the client on demand. |
|
This flavor of ConnectionReader will read from its sockets and queue up all of the datagrams read for later receipt by the client code. |
|
alias of |
|
alias of |
|
alias of |
|
alias of |
|
This flavor of ConnectionReader will read from its sockets and retain only the single most recent datagram for inspection by client code. |
|
alias of |
|
alias of |
|
alias of |
|
alias of |
|
alias of |
|
alias of |
|
alias of |
|
alias of |
|
A simple place to store and manipulate tcp and port address for communication layer |
|
Base functionality for a INET domain Socket This call should be the starting point for all other unix domain sockets. |
|
Base functionality for a TCP connected socket This class is pretty useless by itself but it does hide some of the platform differences from machine to machine |
|
Base functionality for a TCP rendezvous socket |
|
Base functionality for a combination UDP Reader and Writer. |
|
Base functionality for a UDP Reader |
|
Base functionality for a UDP sending socket |
|