All Packages Class Hierarchy This Package Previous Next Index
Class NET.shudo.moba.place.CommandShell
java.lang.Object
|
+----NET.shudo.moba.place.CommandShell
- public class CommandShell
- extends Object
- implements Runnable
$B%3%^%s%I%7%'%k!#D>@\MxMQ
CommandServer から起動される。
コマンドは Command クラスで定義される。
- See Also:
- CommandServer, Command
-
CommandShell(Socket)
-
-
CommandShell(Socket, boolean)
-
-
quit()
- コマンドシェルを終了させる
-
run()
-
CommandShell
protected CommandShell(Socket sock,
boolean debug) throws IOException
CommandShell
protected CommandShell(Socket sock) throws IOException
quit
protected void quit()
- $B%3%^%s%I%7%'%k$r=*N;$5$;$k
run
public void run()
All Packages Class Hierarchy This Package Previous Next Index