Uses of Class
org.attribyte.api.http.Header
Packages that use Header
-
Uses of Header in org.attribyte.api.http
Fields in org.attribyte.api.http with type parameters of type HeaderModifier and TypeFieldDescriptionRequest.headersAn immutable map of headers.RequestBuilder.headersResponse.headersAn immutable map of headers.static final Comparator<Header> Header.nameComparatorCompare headers by name.Methods in org.attribyte.api.http that return HeaderModifier and TypeMethodDescriptionReturns a copy of this header with the new value added.Gets a header.Methods in org.attribyte.api.http that return types with arguments of type HeaderModifier and TypeMethodDescriptionRequest.getHeaders()Gets all headers.Response.getHeaders()Gets all headers.Method parameters in org.attribyte.api.http with type arguments of type HeaderModifier and TypeMethodDescriptionRequest.addHeaders(Collection<Header> headers) Adds headers to the existing headers, replacing any that are duplicated.RequestBuilder.addHeaders(Collection<Header> headers) Adds a collection of headers.ResponseBuilder.putHeaders(Collection<Header> headers) Adds a collection of headers.