Uses of Enum Class
org.basex.util.http.HttpText.Request
Packages that use HttpText.Request
-
Uses of HttpText.Request in org.basex.util.http
Fields in org.basex.util.http declared as HttpText.RequestModifier and TypeFieldDescriptionstatic final HttpText.Request[]HttpText.Request.VALUESCached enums (faster).Fields in org.basex.util.http with type parameters of type HttpText.RequestModifier and TypeFieldDescriptionfinal EnumMap<HttpText.Request,String> HttpRequest.attributesRequest attributes.Methods in org.basex.util.http that return HttpText.RequestModifier and TypeMethodDescriptionstatic HttpText.RequestReturns an enum for the specified string.static HttpText.RequestReturns the enum constant of this class with the specified name.static HttpText.Request[]HttpText.Request.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.util.http that return types with arguments of type HttpText.RequestModifier and TypeMethodDescriptionstatic EnumMap<HttpText.Request,String> HttpClient.authHeaders(String auth) Returns the authentication headers.