public final class AsyncSocketFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Socket |
createSocket(String server,
int port,
long timeout)
Creates a new AsyncSocket object.
|
public static Socket createSocket(String server, int port, long timeout) throws IOException
server - the serverport - the porttimeout - the timeoutIOException - Signals that an I/O exception has occurred.Copyright © 2009–2020 psi-probe. All rights reserved.