类 DefaultClientResponse.DefaultHeaders
java.lang.Object
cn.taketoday.web.reactive.function.client.DefaultClientResponse.DefaultHeaders
- 所有已实现的接口:
ClientResponse.Headers
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the headers as anHttpHeadersinstance.Return the length of the body in bytes, as specified by theContent-Lengthheader.Return the media type of the body, as specified by theContent-Typeheader.Return the header value(s), if any, for the header of the given name.private OptionalLongtoOptionalLong(long value)
-
字段详细资料
-
httpHeaders
-
-
构造器详细资料
-
DefaultHeaders
private DefaultHeaders()
-
-
方法详细资料
-
contentLength
从接口复制的说明:ClientResponse.HeadersReturn the length of the body in bytes, as specified by theContent-Lengthheader.- 指定者:
contentLength在接口中ClientResponse.Headers
-
contentType
从接口复制的说明:ClientResponse.HeadersReturn the media type of the body, as specified by theContent-Typeheader.- 指定者:
contentType在接口中ClientResponse.Headers
-
header
从接口复制的说明:ClientResponse.HeadersReturn the header value(s), if any, for the header of the given name.Return an empty list if no header values are found.
- 指定者:
header在接口中ClientResponse.Headers- 参数:
headerName- the header name
-
asHttpHeaders
从接口复制的说明:ClientResponse.HeadersReturn the headers as anHttpHeadersinstance.- 指定者:
asHttpHeaders在接口中ClientResponse.Headers
-
toOptionalLong
-