Uses of Class
org.eclipse.rdf4j.http.client.spi.HttpHeader
Packages that use HttpHeader
Package
Description
-
Uses of HttpHeader in org.eclipse.rdf4j.http.client.apache5
Methods in org.eclipse.rdf4j.http.client.apache5 that return types with arguments of type HttpHeader -
Uses of HttpHeader in org.eclipse.rdf4j.http.client.jdk
Methods in org.eclipse.rdf4j.http.client.jdk that return types with arguments of type HttpHeader -
Uses of HttpHeader in org.eclipse.rdf4j.http.client.spi
Methods in org.eclipse.rdf4j.http.client.spi that return HttpHeaderModifier and TypeMethodDescriptionstatic HttpHeaderCreates a newHttpHeaderwith the given name and value.Methods in org.eclipse.rdf4j.http.client.spi that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionRDF4JHttpClientConfig.getDefaultHeaders()Returns the default HTTP headers to be sent with every request.HttpRequest.getHeaders()Returns the list of headers associated with this request.HttpResponse.getHeaders()default List<HttpHeader> HttpResponse.getHeaders(String name) Returns all headers matching the given name (case-insensitive).Methods in org.eclipse.rdf4j.http.client.spi with parameters of type HttpHeaderModifier and TypeMethodDescriptionHttpRequest.Builder.headers(HttpHeader... hdrs) Appends one or more headers to the request.Method parameters in org.eclipse.rdf4j.http.client.spi with type arguments of type HttpHeaderModifier and TypeMethodDescriptionRDF4JHttpClientConfig.Builder.defaultHeaders(List<HttpHeader> defaultHeaders) Sets the default HTTP headers to be sent with every request.HttpRequest.Builder.headers(List<HttpHeader> hdrs) Appends all headers from the given list to the request.