接口 RequestEntity.HeadersBuilder<B extends RequestEntity.HeadersBuilder<B>>

    • 方法详细资料

      • header

        B header​(String headerName,
                 String... headerValues)
        Add the given, single header value under the given name.
        参数:
        headerName - the header name
        headerValues - the header value(s)
        返回:
        this builder
        另请参阅:
        HttpHeaders.add(String, String)
      • accept

        B accept​(MediaType... acceptableMediaTypes)
        Set the list of acceptable media types, as specified by the Accept header.
        参数:
        acceptableMediaTypes - the acceptable media types
      • acceptCharset

        B acceptCharset​(Charset... acceptableCharsets)
        Set the list of acceptable charsets, as specified by the Accept-Charset header.
        参数:
        acceptableCharsets - the acceptable charsets
      • ifModifiedSince

        B ifModifiedSince​(long ifModifiedSince)
        Set the value of the If-Modified-Since header.

        The date should be specified as the number of milliseconds since January 1, 1970 GMT.

        参数:
        ifModifiedSince - the new value of the header
      • ifNoneMatch

        B ifNoneMatch​(String... ifNoneMatches)
        Set the values of the If-None-Match header.
        参数:
        ifNoneMatches - the new value of the header