Package | Description |
---|---|
net.grinder.communication |
The Grinder communication subsystem.
|
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 . |
static ClientSender |
ClientSender.connect(Connector connector,
Address address)
Factory method that makes a TCP connection and returns a corresponding
Sender . |
Copyright © 2000-2014. All Rights Reserved.