forked from helidon-io/helidon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nima WebClient configuration for timeouts and keepAlive (helidon-io#6971
) * Nima WebClient Shortcuts for timeouts * WebClient config for keepAlive * Implement build() in WebClient.Builder and introduce an abstract doBuild method. This allows WebClient.Builder to run pre-build code to set the channel options from the default builder. Slight re-org of WebClient.Builder: - move all package private methods at the bottom - add javadoc to protected methods Update javadoc related to the default socket options builder. --------- Signed-off-by: aserkes <andrii.serkes@oracle.com> Co-authored-by: Romain Grecourt <romain.grecourt@oracle.com>
- Loading branch information
1 parent
a24abba
commit 9d26eb2
Showing
4 changed files
with
97 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters