Метод | Описание | |
---|---|---|
Main ( String args ) : void | ||
Start ( ) : void | ||
ThreadPoolTcpSrvr ( int numberOfClients, int port ) : System | ||
killThreads ( ) : void |
public static Main ( String args ) : void | ||
args | String | |
Результат | void |
public ThreadPoolTcpSrvr ( int numberOfClients, int port ) : System | ||
numberOfClients | int | |
port | int | |
Результат | System |