Class VertxRestStreamObject

java.lang.Object
io.vertx.core.json.JsonObject
net.bluemind.core.rest.vertx.VertxRestStreamObject
All Implemented Interfaces:
io.vertx.core.shareddata.ClusterSerializable, io.vertx.core.shareddata.impl.ClusterSerializable, io.vertx.core.shareddata.Shareable, Iterable<Map.Entry<String,Object>>

public class VertxRestStreamObject extends io.vertx.core.json.JsonObject
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    final io.vertx.core.buffer.Buffer
     
    final boolean
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    VertxRestStreamObject(io.vertx.core.buffer.Buffer data, boolean end)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    io.vertx.core.json.JsonObject
     
     

    Methods inherited from class io.vertx.core.json.JsonObject Link icon

    clear, containsKey, copy, encodePrettily, equals, fieldNames, getBinary, getBinary, getBoolean, getBoolean, getBuffer, getBuffer, getDouble, getDouble, getFloat, getFloat, getInstant, getInstant, getInteger, getInteger, getJsonArray, getJsonArray, getJsonObject, getJsonObject, getLong, getLong, getMap, getNumber, getNumber, getString, getString, getValue, getValue, hashCode, isEmpty, iterator, mapFrom, mapTo, mergeIn, mergeIn, mergeIn, of, of, of, of, of, of, of, of, of, of, of, put, putNull, readFromBuffer, remove, size, stream, toBuffer, toString, writeToBuffer

    Methods inherited from class java.lang.Object Link icon

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable Link icon

    forEach, spliterator
  • Field Details Link icon

    • data Link icon

      public final io.vertx.core.buffer.Buffer data
    • end Link icon

      public final boolean end
  • Constructor Details Link icon

    • VertxRestStreamObject Link icon

      public VertxRestStreamObject(io.vertx.core.buffer.Buffer data, boolean end)
  • Method Details Link icon

    • encode Link icon

      public String encode()
      Overrides:
      encode in class io.vertx.core.json.JsonObject
    • copy Link icon

      public io.vertx.core.json.JsonObject copy()
      Specified by:
      copy in interface io.vertx.core.shareddata.Shareable
      Overrides:
      copy in class io.vertx.core.json.JsonObject