| java.lang.Object java.net.Socket org.apache.jmeter.util.SlowSocket
SlowSocket | public class SlowSocket extends Socket (Code) | | "Slow" (non-SSL) socket implementation to emulate dial-up modems etc
|
Constructor Summary | |
public | SlowSocket(int cps, String host, int port, InetAddress localAddress, int localPort, int timeout) | public | SlowSocket(int cps, String host, int port, InetAddress localAddr, int localPort) | public | SlowSocket(int cps, String host, int port) |
SlowSocket | public SlowSocket(int cps, String host, int port, InetAddress localAddr, int localPort) throws IOException(Code) | | Parameters: cps - characters per second Parameters: host - hostname Parameters: port - port Parameters: localAddr - local address Parameters: localPort - local port throws: IOException - throws: IllegalArgumentException - if cps <=0 |
|
|