public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
appendPath(URI root,
String pathToAppend) |
static void |
forceClose(org.apache.http.client.methods.CloseableHttpResponse response) |
static org.apache.http.entity.StringEntity |
toJsonEntity(Object obj) |
public static org.apache.http.entity.StringEntity toJsonEntity(Object obj)
public static void forceClose(org.apache.http.client.methods.CloseableHttpResponse response)
public static URI appendPath(URI root, String pathToAppend) throws URISyntaxException
URISyntaxExceptionCopyright © 2019. All rights reserved.