public class URLUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getHostnameFromURL(String string)
Get the host part from a URL
|
static String |
sanitizeURL(String url)
The client uses the mqtt://{host} url format so it's the same as the C client.
|
This documentation was released into the public domain.