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 getintMethod to getMethod to getvoidsetProxyHost(String proxyHost) Method to setvoidsetProxyPort(int proxyPort) Method to setvoidsetProxyProtocol(String proxyProtocol) Method to setMethods inherited from class org.projecthusky.xua.communication.config.impl.AbstractClientConfig
getUrl, setUrlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-