org.edg.info
Interface StreamingConstants


public interface StreamingConstants

Constants used by the streaming protocol.


Field Summary
static byte END_ONETIME_RESULT_TOKEN
          Byte sent at the end of all results for a one-time query.
static byte END_RESULTSET_TOKEN
          Byte sent at the end of each ResultSet.
 

Field Detail

END_RESULTSET_TOKEN

public static final byte END_RESULTSET_TOKEN
Byte sent at the end of each ResultSet.

See Also:
Constant Field Values

END_ONETIME_RESULT_TOKEN

public static final byte END_ONETIME_RESULT_TOKEN
Byte sent at the end of all results for a one-time query.

See Also:
Constant Field Values