Asked on StackOverflow http://stackoverflow.com/questions/42829722/netty-as-proxy-outbound-channel-with-port-number-different-per-client
Le jeudi 16 mars 2017 10:08:09 UTC+1, Nicolas Ocquidant a écrit : > > I implemented a middleware in Netty based on the HexDumpProxy example: > > BROWSER ------> WEBAPP ------> MW-NETTY ------> SERVER > [http] [http] [tcp] > > > The MW-NETTY (see above) needs to connect to the SERVER using a port > number different for each customer (the WEBAPP is dedicated by customer). > So, as a last resort, the TCP port could be disabled to preserve the > SERVER... > > The client id is transported in an HTTP header from WEBAPP to MW-NETTY. > As the channels are created before messages arrive, what would be the best > strategy? > > Thanks, > --nick > -- You received this message because you are subscribed to the Google Groups "Netty discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/netty/0f7f21a4-76c8-4dfd-a4e1-41c8f7f2850a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
