public class EcrCurl extends Object
| Modifier and Type | Field and Description |
|---|---|
static Function<org.codelibs.curl.CurlResponse,Map<String,Object>> |
jsonParser |
| Modifier | Constructor and Description |
|---|---|
protected |
EcrCurl() |
| Modifier and Type | Method and Description |
|---|---|
static org.codelibs.curl.CurlRequest |
delete(org.elasticsearch.node.Node node,
String path) |
static org.codelibs.curl.CurlRequest |
delete(String url) |
static org.codelibs.curl.CurlRequest |
get(org.elasticsearch.node.Node node,
String path) |
static org.codelibs.curl.CurlRequest |
get(String url) |
protected static String |
getUrl(org.elasticsearch.node.Node node,
String path) |
static org.codelibs.curl.CurlRequest |
post(org.elasticsearch.node.Node node,
String path) |
static org.codelibs.curl.CurlRequest |
post(String url) |
static org.codelibs.curl.CurlRequest |
put(org.elasticsearch.node.Node node,
String path) |
static org.codelibs.curl.CurlRequest |
put(String url) |
public static org.codelibs.curl.CurlRequest get(org.elasticsearch.node.Node node,
String path)
public static org.codelibs.curl.CurlRequest post(org.elasticsearch.node.Node node,
String path)
public static org.codelibs.curl.CurlRequest put(org.elasticsearch.node.Node node,
String path)
public static org.codelibs.curl.CurlRequest delete(org.elasticsearch.node.Node node,
String path)
public static org.codelibs.curl.CurlRequest get(String url)
public static org.codelibs.curl.CurlRequest post(String url)
public static org.codelibs.curl.CurlRequest put(String url)
public static org.codelibs.curl.CurlRequest delete(String url)
Copyright © 2011–2019 CodeLibs Project. All rights reserved.