Class ProxyConfiguration
java.lang.Object
com.predic8.membrane.core.transport.http.client.ProxyConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe "Basic" authentication scheme defined in RFC 2617 does not properly define how to treat non-ASCII characters.getHost()intgetPort()inthashCode()booleanvoidsetAuthentication(boolean authentication) voidvoidsetPassword(String password) voidsetPort(int proxyPort) voidsetSslParser(SSLParser sslParser) voidsetUsername(String username)
-
Field Details
-
ATTRIBUTE_ACTIVE
- See Also:
-
ATTRIBUTE_AUTHENTICATION
- See Also:
-
-
Constructor Details
-
ProxyConfiguration
public ProxyConfiguration()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int proxyPort) -
getPassword
-
setPassword
-
getUsername
-
setUsername
-
isAuthentication
public boolean isAuthentication() -
setAuthentication
public void setAuthentication(boolean authentication) -
getSslParser
-
setSslParser
-
getCredentials
The "Basic" authentication scheme defined in RFC 2617 does not properly define how to treat non-ASCII characters.
-