|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.network.AbstractMessage
public abstract class AbstractMessage
Interface implemented by all network messages.
| メソッドの概要 | |
|---|---|
boolean |
isReliable()
Indicates which way an outgoing message should be sent or which way an incoming message was sent. |
Message |
setReliable(boolean f)
Sets this message to 'reliable' or not and returns this message. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public Message setReliable(boolean f)
Message 内の setReliablepublic boolean isReliable()
Message 内の isReliable
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||