Add post and delete http client methods 34/75834/3
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Tue, 15 Jan 2019 19:28:16 +0000 (13:28 -0600)
committerJorge Hernandez <jorge.hernandez-herrero@att.com>
Wed, 16 Jan 2019 15:36:37 +0000 (09:36 -0600)
commit9f15e1987dc9fc6bb8196c415b817b3f1cf6bd5f
tree0aab018cb4a9186f7ae2efc2a88ba3200c58f6d4
parent2a191bf0d0a5cb3beb436a025d2f4efa419bb354
Add post and delete http client methods

Additional clean up for sonars have also been added for the
classes that have been modified

Issue-ID: POLICY-1367
Change-Id: Ie97d9057273e89850420a7c1b5b2d275709bdfd0
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/HttpClient.java
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/HttpClientFactory.java
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/IndexedHttpClientFactory.java
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/internal/JerseyClient.java
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/http/server/test/HttpClientTest.java
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/http/server/test/RestEchoService.java