Uses of Class
io.tarantool.driver.protocol.TarantoolResponse
-
Packages that use TarantoolResponse Package Description io.tarantool.driver.handlers Contains Netty handler implementationsio.tarantool.driver.protocol Tarantool binary protocol primitives and helpers -
-
Uses of TarantoolResponse in io.tarantool.driver.handlers
Methods in io.tarantool.driver.handlers with parameters of type TarantoolResponse Modifier and Type Method Description protected void
TarantoolAuthenticationResponseHandler. channelRead0(io.netty.channel.ChannelHandlerContext ctx, TarantoolResponse tarantoolResponse)
protected void
TarantoolResponseHandler. channelRead0(io.netty.channel.ChannelHandlerContext ctx, TarantoolResponse tarantoolResponse)
-
Uses of TarantoolResponse in io.tarantool.driver.protocol
Methods in io.tarantool.driver.protocol that return TarantoolResponse Modifier and Type Method Description static TarantoolResponse
TarantoolResponse. fromMessagePack(org.msgpack.core.MessageUnpacker unpacker)
Create Tarantool response from the decoded binary data usingMessageUnpacker
-