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

Introducing ConnectionProvider #366

Merged
merged 4 commits into from
Jun 15, 2015
Merged

Conversation

NiteshKant
Copy link
Member

Added a public abstraction of Connection Provider that is used to provide any kind of algorithms to select/create a connection for a TCP/HTTP client.

This abstraction is used internally to provide a pooled connection provider and externally can be used either to provide different connection pooling semantics or a complex load balancer to choose which host+connection to use for any request.

Nitesh Kant added 2 commits June 14, 2015 02:44
Added a public abstraction of Connection Provider that is used to provide any kind of algorithms to select/create a connection for a TCP/HTTP client.

This abstraction is used internally to provide a pooled connection provider and externally can be used either to provide different connection pooling semantics or a complex load balancer to choose which host+connection to use for any request.
Conflicts:
	rxnetty/src/main/java/io/reactivex/netty/channel/pool/PooledConnectionProviderImpl.java
NiteshKant added a commit that referenced this pull request Jun 15, 2015
Introducing ConnectionProvider
@NiteshKant NiteshKant merged commit 075012d into ReactiveX:0.5.x Jun 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant