Public Member Functions | |
| PiMulticastClient () | |
| PiMulticastClient (int port) | |
Public Member Functions inherited from com.trouch.webiopi.client.PiCoapClient | |
| PiCoapClient (String host) | |
| PiCoapClient (String host, int port) | |
| String | sendRequest (String method, String path) throws Exception |
Public Member Functions inherited from com.trouch.webiopi.client.PiClient | |
| PiClient (String protocol, String host, int port) | |
| void | setCredentials (String login, String password) |
| abstract String | sendRequest (String method, String path) throws Exception |
Additional Inherited Members | |
Static Public Member Functions inherited from com.trouch.webiopi.client.PiClient | |
| static String | encodeCredentials (String login, String password) |
Static Public Attributes inherited from com.trouch.webiopi.client.PiCoapClient | |
| static final int | DEFAULT_PORT = 5683 |
Protected Attributes inherited from com.trouch.webiopi.client.PiClient | |
| String | urlBase |
| String | auth |
Definition at line 17 of file PiMulticastClient.java.
| com.trouch.webiopi.client.PiMulticastClient.PiMulticastClient | ( | ) |
Definition at line 19 of file PiMulticastClient.java.
References com.trouch.webiopi.client.PiCoapClient.DEFAULT_PORT.
| com.trouch.webiopi.client.PiMulticastClient.PiMulticastClient | ( | int | port | ) |
Definition at line 23 of file PiMulticastClient.java.
1.8.8