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

added websocket connection failure handler for HttpClient fluent API #1113

Merged
merged 1 commit into from
Oct 2, 2015

Conversation

wrobelm
Copy link
Contributor

@wrobelm wrobelm commented Aug 3, 2015

Signed-off-by: Michal Wrobel michal.wrobel@espeo.pl

Signed-off-by: Michal Wrobel <michal.wrobel@espeo.pl>
@purplefox
Copy link
Contributor

Doesn't

client.websocketStream().exceptionHandler(t -> {});

Already accomplish this?

@wrobelm
Copy link
Contributor Author

wrobelm commented Aug 18, 2015

Yeah I knew that, but you would need separate line for this. My intention was just to add some more flexibility/convenience to usage of HttpClient API and to stay in 'fluent' way. (With client.websocketStream().exceptionHandler(t -> {}) you have now a WebSocketStream returned not HttpClient anymore).

@purplefox purplefox merged commit 6cd6921 into eclipse-vertx:master Oct 2, 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.

2 participants