| Constructor and Description | 
|---|
SendWriteRequestEndpoint(BluetoothController controller)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Gets the name of the endpoint corresponding to the command it responds. 
 | 
void | 
readRequestBody(CommandReader reader)  | 
void | 
writeResponseBody(CommandSender sender)  | 
public SendWriteRequestEndpoint(BluetoothController controller)
public String getName()
Endpointpublic void readRequestBody(CommandReader reader) throws IOException
readRequestBody in interface EndpointIOExceptionpublic void writeResponseBody(CommandSender sender) throws IOException
writeResponseBody in interface EndpointIOException