Documentation fix.

Original Pull Request #1663 
Closes #1662
This commit is contained in:
Peter-Josef Meisch 2021-01-23 19:59:46 +01:00 committed by GitHub
parent 9854c01ccb
commit 1aabb42355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ httpHeaders.add("some-header", "on every request") <.>
ClientConfiguration clientConfiguration = ClientConfiguration.builder()
.connectedTo("localhost:9200", "localhost:9291") <.>
.useSsl() <.>
.usingSsl() <.>
.withProxy("localhost:8888") <.>
.withPathPrefix("ela") <.>
.withConnectTimeout(Duration.ofSeconds(5)) <.>