| Interface | Description |
|---|---|
| AbstractClientServerSupport.ClientRequestHandler | |
| commands | |
| MessageClient.SocketFactory |
| Class | Description |
|---|---|
| AbstractClientServerSupport |
The AbstractClientServerSupport class is a base class for supporting the creation of both Client and Server programs
by maintaining operations and methods common to both.
|
| AbstractClientServerSupport.ThreadCollection | |
| EchoClient | |
| EchoServer |
The EchoServer, along with the EchoClient, are used to test communications between two disparate nodes on network
using TCP/IP.
|
| ExchangeTest |
The ExchangeTest class tests what happens when a client sends a message, the server receives the message and
acknowledges it (aka sends an ACK), however, the client discards the ACK and proceeds to send another message
for which the server will replay again, only this time, the client expects a response from the server...
|
| MessageClient |
Created by IntelliJ IDEA.
|
| MessageClient.NewSocketFactory | |
| MessageClient.PooledSocketFactory | |
| MessageServer | |
| sockserver |
msgsim.sockserver -DnumServers=xxx [server nn] [scenario xx] [scenarioThreads yy] [nio]
scenarios are:
1: conserve-sockets=true, no listeners 2: conserve-sockets=false, ditto 3: conserve-sockets=false with listeners that send messages to other servers 99: tell servers to exit |
| Enum | Description |
|---|---|
| commands.MessageProtocolCommand | |
| commands.MessagingScenario | |
| MessageClient.SocketFactoryType |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.