Class AttachActor

java.lang.Object
cn.vertxup.ambient.api.file.AttachActor

@Queue public class AttachActor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.buffer.Buffer>
    download(io.vertx.core.json.JsonObject filters)
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    upload(io.vertx.core.json.JsonObject content, io.vertx.up.commune.config.XHeader header)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AttachActor

      public AttachActor()
  • Method Details

    • upload

      @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-UPLOAD") public io.vertx.core.Future<io.vertx.core.json.JsonObject> upload(io.vertx.core.json.JsonObject content, io.vertx.up.commune.config.XHeader header)
    • download

      @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03c9\u03bd/X-DOWNLOAD") public io.vertx.core.Future<io.vertx.core.buffer.Buffer> download(io.vertx.core.json.JsonObject filters)