| java.lang.Object tcl.lang.SocketCmd
SocketCmd | class SocketCmd implements Command(Code) | | This class implements the built-in "socket" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject argv) This procedure is invoked to process the "socket" Tcl command. |
OPT_ASYNC | final static int OPT_ASYNC(Code) | | |
OPT_MYADDR | final static int OPT_MYADDR(Code) | | |
OPT_MYPORT | final static int OPT_MYPORT(Code) | | |
OPT_SERVER | final static int OPT_SERVER(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject argv) throws TclException(Code) | | This procedure is invoked to process the "socket" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: argv - command arguments. |
|
|