ProxyOptions Class 
	- java.lang. Object 
- com.microsoft. azure. sdk. iot. service. ProxyOptions 
 
- com.
public class ProxyOptions
The settings supported by this SDK when communicating to IoT Hub through a proxy. HTTP proxies are supported by this SDK, but only if the proxy does not require authentication.
Constructor Summary
| Constructor | Description | 
|---|---|
| ProxyOptions(Proxy proxy) | Create the proxy options for connecting to a proxy | 
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getHostName() | 
| int | getPort() | 
Methods inherited from java.lang.Object
Constructor Details
ProxyOptions
public ProxyOptions(Proxy proxy)
Create the proxy options for connecting to a proxy
Parameters:
Method Details
getHostName
public String getHostName()
Returns:
getPort
public int getPort()