jetty.project/jetty-websocket/jetty-websocket-client
Lachlan Roberts 149620598d Issue #3341 - change HttpClientProvider to interface
- HttpClientProvider is now an interface which defines a default method
newHttpClient, its static get() method get will attempt to use the
XmlHttpClientProvider to create a client, and if this fails to give a
non null client it will be created with the default newHttpClient method

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2019-02-14 16:13:43 +11:00
..
src Issue #3341 - change HttpClientProvider to interface 2019-02-14 16:13:43 +11:00
pom.xml Issue #3341 - Use HttpClientProvider in WebSocketCoreClient 2019-02-14 12:19:00 +11:00