Uses of Class
io.tarantool.driver.protocol.TarantoolHeader
-
Packages that use TarantoolHeader Package Description io.tarantool.driver.exceptions Exception classes for internal client errors to be translated to userio.tarantool.driver.protocol Tarantool binary protocol primitives and helpers -
-
Uses of TarantoolHeader in io.tarantool.driver.exceptions
Methods in io.tarantool.driver.exceptions that return TarantoolHeader Modifier and Type Method Description TarantoolHeader
TarantoolDecoderException. getHeader()
Constructors in io.tarantool.driver.exceptions with parameters of type TarantoolHeader Constructor Description TarantoolDecoderException(TarantoolHeader header, Exception e)
-
Uses of TarantoolHeader in io.tarantool.driver.protocol
Methods in io.tarantool.driver.protocol that return TarantoolHeader Modifier and Type Method Description static TarantoolHeader
TarantoolHeader. fromMessagePackValue(org.msgpack.value.Value value)
Creates an instance ofTarantoolHeader
from MessagePackValue
TarantoolHeader
TarantoolRequest. getHeader()
Get header
-