Uses of Class
io.tarantool.driver.protocol.TarantoolResponseBodyType
-
Packages that use TarantoolResponseBodyType Package Description io.tarantool.driver.protocol Tarantool binary protocol primitives and helpers -
-
Uses of TarantoolResponseBodyType in io.tarantool.driver.protocol
Methods in io.tarantool.driver.protocol that return TarantoolResponseBodyType Modifier and Type Method Description static TarantoolResponseBodyType
TarantoolResponseBodyType. fromCode(int code)
TarantoolResponseBodyType
EmptyTarantoolResponseBody. getResponseBodyType()
TarantoolResponseBodyType
NotEmptyTarantoolResponseBody. getResponseBodyType()
TarantoolResponseBodyType
TarantoolResponseBody. getResponseBodyType()
Get response body typestatic TarantoolResponseBodyType
TarantoolResponseBodyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TarantoolResponseBodyType[]
TarantoolResponseBodyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-