Class CoapResource


  • @Path("/coap")
    @ApplicationScoped
    public class CoapResource
    extends Object
    • Field Detail

      • context

        @Inject
        org.apache.camel.CamelContext context
    • Constructor Detail

      • CoapResource

        public CoapResource()
    • Method Detail

      • loadComponentCoap

        @Path("/load/component/coap")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentCoap()
                                                    throws Exception
        Throws:
        Exception
      • loadComponentCoapTcp

        @Path("/load/component/coap-tcp")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentCoapTcp()
                                                       throws Exception
        Throws:
        Exception
      • loadComponentCoaps

        @Path("/load/component/coaps")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentCoaps()
                                                     throws Exception
        Throws:
        Exception
      • loadComponentCoapsTcp

        @Path("/load/component/coaps-tcp")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentCoapsTcp()
                                                        throws Exception
        Throws:
        Exception