Package org.iids.aos.kernel.mux

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().
 

Exception Summary
ACTPMessageException Internal exception to signal an unwanted ACTP message came in on a base connection used by MUXP.
UnacceptableActiveSecSuiteException Internal exception to signal that the security suite on the base connection is not acceptable to the user.
 



Copyright © 2003, 2004 IIDS Group. All Rights Reserved.