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

Want guidelines to implement an application layer protocol library #1791

Closed
bromine0x23 opened this issue Aug 31, 2021 · 2 comments
Closed
Labels
status/duplicate This is a duplicate of another issue type/documentation A documentation update

Comments

@bromine0x23
Copy link

bromine0x23 commented Aug 31, 2021

I want to implement a reactor-netty based application layer protocol library that provides classes similar to HttpServer and HttpClient, but there are so many classes and methods involved that it's confusing me.

Are there any guidelines here for doing this job? Maybe a startup step, or some architecture notes.

Implementing the protocol handler is not difficult for me, the main question is how classes such as TcpClient, TcpClientConfig, TcpClientConnect collaborate with each other.

@bromine0x23 bromine0x23 changed the title Want guidelines to implement an application layer protocol protocol Want guidelines to implement an application layer protocol library Aug 31, 2021
@violetagg violetagg added the type/documentation A documentation update label Aug 31, 2021
@violetagg violetagg added this to the 1.0.x Backlog milestone Aug 31, 2021
@violetagg
Copy link
Member

@bromine0x23 Unfortunately for the time being we cannot provide you such guidelines.

Implementing the protocol handler is not difficult for me, the main question is how classes such as TcpClient, TcpClientConfig, TcpClientConnect collaborate with each other.

Let's discuss this on Gitter.

@violetagg violetagg added the status/duplicate This is a duplicate of another issue label Aug 31, 2021
@violetagg
Copy link
Member

Closing this in favour of #916

@violetagg violetagg removed this from the General Backlog milestone Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/duplicate This is a duplicate of another issue type/documentation A documentation update
Projects
None yet
Development

No branches or pull requests

2 participants