Uses of Class
org.hcjf.io.net.http.HttpHeader
-
Packages that use HttpHeader Package Description org.hcjf.io.net.http -
-
Uses of HttpHeader in org.hcjf.io.net.http
Methods in org.hcjf.io.net.http that return HttpHeader Modifier and Type Method Description HttpHeaderHttpPackage. getHeader(java.lang.String headerName)Return the header instance with the specific name.Methods in org.hcjf.io.net.http that return types with arguments of type HttpHeader Modifier and Type Method Description java.util.Collection<HttpHeader>HttpPackage. getHeaders()Return in a unmodificable list, all the headers contained into the package.Methods in org.hcjf.io.net.http with parameters of type HttpHeader Modifier and Type Method Description voidHttpPackage. addHeader(HttpHeader header)Add a new header into a package.voidHttpClient. addHttpHeader(HttpHeader header)Add header to request.
-