Skip to content

[master] Add handler extension callbacks after DNS resolution and SSL/TLS handshaking #747

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

Merged
merged 3 commits into from
Oct 28, 2014

Conversation

barnardb
Copy link
Contributor

Resolves #732 by adding two additional callbacks to the AsyncHandlerExtensions class: onDnsResolved and onSslHandshakeCompleted.

I made an effort to ensure that no additional tests are failing over what was already failing on master.

Implemented with @kstokoz.

This is groundwork for adding more events in AsyncHttpClient#732.

Sadly I couldn’t put these higher up in the test hierarchy, because the
Grizzly provider doesn’t seem to fire most events.
@@ -0,0 +1,98 @@
package org.asynchttpclient.async.util;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hye, can you add the license header? Thanks

slandelle pushed a commit that referenced this pull request Oct 28, 2014
[master] Add handler extension callbacks after DNS resolution and SSL/TLS handshaking, close #732
@slandelle slandelle merged commit c7ad248 into AsyncHttpClient:master Oct 28, 2014
@slandelle
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Netty: Extend AsyncHandlerExtensions with new callbacks
3 participants