Package com.slack.api.util.http
Class ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
- java.lang.Object
-
- com.slack.api.util.http.ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
-
- Enclosing class:
- ProxyUrlUtil.ProxyUrl
public static class ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxyUrlUtil.ProxyUrl
build()
ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
host(String host)
ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
password(String password)
ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
port(Integer port)
ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
schema(String schema)
String
toString()
ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
username(String username)
-
-
-
Method Detail
-
schema
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder schema(String schema)
- Returns:
this
.
-
username
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder username(String username)
- Returns:
this
.
-
password
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder password(String password)
- Returns:
this
.
-
host
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder host(String host)
- Returns:
this
.
-
port
public ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder port(Integer port)
- Returns:
this
.
-
build
public ProxyUrlUtil.ProxyUrl build()
-
-