|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Handlet | An inversion-of-control mechanism for implementing a non-blocking network server or client. |
HandletContext | An interface provided by a Handlet container to a handlet. |
Stagelet | An extension to Handlet in order to encapsulate
a "stack frame". |
Class Summary | |
---|---|
AsynchStagelet | A skeletal implementation of an asynchronous stagelet. |
HandletServer | A Handlet container implementing the server-side of a
network protocol. |
StageletStack | A Handlet filter that implements something like a call stack. |
Validators | A few categories of Validator are defined here for use in the implementation. |
Enum Summary | |
---|---|
IoState | The various I/O states of a Handlet . |
Exception Summary | |
---|---|
HandletException | |
HandletStateException |
Facilities for non-blocking network I/O. At the time of this writing, the contents of this package concern a simple architecture for a non-blocking network server.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |