ProxyOptions Class

Definition

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.

public class ProxyOptions
Inheritance
java.lang.Object
ProxyOptions

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) 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(long) java.lang.Object.wait(long,int)

Constructors

ProxyOptions(Proxy proxy)

Create the proxy options for connecting to a proxy

Methods

getHostName()
getPort()

Applies to