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 TarantoolResponseBodyTypeTarantoolResponseBodyType. fromCode(int code)TarantoolResponseBodyTypeEmptyTarantoolResponseBody. getResponseBodyType()TarantoolResponseBodyTypeNotEmptyTarantoolResponseBody. getResponseBodyType()TarantoolResponseBodyTypeTarantoolResponseBody. getResponseBodyType()Get response body typestatic TarantoolResponseBodyTypeTarantoolResponseBodyType. 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.
-