Package | Description |
---|---|
net.grinder.communication |
The Grinder communication subsystem.
|
Modifier and Type | Method and Description |
---|---|
static ClientReceiver |
ClientReceiver.connect(Connector connector,
Address address)
Factory method that makes a TCP connection and returns a corresponding
Receiver . |
Modifier and Type | Method and Description |
---|---|
static ClientSender |
ClientSender.connect(ClientReceiver clientReceiver)
Factory method that makes a
Sender around the existing TCP
connection owned by the supplied ClientReceiver . |
Copyright © 2000-2014. All Rights Reserved.