From c0604184b2aa8cff924ca783ec6b36f1f5988775 Mon Sep 17 00:00:00 2001 From: Zhaoxing Date: Tue, 8 Aug 2017 14:02:53 +0800 Subject: init code Change-Id: Icd0948118397b256da70dfbcbbec5520dc5eafd4 Signed-off-by: Zhaoxing --- wso2/rest-client/src/test/resources/etc/conf/restclient.json | 11 +++++++++++ wso2/rest-client/src/test/resources/rest-client-test.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 wso2/rest-client/src/test/resources/etc/conf/restclient.json create mode 100644 wso2/rest-client/src/test/resources/rest-client-test.json (limited to 'wso2/rest-client/src/test/resources') diff --git a/wso2/rest-client/src/test/resources/etc/conf/restclient.json b/wso2/rest-client/src/test/resources/etc/conf/restclient.json new file mode 100644 index 0000000..1ab1aaf --- /dev/null +++ b/wso2/rest-client/src/test/resources/etc/conf/restclient.json @@ -0,0 +1,11 @@ +{ + "defaultServer": + { + "host":"127.0.0.1", + "port":"8080", + }, + "ConnectTimeout":"1000", + "thread":"10", + "idletimeout":"500000", + "timeout":"10000" +} \ No newline at end of file diff --git a/wso2/rest-client/src/test/resources/rest-client-test.json b/wso2/rest-client/src/test/resources/rest-client-test.json new file mode 100644 index 0000000..0bdd9cd --- /dev/null +++ b/wso2/rest-client/src/test/resources/rest-client-test.json @@ -0,0 +1,11 @@ +{ + "defaultServer": + { + "host":"10.10.10.10", + "port":"443", + }, + "ConnectTimeout":"10", + "thread":"100", + "idletimeout":"30", + "timeout":"60", +} \ No newline at end of file -- cgit 1.2.3-korg