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

Allow custom SocketOptions to be set and get #953

Open
idelpivnitskiy opened this issue Mar 3, 2020 · 0 comments
Open

Allow custom SocketOptions to be set and get #953

idelpivnitskiy opened this issue Mar 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@idelpivnitskiy
Copy link
Member

We allow users to set SocketOptions on the client/server builder and to query SocketOptions on ConnectionContext API. Currently, these methods support only SocketOption constants from java.net.StandardSocketOptions and io.servicetalk.transport.api.ServiceTalkSocketOptions. However, the java.net.SocketOption API is generic and we should allow users to provide a custom implementation of this interface. We can match it with the ChannelOption that netty uses internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant