Class StitchRequest

    • Method Detail

      • getMethod

        public Method getMethod()
        Returns the HTTP method of the request.
        Returns:
        the HTTP method of the request.
      • getPath

        public String getPath()
        Returns the Stitch API path of the request.
        Returns:
        the Stitch API path of the request.
      • getTimeout

        public Long getTimeout()
        Returns the number of milliseconds that the underlying transport should spend on an HTTP round trip before failing with an error. If not configured, a default should override it before the request is transformed into a plain HTTP request.
        Returns:
        the number of milliseconds that the underlying transport should spend on an HTTP round trip before failing with an error.
      • getHeaders

        public Map<String,​String> getHeaders()
        Returns the headers that will be included in the request.
        Returns:
        the headers that will be included in the request.
      • getBody

        public byte[] getBody()
        Returns a copy of the body that will be sent along with the request.
        Returns:
        a copy of the body that will be sent along with the request.
      • getStartedAt

        public Long getStartedAt()
        Returns when the request started at.
        Returns:
        when the request started at.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object