public final class HttpClientDefault extends Object implements HttpClient
Modifier and Type | Field and Description |
---|---|
static HttpClientDefault |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
ResponseInputStream |
request(URL endpointUrl,
String httpMethod,
Map<String,String> headers,
byte[] requestBody,
int connectTimeoutMs,
int readTimeoutMs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
defaultClient
public static final HttpClientDefault INSTANCE
public ResponseInputStream request(URL endpointUrl, String httpMethod, Map<String,String> headers, byte[] requestBody, int connectTimeoutMs, int readTimeoutMs) throws IOException
request
in interface HttpClient
IOException
Copyright © 2021–2024. All rights reserved.