Uses of Class
com.github.nosan.embedded.cassandra.commons.web.HttpHeaders
-
Packages that use HttpHeaders Package Description com.github.nosan.embedded.cassandra.commons.web HTTP client classes. -
-
Uses of HttpHeaders in com.github.nosan.embedded.cassandra.commons.web
Methods in com.github.nosan.embedded.cassandra.commons.web that return HttpHeaders Modifier and Type Method Description static HttpHeadersHttpHeaders. copyOf(Map<String,List<String>> headers)Creates anHttpHeadersinstance by copying the provided headers.HttpHeadersHttpRequest. getHeaders()Returns the HTTP headers associated with this request.HttpHeadersHttpResponse. getHeaders()Returns the headers associated with this HTTP response.static HttpHeadersHttpHeaders. readOnly(Map<String,List<String>> headers)Creates a read-only view of the specified HTTP headers.Constructors in com.github.nosan.embedded.cassandra.commons.web with parameters of type HttpHeaders Constructor Description HttpRequest(URI uri, String method, HttpHeaders headers)Creates a newHttpRequestwith the specified URI, HTTP method, and headers.
-