public class CommandArguments extends java.lang.Object implements java.lang.Iterable<Rawable>
| Constructor and Description |
|---|
CommandArguments(ProtocolCommand command) |
public CommandArguments(ProtocolCommand command)
public ProtocolCommand getCommand()
public CommandArguments add(Rawable arg)
public CommandArguments add(byte[] arg)
public CommandArguments add(boolean arg)
public CommandArguments add(int arg)
public CommandArguments add(long arg)
public CommandArguments add(double arg)
public CommandArguments add(java.lang.String arg)
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.