org.asyrinx.brownie.net.socket
クラス SocketService

java.lang.Object
  拡張org.asyrinx.brownie.net.socket.SocketService
すべての実装インタフェース:
java.lang.Runnable

public class SocketService
extends java.lang.Object
implements java.lang.Runnable

作成者:
akima

フィールドの概要
static int DEFAULT_PORT
           
 
コンストラクタの概要
SocketService(SocketServerListener listener)
           
 
メソッドの概要
 void run()
           
 void start()
           
 void stop()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DEFAULT_PORT

public static final int DEFAULT_PORT
関連項目:
定数フィールド値
コンストラクタの詳細

SocketService

public SocketService(SocketServerListener listener)
メソッドの詳細

run

public void run()
定義:
インタフェース java.lang.Runnable 内の run

start

public void start()

stop

public void stop()


Copyright © 2004 asyrinx organization. All Rights Reserved.