wyvern.common.net
Interface RPCConstants.ImageFlags

Enclosing interface:
RPCConstants

public static interface RPCConstants.ImageFlags

Extra flags for controlling the image.


Field Summary
static int DELETE_ON_SERVER
          Set this flag to delete the image file from the server after sending it.
static int NONE
          Indicates that there are no special flags.
 

Field Detail

NONE

public static final int NONE
Indicates that there are no special flags. This is clearer (in the code) than passing the literal 0.

See Also:
Constant Field Values

DELETE_ON_SERVER

public static final int DELETE_ON_SERVER
Set this flag to delete the image file from the server after sending it. You should set it if the image was dynamically generated and nobody else will see it.

See Also:
Constant Field Values