ResponseHeader
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["The server sends a header object with all responses, which includes a required `responseTimestamp` field."],["The `responseTimestamp` field is an object representing the timestamp of the response and should be within ± 60 seconds of the current time for the response to be considered valid."],["Receivers of the response are expected to verify this timestamp and reject responses with timestamps outside the acceptable range."]]],["The core content describes a JSON header object included in all server responses. This object contains a single, required field: `responseTimestamp`. This field is an object of type `Timestamp`. Receivers of the response are required to validate this timestamp, ensuring it falls within a 60-second window (±) of the current time. Responses with timestamps outside this range must be rejected.\n"]]