public void configure()

in generic-examples/http/NettyServer.java [22:25]


  public void configure() throws Exception {
    from("netty-http:http://0.0.0.0:8080/hello")
        .transform().constant("Hello World");
  }