Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utility for Jersey Clients #557

Closed
sleberknight opened this issue May 7, 2021 · 0 comments · Fixed by #558
Closed

Add utility for Jersey Clients #557

sleberknight opened this issue May 7, 2021 · 0 comments · Fixed by #558
Assignees
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Milestone

Comments

@sleberknight
Copy link
Member

sleberknight commented May 7, 2021

Initially this class (e.g. KiwiJerseyClients) will contain (static) utility methods to set the connect and read timeouts on Jersey Client instances.

@sleberknight sleberknight added the new feature A new feature such as a new class, method, package, group of classes, etc. label May 7, 2021
@sleberknight sleberknight added this to the 0.23.0 milestone May 7, 2021
@sleberknight sleberknight self-assigned this May 7, 2021
@sleberknight sleberknight added the in progress A task that is actively being worked on label May 7, 2021
sleberknight added a commit that referenced this issue May 7, 2021
* Contains overloaded connectTimeout and readTimeout methods to set
  the connect and read timeouts, respectively, on a Jersey Client
* Exposes checkTimeout method since sometimes we want to validate the
  timeout directly.

Closes #557
chrisrohr pushed a commit that referenced this issue May 12, 2021
* Contains overloaded connectTimeout and readTimeout methods to set
  the connect and read timeouts, respectively, on a Jersey Client
* Exposes checkTimeout method since sometimes we want to validate the
  timeout directly.

Closes #557
@sleberknight sleberknight removed the in progress A task that is actively being worked on label May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant