summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2016-08-02Default transport and HTTP to Netty 4Jason Tedor
2016-08-02Improve client benchmark (#19736)Daniel Mitterdorfer
2016-07-29Add client jars pom generation, and make transport client depend onRyan Ernst
2016-07-28Add response body to ResponseException error messagejavanna
2016-07-26Simplify Sniffer initialization and automatically create the default HostsSni...Luca Cavanna
2016-07-26Add client benchmarkDaniel Mitterdorfer
2016-07-22Introduce Netty 4Jason Tedor
2016-07-22[TEST] move assertions outside of listener in testAsyncRequests for clearer t...javanna
2016-07-22update nextHost method javadocsjavanna
2016-07-22fix concurrency bug when getting the host for a given requestjavanna
2016-07-22add async request unit testjavanna
2016-07-22add some javadocs to clarify internal listeners behaviourjavanna
2016-07-22[TEST] add unit tests for internal TrackingFailureListenerjavanna
2016-07-22make Response class finaljavanna
2016-07-22rename mayRetry to isRetryStatusjavanna
2016-07-22Make SyncResponseListener saferjavanna
2016-07-21validate bufferLimit is positive in HeapBufferedAsyncResponseConsumerjavanna
2016-07-20rename mustRetry method to mayRetryjavanna
2016-07-20RestClient javadocs adjustmentsjavanna
2016-07-20notify the listener if the request gets cancelledjavanna
2016-07-19restore throws IOException clause on all performRequest sync methodsjavanna
2016-07-19add HeapBufferedAsyncResponseConsumer with configurable max buffer sizejavanna
2016-07-19Remove RestClient#JSON_CONTENT_TYPE constant, already available in ContentTyp...javanna
2016-07-19Build: use license mapping for http* and commons-*javanna
2016-07-19[TEST] remove one too many SuppressWarningsjavanna
2016-07-19move RestClient#builder method on top for more visibilityjavanna
2016-07-19replace till with until in RestClient javadocsjavanna
2016-07-19update Response javadocsjavanna
2016-07-19add check for null hosts in RestClientBuilder, so it fails earlyjavanna
2016-07-19Rest Client: have RestClientBuilder callback also return the same type as the...javanna
2016-07-19Rest Client: improve listener namingjavanna
2016-07-19RestClient: take builder out to its own classjavanna
2016-07-19[TEST] add async entities to the randomization for RequestLoggerTestsjavanna
2016-07-19Rest client: introduce async performRequest method and use async client under...javanna
2016-07-19Build: add apache async http client dependenciesjavanna
2016-07-18Add a dedicated client/transport project for transport-client (#19435)Simon Willnauer
2016-07-12RestClient: simplify ssl configuration and make http config callback function...javanna
2016-07-12Rest Client: add callback to customize http client settingsjavanna
2016-07-11Rest Client: use short performRequest methods when possiblejavanna
2016-07-11Rest Client: add short performRequest method variants without params and/or bodyjavanna
2016-07-08Rest Client: check log level against tracer logger for trace loggingjavanna
2016-07-08Rest Client: wrap log statement in logger.isDebugEnabledjavanna
2016-07-08Rest Client: add slash to log line when missing between host and urijavanna
2016-07-07Rest Client: HostsSniffer to set http as default schemejavanna
2016-07-01Fix order of modifiersTanguy Leroux
2016-07-01Build: set group for client and sniffer, disable publishing for client-testjavanna
2016-06-23Add ThreadLeakLingering option to Rest client testsYannick Welsch
2016-06-22Group client projects under :clientNik Everett
2016-06-22[TEST] Add client-test module and make client tests use randomized runner dir...javanna
2016-06-21rename onSuccess to onResponsejavanna