Uses of Class
java.net.http.HttpHeaders
| Package | Description | 
|---|---|
| java.net.http | HTTP Client and WebSocket APIs | 
- 
Uses of HttpHeaders in java.net.httpMethods in java.net.http that return HttpHeaders Modifier and Type Method Description abstract HttpHeadersHttpRequest. headers()The (user-accessible) request headers that this request was (or will be) sent with.HttpHeadersHttpResponse. headers()Returns the received response headers.HttpHeadersHttpResponse.ResponseInfo. headers()Provides the response headers.static HttpHeadersHttpHeaders. of(Map<String,List<String>> headerMap, BiPredicate<String,String> filter)Returns an HTTP headers from the given map.