vooga.network
Class NetworkConstants.NullResponse

java.lang.Object
  extended by vooga.network.NetworkConstants.NullResponse
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NetworkConstants

public static class NetworkConstants.NullResponse
extends java.lang.Object
implements java.io.Serializable

Used by servers to be able to return a null value for a request from a client.

See Also:
Serialized Form

Constructor Summary
NetworkConstants.NullResponse()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkConstants.NullResponse

public NetworkConstants.NullResponse()