Package com.slack.api.util.http
Class ProxyUrlUtil.ProxyUrl
java.lang.Object
com.slack.api.util.http.ProxyUrlUtil.ProxyUrl
- Enclosing class:
- ProxyUrlUtil
public static class ProxyUrlUtil.ProxyUrl extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyUrlUtil.ProxyUrl.ProxyUrlBuilder -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetHost()StringgetPassword()IntegergetPort()StringgetSchema()StringgetUsername()inthashCode()voidsetHost(String host)voidsetPassword(String password)voidsetPort(Integer port)voidsetSchema(String schema)voidsetUsername(String username)StringtoString()StringtoUrlWithoutUserAndPassword()
-
Constructor Details
-
Method Details