Uses of Enum Class
io.airlift.http.client.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in io.airlift.http.client
Methods in io.airlift.http.client that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusHttpStatus.fromStatusCode(int statusCode) static HttpStatusReturns the enum constant of this class with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpStatus in io.airlift.http.client.testing
Methods in io.airlift.http.client.testing with parameters of type HttpStatusModifier and TypeMethodDescriptionstatic ResponseTestingResponse.mockResponse(HttpStatus status, com.google.common.net.MediaType type, String content) Constructors in io.airlift.http.client.testing with parameters of type HttpStatusModifierConstructorDescriptionTestingResponse(HttpStatus status, com.google.common.collect.ListMultimap<String, String> headers, byte[] bytes) TestingResponse(HttpStatus status, com.google.common.collect.ListMultimap<String, String> headers, InputStream input)