| java.lang.Object org.datashare.objects.DisconnectConsumer
DisconnectConsumer | public class DisconnectConsumer implements java.io.Serializable(Code) | | This object is sent from the client to the server when the client is leaving a
channel that has a UDP connection, otherwise the server would never know that the
client has left the channel.
This object can be sent from the Server to the client when the server has detected
a problem with the UDP connection. This is so the client will know is is disconnected from
the server. In both cases, this object is sent of the commandStatusConnection.
|
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
DisconnectConsumer | public DisconnectConsumer()(Code) | | |
|
|