ProxyOptions Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.ProxyOptions

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
String getHostName()
int getPort()

Constructor Details

ProxyOptions

public ProxyOptions(Proxy proxy)

Create the proxy options for connecting to a proxy

Parameters:

proxy - the proxy to communicate through

Method Details

getHostName

public String getHostName()

Returns:

the saved proxy hostname

getPort

public int getPort()

Applies to