public class RuleResource
extends cn.geekcity.xiot.https.service.handler.resource.HttpResource
| Constructor and Description |
|---|
RuleResource(RuleService service) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<io.vertx.core.buffer.Buffer> |
delete(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.buffer.Buffer body) |
io.vertx.core.Future<io.vertx.core.buffer.Buffer> |
get(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.buffer.Buffer body) |
io.vertx.core.Future<io.vertx.core.buffer.Buffer> |
post(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.buffer.Buffer body) |
io.vertx.core.Future<io.vertx.core.buffer.Buffer> |
put(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.buffer.Buffer body) |
public RuleResource(RuleService service)
public io.vertx.core.Future<io.vertx.core.buffer.Buffer> post(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.buffer.Buffer body)
post in class cn.geekcity.xiot.https.service.handler.resource.HttpResourcepublic io.vertx.core.Future<io.vertx.core.buffer.Buffer> delete(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.buffer.Buffer body)
delete in class cn.geekcity.xiot.https.service.handler.resource.HttpResourcepublic io.vertx.core.Future<io.vertx.core.buffer.Buffer> put(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.buffer.Buffer body)
put in class cn.geekcity.xiot.https.service.handler.resource.HttpResourcepublic io.vertx.core.Future<io.vertx.core.buffer.Buffer> get(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.buffer.Buffer body)
get in class cn.geekcity.xiot.https.service.handler.resource.HttpResource