com.jme3.network
インタフェース Message

既知の実装クラスの一覧:
AbstractMessage, ClientRegistrationMessage, CompressedMessage, DisconnectMessage, DiscoverHostMessage, GZIPCompressedMessage, Message, RemoteMethodCallMessage, RemoteMethodReturnMessage, RemoteObjectDefMessage, StreamDataMessage, StreamMessage, SyncMessage, ZIPCompressedMessage

public interface Message

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.
 

メソッドの詳細

setReliable

Message setReliable(boolean f)
Sets this message to 'reliable' or not and returns this message.


isReliable

boolean isReliable()
Indicates which way an outgoing message should be sent or which way an incoming message was sent.