public class SendWriteRequestEndpoint
extends java.lang.Object
implements ej.rcommand.synchronous.Endpoint
Constructor and Description |
---|
SendWriteRequestEndpoint(BluetoothController controller) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
void |
readRequestBody(ej.rcommand.CommandReader reader) |
void |
writeResponseBody(ej.rcommand.CommandSender sender) |
public SendWriteRequestEndpoint(BluetoothController controller)
public java.lang.String getName()
getName
in interface ej.rcommand.synchronous.Endpoint
public void readRequestBody(ej.rcommand.CommandReader reader) throws java.io.IOException
readRequestBody
in interface ej.rcommand.synchronous.Endpoint
java.io.IOException
public void writeResponseBody(ej.rcommand.CommandSender sender) throws java.io.IOException
writeResponseBody
in interface ej.rcommand.synchronous.Endpoint
java.io.IOException