Open killme2008 opened 6 years ago
Is your feature request related to a problem? Please describe.
I want to implement the protocol in HTTP pipeline semantic, just like
https://github.com/spinscale/netty4-http-pipelining/blob/master/src/main/java/de/spinscale/netty/http/pipelining/HttpPipeliningHandler.java
But there is no way to add a such custom ChannelDuplexHandler to netty under bolt framework.
ChannelDuplexHandler
Describe the solution you'd like
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
focus..
Is your feature request related to a problem? Please describe.
I want to implement the protocol in HTTP pipeline semantic, just like
https://github.com/spinscale/netty4-http-pipelining/blob/master/src/main/java/de/spinscale/netty/http/pipelining/HttpPipeliningHandler.java
But there is no way to add a such custom
ChannelDuplexHandler
to netty under bolt framework.Describe the solution you'd like
ChannelDuplexHandler
to be added.Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.