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

Use ProtocolRegistry and stop Protocol being an enum #83

Open
eswdd opened this issue Aug 13, 2014 · 0 comments
Open

Use ProtocolRegistry and stop Protocol being an enum #83

eswdd opened this issue Aug 13, 2014 · 0 comments
Labels

Comments

@eswdd
Copy link
Contributor

eswdd commented Aug 13, 2014

Whilst implementing #82 I realised that Protocol is still an enum, which makes it rather hard to add new protocols. As part of the work for that I introduced a new registry (ProtocolRegistry) in order to be able to find protocols by paradigm. This class needs fleshing out and to be used by transports/protocols as they initialise.

@eswdd eswdd added the accepted label Aug 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant