FreeCNC

Class LocalSocket

java.lang.Object
  |
  +--LocalSocket

public class LocalSocket
extends java.lang.Object


Constructor Summary
LocalSocket()
           
 
Method Summary
static void Connection(java.net.ServerSocket csock, Values val, LocalSocket lsock, ActionEventQueue AEQ)
           
static void Init(Values val, LocalSocket locsocket, ActionEventQueue AEQ)
           
static void Protocol(java.net.Socket clisock, Values val, java.lang.String cliid, UserData udata, ActionEventQueue AEQ)
           
static void Terminate(java.net.ServerSocket term_servskt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalSocket

public LocalSocket()
Method Detail

Init

public static void Init(Values val,
                        LocalSocket locsocket,
                        ActionEventQueue AEQ)

Connection

public static void Connection(java.net.ServerSocket csock,
                              Values val,
                              LocalSocket lsock,
                              ActionEventQueue AEQ)

Protocol

public static void Protocol(java.net.Socket clisock,
                            Values val,
                            java.lang.String cliid,
                            UserData udata,
                            ActionEventQueue AEQ)
                     throws java.io.IOException

Terminate

public static void Terminate(java.net.ServerSocket term_servskt)
                      throws java.io.IOException

FreeCNC