Class NettyUdpResource


  • @Path("/netty/udp")
    public class NettyUdpResource
    extends Object
    • Field Detail

      • producerTemplate

        @Inject
        org.apache.camel.ProducerTemplate producerTemplate
      • consumerTemplate

        @Inject
        org.apache.camel.ConsumerTemplate consumerTemplate
      • context

        @Inject
        org.apache.camel.CamelContext context
      • correlationManager

        @Inject
        org.apache.camel.component.netty.NettyCamelStateCorrelationManager correlationManager
    • Constructor Detail

      • NettyUdpResource

        public NettyUdpResource()
    • Method Detail

      • sendNettyUdpMessage

        @POST
        public String sendNettyUdpMessage​(String message)
      • sendNettyUdpMessageWithCodec

        @Path("/codec")
        @POST
        public Object sendNettyUdpMessageWithCodec​(String message)
      • sendNettyUdpMessageWithServerInitializer

        @Path("/server/initializer")
        @POST
        public String sendNettyUdpMessageWithServerInitializer​(String message)
      • sendNettyUdpMessageWithClientInitializer

        @Path("/client/initializer")
        @POST
        public String sendNettyUdpMessageWithClientInitializer​(String message)
      • sendNettyUdpMessageWithCustomThreadPools

        @Path("/custom/thread/pools")
        @POST
        public String sendNettyUdpMessageWithCustomThreadPools​(String message)