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 responses that include a header object with a `responseTimestamp` field."],["The `responseTimestamp` field provides the timestamp of the response and must be within ± 60 seconds of the current time."],["Receivers should validate the `responseTimestamp` for security and reject any responses with timestamps outside the acceptable range."]]],["The core content describes a JSON header object found in all server responses. This object contains a single field, `responseTimestamp`, which is a required Timestamp object. The receiver of the response must validate that the `responseTimestamp` is within 60 seconds of the current time. If the timestamp falls outside this window, the receiver should reject the server's response.\n"]]