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.
クラス 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