|
Class Summary |
| BaseConnection |
A base connection between this and another multiplexer. |
| ListenPort |
The object that represents a listen port and therefore a
virtual contact point, and buffers incoming virtual connections. |
| ListenPortTable |
The object that manages a multiplexers listen ports. |
| LocalDescriptor |
Much like an Integer, except we can change the value without creating a
new object. |
| LocalDescriptorTable |
The integers returned by createListenEndpoint(), accept() and connect()
must all come from the same address space, to support the chosen
select() interface. |
| LoopbackBaseConnection |
|
| Mux |
The main part of the AOS kernel multiplexer implementation. |
| SelectRendezvous |
Class to do synchronization between connections and data coming in and
errors occuring as preceived by the network-reading threads and the "client"
threads that called select(). |