public class CommandArguments extends java.lang.Object implements java.lang.Iterable<Rawable>
Constructor and Description |
---|
CommandArguments(ProtocolCommand command) |
Modifier and Type | Method and Description |
---|---|
CommandArguments |
add(java.lang.Object arg) |
CommandArguments |
addObjects(java.util.Collection args) |
CommandArguments |
addObjects(java.lang.Object... args) |
CommandArguments |
addParams(IParams params) |
CommandArguments |
blocking() |
ProtocolCommand |
getCommand() |
boolean |
isBlocking() |
java.util.Iterator<Rawable> |
iterator() |
CommandArguments |
key(java.lang.Object key) |
CommandArguments |
keys(java.util.Collection keys) |
CommandArguments |
keys(java.lang.Object... keys) |
protected CommandArguments |
processKey(byte[] key) |
protected CommandArguments |
processKey(java.lang.String key) |
protected CommandArguments |
processKeys(byte[]... keys) |
protected CommandArguments |
processKeys(java.lang.String... keys) |
int |
size() |
public CommandArguments(ProtocolCommand command)
public ProtocolCommand getCommand()
public CommandArguments add(java.lang.Object arg)
public CommandArguments addObjects(java.lang.Object... args)
public CommandArguments addObjects(java.util.Collection args)
public CommandArguments key(java.lang.Object key)
public final CommandArguments keys(java.lang.Object... keys)
public final CommandArguments keys(java.util.Collection keys)
public final CommandArguments addParams(IParams params)
protected CommandArguments processKey(byte[] key)
protected final CommandArguments processKeys(byte[]... keys)
protected CommandArguments processKey(java.lang.String key)
protected final CommandArguments processKeys(java.lang.String... keys)
public int size()
public java.util.Iterator<Rawable> iterator()
iterator
in interface java.lang.Iterable<Rawable>
public boolean isBlocking()
public CommandArguments blocking()
Copyright © 2024. All rights reserved.