type

public abstract ProxyOptions.Builder type(ProxyType type)

Setter for type.

type: Proxy type. Defaults to HTTP if unspecified.


@CanIgnoreReturnValue()
public ProxyOptions.Builder type(ProxyType.Known knownType)

Setter for type given a known enum.

type: Proxy type. Defaults to HTTP if unspecified.


@CanIgnoreReturnValue()
public ProxyOptions.Builder type(String type)

Setter for type given a string.

type: Proxy type. Defaults to HTTP if unspecified.