DeviceProxy

Represents the http/s proxy configuration that will be applied to a device during a run.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hostname or IPv4 address of the proxy.

Link copied to clipboard
val port: Int

The port number on which the http/s proxy is listening.

Functions

Link copied to clipboard
inline fun copy(block: DeviceProxy.Builder.() -> Unit = {}): DeviceProxy
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String