public class PollEventCommand
extends ej.rcommand.synchronous.Command<byte[]>
| Constructor and Description |
|---|
PollEventCommand() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
byte[] |
readResponseInternal(ej.rcommand.CommandReader reader) |
void |
writeBody(ej.rcommand.CommandSender sender) |
public java.lang.String getName()
getName in class ej.rcommand.synchronous.Command<byte[]>public void writeBody(ej.rcommand.CommandSender sender)
throws java.io.IOException
writeBody in class ej.rcommand.synchronous.Command<byte[]>java.io.IOExceptionpublic byte[] readResponseInternal(ej.rcommand.CommandReader reader)
throws java.io.IOException
readResponseInternal in class ej.rcommand.synchronous.Command<byte[]>java.io.IOException