Uses of Enum Class
com.janeirodigital.sai.httputils.HttpHeader
-
Uses of HttpHeader in com.janeirodigital.sai.httputils
Methods in com.janeirodigital.sai.httputils that return HttpHeaderModifier and TypeMethodDescriptionstatic HttpHeaderstatic HttpHeaderReturns the enum constant of this class with the specified name.static HttpHeader[]HttpHeader.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.janeirodigital.sai.httputils with parameters of type HttpHeaderModifier and TypeMethodDescriptionstatic okhttp3.HeadersHttpUtils.addHttpHeader(HttpHeader name, String value) Add the HTTP header identified bynamewith the providedvalue.static okhttp3.HeadersHttpUtils.addHttpHeader(HttpHeader name, String value, okhttp3.Headers headers) Add the HTTP header identified bynamewith the providedvalue.static okhttp3.HeadersHttpUtils.setHttpHeader(HttpHeader name, String value) Set the HTTP header identified bynamewith the providedvalue.static okhttp3.HeadersHttpUtils.setHttpHeader(HttpHeader name, String value, okhttp3.Headers headers) Set the HTTP header identified bynamewith the providedvalue.