Uses of Interface
io.tarantool.driver.protocol.TarantoolResponseBody
-
Packages that use TarantoolResponseBody Package Description io.tarantool.driver.protocol Tarantool binary protocol primitives and helpers -
-
Uses of TarantoolResponseBody in io.tarantool.driver.protocol
Classes in io.tarantool.driver.protocol that implement TarantoolResponseBody Modifier and Type Class Description classEmptyTarantoolResponseBodyRepresents empty body from a map no entries.classNotEmptyTarantoolResponseBodyRepresents non-empty body from a map with one key and the actual data as valueMethods in io.tarantool.driver.protocol that return TarantoolResponseBody Modifier and Type Method Description TarantoolResponseBodyTarantoolResponse. getBody()Get response body
-