-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
ClientConnector abstraction #132
Labels
Comments
@sbordet This has been implemented in jetty-client long ago, right? Can we close this? |
Nope, not yet implemented, leave open. |
sbordet
added a commit
that referenced
this issue
Jan 17, 2019
Introduced ClientConnector and refactored HttpClient transports, removing duplicated code that was connect() to a remote host. Refactored also HTTP2Client to reference ClientConnector. Refactored tests accordingly to the changes introduced in the implementations. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Jan 18, 2019
Added name to default executor and scheduler after review. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Jan 22, 2019
Rewrote HttpClientTransportOverUnixSockets in light of ClientConnector. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Jan 22, 2019
Reverted refactoring of newConnection() to avoid to bind the class to a too specific abstract method. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Jan 31, 2019
Issue #132 - ClientConnector abstraction.
sbordet
added a commit
that referenced
this issue
Feb 4, 2019
Introduced ClientConnector and refactored HttpClient transports, removing duplicated code that was connect() to a remote host. Refactored also HTTP2Client to reference ClientConnector. Refactored tests accordingly to the changes introduced in the implementations. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Feb 4, 2019
Added name to default executor and scheduler after review. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Feb 4, 2019
Rewrote HttpClientTransportOverUnixSockets in light of ClientConnector. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Feb 4, 2019
Reverted refactoring of newConnection() to avoid to bind the class to a too specific abstract method. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This issue has been automatically marked as stale because it has been a full year without activit. It will be closed if no further activity occurs. Thank you for your contributions. |
@sbordet isn't this complete (for Jetty 10) ? |
This was merged in #3267. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
migrated from Bugzilla #423722
status ASSIGNED severity enhancement in component client for 9.1.x
Reported in version 9.1.0 on platform PC
Assigned to: Project Inbox
On 2013-12-10 11:15:07 -0500, Simone Bordet wrote:
The text was updated successfully, but these errors were encountered: