SFRMHeader

public class SFRMHeader

SFRMHeader represents a set of SFRM message headers. Version 1.0.2 - Added Converation Id. Version 1.0.1 - Header schema updated for the impl of on-the-fly sending and recv mode. Remove deprecated fields. Version 2.0.0 - Add Is-Packed header field Add Filename header field

Author:Twinsen Tsang

Fields

MESSAGE_ID

public static final String MESSAGE_ID

The SFRM message id field.

SFRM_CONVERATION

public static final String SFRM_CONVERATION

The SFRM converation id field. This field is RESERVED.

SFRM_FILENAME

public static final String SFRM_FILENAME

The SFRM field to represent the file name of the payload. This field is significance when the Is-Packed file is set to No.

SFRM_META_TOTAL_SEGMENT

public static final String SFRM_META_TOTAL_SEGMENT

The SFRM total segment field for meta message.

SFRM_PARTNERSHIP

public static final String SFRM_PARTNERSHIP

The SFRM partnership id field.

SFRM_RECEIPT_LAST

public static final String SFRM_RECEIPT_LAST

The SFRM flag for representing it is a the last receipt / ack of the message.

SFRM_SEGMENT_LENGTH

public static final String SFRM_SEGMENT_LENGTH

The SFRM segment length field.

SFRM_SEGMENT_NO

public static final String SFRM_SEGMENT_NO

The SFRM segment no field.

SFRM_SEGMENT_OFFSET

public static final String SFRM_SEGMENT_OFFSET

The SFRM segment offset field.

SFRM_SEGMENT_TYPE

public static final String SFRM_SEGMENT_TYPE

The SFRM segment type field.

SFRM_TOTAL_SIZE

public static final String SFRM_TOTAL_SIZE

The SFRM total size field for message.

SFRM_VERSION

public static final String SFRM_VERSION

The SFRM version field. The current value of this field is 1.0.2.