sleep.bridges.io
public class SocketObject extends IOObject
| Field Summary | |
|---|---|
| protected Socket | socket |
| Method Summary | |
|---|---|
| void | close() |
| Object | getSource() returns the socket used for this connection |
| void | listen(int port, int timeout, Scalar data, ScriptEnvironment env) |
| void | open(String server, int port, int timeout, ScriptEnvironment env) |
| static void | release(int port) releases the socket binding for the specified port |