BroadcastAddress |
The broadcast address object is used to store the broadcast address for
a specific subnet |
Buffer |
Producer/Consumer buffer for use between threads. |
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 |
The Socket is used as the base for all Internet protocol services
under APE |
TCPSession |
Threaded socket with non-blocking constructor. |
TCPSocket |
reliable connected TCP stream sockets. |
Thread |
base class used to derive all APE threads of execution. |
ThreadKey |
container for thread specific data storage. |
UDPDuplex |
Unreliable Datagram Peer Associations. |
UDPSimplex |
Unreliable Datagram Peer Associations. |
UDPSocket |
Unreliable Datagram Protocol sockets. |