public class SendReadRequestEndpoint
extends java.lang.Object
implements ej.rcommand.synchronous.Endpoint
| Constructor and Description |
|---|
SendReadRequestEndpoint(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 SendReadRequestEndpoint(BluetoothController controller)
public java.lang.String getName()
getName in interface ej.rcommand.synchronous.Endpointpublic void readRequestBody(ej.rcommand.CommandReader reader)
throws java.io.IOException
readRequestBody in interface ej.rcommand.synchronous.Endpointjava.io.IOExceptionpublic void writeResponseBody(ej.rcommand.CommandSender sender)
throws java.io.IOException
writeResponseBody in interface ej.rcommand.synchronous.Endpointjava.io.IOException