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 class
EmptyTarantoolResponseBody
Represents empty body from a map no entries.class
NotEmptyTarantoolResponseBody
Represents 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 TarantoolResponseBody
TarantoolResponse. getBody()
Get response body
-