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

Constructor Index

 o CommandShell(Socket)
 o CommandShell(Socket, boolean)

Method Index

 o quit()
コマンドシェルを終了させる
 o run()

Constructors

 o CommandShell
 protected CommandShell(Socket sock,
                        boolean debug) throws IOException
 o CommandShell
 protected CommandShell(Socket sock) throws IOException

Methods

 o quit
 protected void quit()
$B%3%^%s%I%7%'%k$r=*N;$5$;$k

 o run
 public void run()

All Packages  Class Hierarchy  This Package  Previous  Next  Index