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

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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