OpenSearch/client
javanna 283090e2ae add check for null hosts in RestClientBuilder, so it fails early
Also delayed call to HttpAsyncClient#start so that if something goes wrong while creating the RestClient, the http client threads don't linger. In fact, if the constructor fails it is not possible to call close against the RestClient.
2016-07-19 15:16:45 +02:00
..
rest add check for null hosts in RestClientBuilder, so it fails early 2016-07-19 15:16:45 +02:00
sniffer RestClient: take builder out to its own class 2016-07-19 15:16:45 +02:00
test Build: set group for client and sniffer, disable publishing for client-test 2016-07-01 12:09:34 +02:00
transport Add a dedicated client/transport project for transport-client (#19435) 2016-07-18 15:42:24 +02:00