クラス
jp.ac.fun.osawalab.tileworld.connector.ConnectorThread の使用

ConnectorThread を使用しているパッケージ
jp.ac.fun.osawalab.tileworld.connector   
 

jp.ac.fun.osawalab.tileworld.connector での ConnectorThread の使用
 

jp.ac.fun.osawalab.tileworld.connector での ConnectorThread のサブクラス
 class SocketThread
          サーバーへの接続を管理している ConnectorThread のSocketによる実装クラスです。
 

ConnectorThread 型のパラメータを持つ jp.ac.fun.osawalab.tileworld.connector のコンストラクタ
Connector(ConnectorThread connectorThread)
          サーバへのクライアントからの接続を生成します。
Player(String ID, ConnectorThread connectorThread, int tickPort)
          インスタンスは、ビューアーとしてログインした後に生成されます。
TempConnector(ConnectorThread connectorThread)
          コンストラクタです。
Viewer(String ID, ConnectorThread connectorThread, int tickPort)
          インスタンスは、ビューアーとしてログインした後に生成されます。