|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
NetThreadListener | Interface for listeners of network application thread events. |
Class Summary | |
ClientThread | Base class for network application client threads. |
ClientWindow | A NetWindow for a client network node, with default actions and status. |
NetThread | Abstract base class for network application threads (for clients, servers, and the client and server sides of proxy servers). |
NetThreadPrinter | A net thread listener that prints all events to a writer. |
NetWindow | A MainWindow outfitted for asynchronous access by network threads. |
ProxyWindow | A NetFrame for a proxy server application, with default actions and status. |
ServerThread | Base class for network application server threads capable of handling a single client connection at a time. |
ServerWindow | A NetFrame for a server application, with default actions and status. |
TestGuiClient | Test client with a GUI. |
TestGuiProxy | Test proxy server with a GUI. |
TestGuiServer | Test server with a GUI. |
TestNoGuiServer | Test server without a GUI. |
Provides special purpose application-level building blocks for networked application nodes, including clients, servers, and proxy servers.
This package and its sub-packages support development of networked applications, such as clients, server, and proxy servers. Network threads provide robust support for monitoring thread status and restarting network connections and their threads. GUI support provides panes for monitoring network message content, update of title bar and status bar to reflect connection status, and standard actions for "pinging" network nodes and restarting network threads.
Integral to networking is the transmission of messages containing client specific data. The message sub-package supports both ASCII and object serialization transport protocols. It also provides for message routing and message listening, which allows applications to react and respond to received messages.
The attributes of this package are...
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |