You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
into code that works with our existing setup of handlers. Are all these HttpHandlers also "normal" Netty ChannelHandlers I could add to a Netty ChannelPipeline or do they need to be handled specially?
The text was updated successfully, but these errors were encountered:
The example code shows how to set this up from scratch, but I am a bit unsure of how to convert this
into code that works with our existing setup of handlers. Are all these
HttpHandlers
also "normal" NettyChannelHandler
s I could add to a NettyChannelPipeline
or do they need to be handled specially?The text was updated successfully, but these errors were encountered: