public class SocketAddressOutput<K,V> extends CommandOutput<K,V,SocketAddress>
SocketAddress.codec, error, output| Constructor and Description |
|---|
SocketAddressOutput(RedisCodec<K,V> codec) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(ByteBuffer bytes)
Set the command output to a sequence of bytes, or null.
|
public SocketAddressOutput(RedisCodec<K,V> codec)
public void set(ByteBuffer bytes)
CommandOutputCommandOutput implementations must override this
method unless they only receive an integer value which cannot be null.set in class CommandOutput<K,V,SocketAddress>bytes - The command output, or null.Copyright © 2020 lettuce.io. All rights reserved.