Interface NettySharedHttpServer

    • Method Detail

      • setNettyServerBootstrapConfiguration

        void setNettyServerBootstrapConfiguration​(NettySharedHttpServerBootstrapConfiguration configuration)
        Sets the bootstrap configuration to use by this shared Netty HTTP server.
      • setCamelContext

        void setCamelContext​(org.apache.camel.CamelContext camelContext)
        The CamelContext
      • setStartServer

        void setStartServer​(boolean startServer)
        Whether to start the Netty HTTP server eager and bind to the port, or wait on first demand
      • setThreadNamePattern

        void setThreadNamePattern​(String pattern)
        Sets a custom thread name pattern to be used for naming the Netty HTTP server threads.
      • getPort

        int getPort()
        Gets the port number this Netty HTTP server uses.
      • getServerBootstrapFactory

        org.apache.camel.component.netty.NettyServerBootstrapFactory getServerBootstrapFactory()
        Gets the NettyServerBootstrapFactory to use.
      • getConsumersSize

        int getConsumersSize()
        Number of consumers using this shared Netty HTTP server.