Class IdpClientViaHttpProxyConfigBuilder
java.lang.Object
org.projecthusky.xua.communication.config.impl.IdpClientViaHttpProxyConfigBuilder
- All Implemented Interfaces:
ClientConfigBuilder
Class implementing the interface ClientConfigBuilder serving as builder to create config for client to communicate via a proxy.
Klasse die das Interface ClienConfiguilder implementiert. Dient dazu eine Client Konfiguration zu bilden für die Kommunikation über einen Proxy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Method to create config.Method to setproxyPort
(int aProxyPort) Method to setproxyProtocol
(String aProxyProtocol) Method to setMethod to set the enpoint URI. Methode um die Enpunkt URI zu bilden.
-
Constructor Details
-
IdpClientViaHttpProxyConfigBuilder
public IdpClientViaHttpProxyConfigBuilder()Default constructor
-
-
Method Details
-
create
Method to create config.- Returns:
- the buildet config
-
proxyHost
Method to set- Parameters:
aProxyHost
- the proxy host- Returns:
- this instance of the builder
-
proxyPort
Method to set- Parameters:
aProxyPort
- the proxy port- Returns:
- this instance of the builder
-
proxyProtocol
Method to set- Parameters:
aProxyProtocol
- the proxy protocol- Returns:
- this instance of the builder
-
url
Description copied from interface:ClientConfigBuilder
Method to set the enpoint URI.Methode um die Enpunkt URI zu bilden.- Specified by:
url
in interfaceClientConfigBuilder
- Parameters:
aEndpointUrl
-the enpoint URI to be set.Die Enpunkt URI die zu setzen ist.- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-