Uses of Class
io.airlift.http.client.HttpStatus
-
Packages that use HttpStatus Package Description io.airlift.http.client io.airlift.http.client.testing -
-
Uses of HttpStatus in io.airlift.http.client
Methods in io.airlift.http.client that return HttpStatus Modifier and Type Method Description static HttpStatusHttpStatus. fromStatusCode(int statusCode)static HttpStatusHttpStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpStatus[]HttpStatus. values()Returns an array containing the constants of this enum type, 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 HttpStatus Modifier and Type Method Description static ResponseTestingResponse. mockResponse(HttpStatus status, com.google.common.net.MediaType type, String content)Constructors in io.airlift.http.client.testing with parameters of type HttpStatus Constructor Description TestingResponse(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)
-