BroadcastAddress |
The broadcast address object is used to store the broadcast address for
a specific subnet. |
Buffer | Producer/Consumer buffer for use between threads.
|
DSO | Dynamic class file loader.
|
Event | Thread synchornization on event notification.
|
File | Portable disk file access.
|
FixedBuffer | producer/consumer buffer for fixed size objects.
|
InetAddress | Internet Address binary data type.
|
InetHostAddress | Address of a specific Internet host machine.
|
InetMaskAddress | Internet Address Mask such as subnet masks.
|
LockedFile | shared file access between different processes.
|
MappedFile | map a named disk file into memory.
|
Mutex | Mutex lock for protected access.
|
MutexCounter | Thread protected integer counter.
|
NamedPipe | Create and open a named pipe.
|
NewFile | create a new file pathname.
|
Pipe | kernel buffering between processes and/or threads.
|
Semaphore | Semaphore counter for thread synchronization.
|
SharedFile | Shared concurrent file access from multiple threads.
|
Socket | base class of all sockets.
|
SocketPort | base class for realtime and thread pool serviced protocols.
|
SocketService | Thread pool service object for socket ports.
|
TCPSession | Threaded streamable socket with non-blocking constructor.
|
TCPSocket | bound server for TCP streams and sessions.
|
TCPStream | streamable TCP socket connection.
|
Thread | base class used to derive all APE threads of execution.
|
ThreadKey | container for thread specific data storage.
|
TimerPort | synchronized millisecond timing for service threads.
|
UDPBroadcast | Unreliable Datagram for subnet broadcasts.
|
UDPDuplex | Unreliable Datagram Peer Associations.
|
UDPReceive | Unreliable Datagram Peer Associations.
|
UDPSocket | Unreliable Datagram Protocol sockets.
|
UDPTransmit | Unreliable Datagram Peer Associations.
|
__EXPORT | load text configuration files into keyword pairs.
|
tcpstream | C++ "fstream" style tcpstream class.
|