Class CoapResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.coap.it.CoapResource
-
@Path("/coap") @ApplicationScoped public class CoapResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.CamelContextcontext
-
Constructor Summary
Constructors Constructor Description CoapResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponseloadComponentCoap()javax.ws.rs.core.ResponseloadComponentCoaps()javax.ws.rs.core.ResponseloadComponentCoapsTcp()javax.ws.rs.core.ResponseloadComponentCoapTcp()
-
-
-
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
-
-