AgentConnectionpublic class AgentConnection extends Object Source code from "Java Distributed Computing", by Jim Farley.
Classes: MessageHandler, AgentConnection, AgentHandler
Example: 9-1
Description: A new version of message handler that handles each remote client
with a separate thread. |
Fields Summary |
---|
public InputStream | in | public OutputStream | out |
|