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

Create SocketExecutor that allows special options by default #46

Open
jentfoo opened this issue May 23, 2017 · 4 comments
Open

Create SocketExecutor that allows special options by default #46

jentfoo opened this issue May 23, 2017 · 4 comments
Assignees

Comments

@jentfoo
Copy link
Member

jentfoo commented May 23, 2017

For example if you wanted to use HttpClient with tcp no delay, you would have a hard time. This would allow you to wrap a SocketExecutor so that you can have these options applied by default as connections are established.

@lwahlmeier lwahlmeier self-assigned this May 23, 2017
@lwahlmeier
Copy link
Member

do you want this for the 4.x release?

@jentfoo
Copy link
Member Author

jentfoo commented May 23, 2017

Not needed for any specific urgency. Mostly trying to record ideas. I might PR this later, but did not want the idea to be lost.

@lwahlmeier
Copy link
Member

Would it make more since to put it in the Server class? I could see 1 SE have multiple servers that might need different things set.

@lwahlmeier
Copy link
Member

nvm I guess it might need to be both since all clients are not made from Servers.

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

No branches or pull requests

2 participants