|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.network.AbstractMessage
com.jme3.network.message.Message
@Deprecated public class Message
Message represents data being sent to the other side. This can be anything, and it will be serialized field by field. Extend this class if you wish to provide objects with common fields to the other side.
| コンストラクタの概要 | |
|---|---|
Message()
推奨されていません。 |
|
Message(boolean reliable)
推奨されていません。 |
|
| メソッドの概要 | |
|---|---|
Client |
getClient()
推奨されていません。 This method always returns null in the new API. |
Connection |
getConnection()
推奨されていません。 This method always returns null in the new API. |
boolean |
isReliable()
推奨されていません。 Indicates which way an outgoing message should be sent or which way an incoming message was sent. |
void |
setClient(Client connector)
推奨されていません。 |
void |
setConnection(Connection connection)
推奨されていません。 |
Message |
setReliable(boolean reliable)
推奨されていません。 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()
public Message(boolean reliable)
| メソッドの詳細 |
|---|
public boolean isReliable()
AbstractMessage の記述:
Message 内の isReliableAbstractMessage 内の isReliablepublic Message setReliable(boolean reliable)
AbstractMessage の記述:
Message 内の setReliableAbstractMessage 内の setReliable@Deprecated public Client getClient()
@Deprecated public void setClient(Client connector)
@Deprecated public Connection getConnection()
@Deprecated public void setConnection(Connection connection)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||