|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.network.AbstractMessage
public abstract class AbstractMessage
Interface implemented by all network messages.
Constructor Summary | |
---|---|
protected |
AbstractMessage()
|
protected |
AbstractMessage(boolean reliable)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractMessage()
protected AbstractMessage(boolean reliable)
Method Detail |
---|
public Message setReliable(boolean f)
setReliable
in interface Message
public boolean isReliable()
isReliable
in interface Message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |