public class HttpClientUtil extends Object
| Constructor and Description |
|---|
HttpClientUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
postJson(org.apache.http.client.HttpClient client,
String url,
byte[] bytes,
boolean gzipped) |
static boolean |
postJson(org.apache.http.client.HttpClient client,
String url,
String json) |
public static boolean postJson(org.apache.http.client.HttpClient client,
String url,
String json)
throws IOException,
TikaClientException
IOExceptionTikaClientExceptionpublic static boolean postJson(org.apache.http.client.HttpClient client,
String url,
byte[] bytes,
boolean gzipped)
throws IOException,
TikaClientException
IOExceptionTikaClientExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.