ForwardProxy

org.apache.pekko.stream.connectors.huawei.pushkit.ForwardProxy$
See theForwardProxy companion class
object ForwardProxy

Attributes

Companion
class
Source
HmsSettings.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Reads from the given config.

Reads from the given config.

Attributes

Source
HmsSettings.scala
def apply(host: String, port: Int, credentials: Option[ForwardProxyCredentials], trustPem: Option[ForwardProxyTrustPem]): ForwardProxy

Attributes

Source
HmsSettings.scala
def apply(host: String, port: Int): ForwardProxy

Attributes

Source
HmsSettings.scala
def apply(host: String, port: Int, credentials: Option[ForwardProxyCredentials]): ForwardProxy

Attributes

Source
HmsSettings.scala
def create(config: Config): ForwardProxy

Java API: Reads from the given config.

Java API: Reads from the given config.

Attributes

Source
HmsSettings.scala
def create(host: String, port: Int, credentials: Option[ForwardProxyCredentials], trustPem: Option[ForwardProxyTrustPem]): ForwardProxy

Java API.

Java API.

Attributes

Source
HmsSettings.scala
def create(host: String, port: Int): ForwardProxy

Java API.

Java API.

Attributes

Source
HmsSettings.scala
def create(host: String, port: Int, credentials: Option[ForwardProxyCredentials]): ForwardProxy

Java API.

Java API.

Attributes

Source
HmsSettings.scala