Public Member Functions | |
PiMulticastClient () | |
PiMulticastClient (int port) | |
![]() | |
PiCoapClient (String host) | |
PiCoapClient (String host, int port) | |
String | sendRequest (String method, String path) throws Exception |
![]() | |
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 String | encodeCredentials (String login, String password) |
![]() | |
static final int | DEFAULT_PORT = 5683 |
![]() | |
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.