public class HttpClientTestingWithQueue extends Object implements com.github.davidmoten.aws.lw.client.HttpClient
Constructor and Description |
---|
HttpClientTestingWithQueue() |
Modifier and Type | Method and Description |
---|---|
void |
add(IOException e) |
void |
add(com.github.davidmoten.aws.lw.client.ResponseInputStream r) |
byte[] |
bytes() |
com.github.davidmoten.aws.lw.client.ResponseInputStream |
request(URL endpointUrl,
String httpMethod,
Map<String,String> headers,
byte[] requestBody,
int connectTimeoutMs,
int readTimeoutMs) |
List<String> |
urls() |
public void add(com.github.davidmoten.aws.lw.client.ResponseInputStream r)
public void add(IOException e)
public byte[] bytes()
public com.github.davidmoten.aws.lw.client.ResponseInputStream request(URL endpointUrl, String httpMethod, Map<String,String> headers, byte[] requestBody, int connectTimeoutMs, int readTimeoutMs) throws IOException
request
in interface com.github.davidmoten.aws.lw.client.HttpClient
IOException
Copyright © 2021–2024. All rights reserved.