Class IdpClientViaHttpProxyConfigImpl
java.lang.Object
org.projecthusky.xua.communication.config.impl.AbstractClientConfig
org.projecthusky.xua.communication.config.impl.IdpClientViaHttpProxyConfigImpl
- All Implemented Interfaces:
ClientConfig
,IdpClientConfig
public class IdpClientViaHttpProxyConfigImpl
extends AbstractClientConfig
implements IdpClientConfig
Implementation class of Interface IdpClientViaHttpProxyConfig
Implementations Klasse von Interface IdpClientViaHttpProxyConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to getint
Method to getMethod to getvoid
setProxyHost
(String proxyHost) Method to setvoid
setProxyPort
(int proxyPort) Method to setvoid
setProxyProtocol
(String proxyProtocol) Method to setMethods inherited from class org.projecthusky.xua.communication.config.impl.AbstractClientConfig
getUrl, setUrl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.projecthusky.xua.communication.config.ClientConfig
getUrl, setUrl
-
Constructor Details
-
IdpClientViaHttpProxyConfigImpl
protected IdpClientViaHttpProxyConfigImpl()Default constructor
-
-
Method Details
-
getProxyHost
Method to get- Returns:
- the proxyHost
-
getProxyPort
public int getProxyPort()Method to get- Returns:
- the proxyPort
-
getProxyProtocol
Method to get- Returns:
- the proxyProtocol
-
setProxyHost
Method to set- Parameters:
proxyHost
- the proxy host
-
setProxyPort
public void setProxyPort(int proxyPort) Method to set- Parameters:
proxyPort
- the proxy host
-
setProxyProtocol
Method to set- Parameters:
proxyProtocol
- the proxy protocol
-