com.jme3.network.connection
クラス ConnectionRunnable

java.lang.Object
  上位を拡張 com.jme3.network.connection.ConnectionRunnable
すべての実装されたインタフェース:
java.lang.Runnable

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

The connection runnable takes the UDP and TCP connections and updates them accordingly.


コンストラクタの概要
ConnectionRunnable(TCPConnection tcp, UDPConnection udp)
           
ConnectionRunnable(TCPConnection tcp, UDPConnection udp, int delay)
           
 
メソッドの概要
 boolean isRunning()
           
 void run()
           
 void setKeepAlive(boolean keepAlive)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConnectionRunnable

public ConnectionRunnable(TCPConnection tcp,
                          UDPConnection udp,
                          int delay)

ConnectionRunnable

public ConnectionRunnable(TCPConnection tcp,
                          UDPConnection udp)
メソッドの詳細

setKeepAlive

public void setKeepAlive(boolean keepAlive)

isRunning

public boolean isRunning()

run

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