public void configure()

in generic-examples/http/NettySecureServer.java [25:29]


   public void configure() throws Exception {
      registerSslContextParameter();
      from("netty-http:https://0.0.0.0:8443/hello?sslContextParameters=#sslContextParameters&ssl=true")
            .transform().constant("Hello Secure World");
   }