Package com.jme3.network.kernel
Class Envelope
java.lang.Object
com.jme3.network.kernel.Envelope
Encapsulates a received piece of data. This is used by the Kernel
to track incoming chunks of data.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Envelope
Creates an incoming envelope holding the data from the specified source. The 'reliable' flag further indicates on which mode of transport the data arrived.
-
-
Method Details