Class DisconnectEndpoint
- java.lang.Object
-
- ej.library.iot.rcommand.bluetooth.commands.DisconnectEndpoint
-
-
Constructor Summary
Constructors Constructor Description DisconnectEndpoint(BluetoothController controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the name of the endpoint corresponding to the command it responds.voidreadRequestBody(CommandReader reader)voidwriteResponseBody(CommandSender sender)
-
-
-
Constructor Detail
-
DisconnectEndpoint
public DisconnectEndpoint(BluetoothController controller)
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:EndpointGets the name of the endpoint corresponding to the command it responds.
-
readRequestBody
public void readRequestBody(CommandReader reader) throws IOException
- Specified by:
readRequestBodyin interfaceEndpoint- Throws:
IOException
-
writeResponseBody
public void writeResponseBody(CommandSender sender) throws IOException
- Specified by:
writeResponseBodyin interfaceEndpoint- Throws:
IOException
-
-