All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class NET.shudo.moba.place.ClassDistributor

java.lang.Object
   |
   +----NET.shudo.moba.place.ClassDistributor

public class ClassDistributor
extends Object
implements Runnable
MobaClassLoader からの要求に応じ、 クラス定義(クラスファイル)をネットワーク越しに配布するクラス。
ClassServer から起動される。

See Also:
ClassServer, MobaClassLoader

Constructor Index

 o ClassDistributor(Socket, Dictionary)
 o ClassDistributor(Socket, Dictionary, boolean)

Method Index

 o run()

Constructors

 o ClassDistributor
 protected ClassDistributor(Socket sock,
                            Dictionary classTable,
                            boolean debug) throws IOException
 o ClassDistributor
 protected ClassDistributor(Socket sock,
                            Dictionary classTable) throws IOException

Methods

 o run
 public void run()

All Packages  Class Hierarchy  This Package  Previous  Next  Index