in generic-examples/http/NettyServer.java [32:35]
public void configure() throws Exception { from("netty-http:http://0.0.0.0:8080/hello") .transform().constant("Hello World"); }