クラス EcrCurl


  • public class EcrCurl
    extends Object
    • フィールドの概要

      フィールド 
      修飾子とタイプ フィールド 説明
      static Function<org.codelibs.curl.CurlResponse,​Map<String,​Object>> jsonParser  
    • コンストラクタの概要

      コンストラクタ 
      修飾子 コンストラクタ 説明
      protected EcrCurl()  
    • フィールドの詳細

    • コンストラクタの詳細

      • EcrCurl

        protected EcrCurl()
    • メソッドの詳細

      • get

        public static org.codelibs.curl.CurlRequest get​(org.elasticsearch.node.Node node,
                                                        String path)
      • post

        public static org.codelibs.curl.CurlRequest post​(org.elasticsearch.node.Node node,
                                                         String path)
      • put

        public static org.codelibs.curl.CurlRequest put​(org.elasticsearch.node.Node node,
                                                        String path)
      • delete

        public static org.codelibs.curl.CurlRequest delete​(org.elasticsearch.node.Node node,
                                                           String path)
      • getUrl

        protected static String getUrl​(org.elasticsearch.node.Node node,
                                       String path)
      • get

        public static org.codelibs.curl.CurlRequest get​(String url)
      • post

        public static org.codelibs.curl.CurlRequest post​(String url)
      • put

        public static org.codelibs.curl.CurlRequest put​(String url)
      • delete

        public static org.codelibs.curl.CurlRequest delete​(String url)