-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#3201) Motivation: `BlockingHttpRequester` and `BlockingStreamingHttpRequester` implement `GracefulAutoCloseable` interface and in result can be used in try-with-resources. For some reason, our `HttpRequester` and `StreamingHttpRequester` don't but their client and connection interfaces do. Modifications: - Promote `GracefulAutoCloseable` interface from `HttpClient` and `HttpConnection` to `HttpRequester`. - Promote `GracefulAutoCloseable` interface from `StreamingHttpClient` and `StreamingHttpConnection` to `StreamingHttpRequester`. Result: All requester/client/connection interfaces are consistent across all 4 API variants.
- Loading branch information
1 parent
7bf74af
commit 8fa5aab
Showing
7 changed files
with
38 additions
and
64 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
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