Uses of Class
com.ellucian.ethos.integration.client.EthosClientBuilder
-
Packages that use EthosClientBuilder Package Description com.ellucian.ethos.integration.client com.ellucian.ethos.integration.service -
-
Uses of EthosClientBuilder in com.ellucian.ethos.integration.client
Methods in com.ellucian.ethos.integration.client that return EthosClientBuilder Modifier and Type Method Description EthosClientBuilder
EthosClientBuilder. withConnectionRequestTimeout(Integer connectionRequestTimeout)
Sets the connection request timeout value to be used.EthosClientBuilder
EthosClientBuilder. withConnectionTimeout(Integer connectionTimeout)
Sets the connection timeout value to be used.EthosClientBuilder
EthosClientBuilder. withSocketTimeout(Integer socketTimeout)
Sets the socket timeout value to be used. -
Uses of EthosClientBuilder in com.ellucian.ethos.integration.service
Fields in com.ellucian.ethos.integration.service declared as EthosClientBuilder Modifier and Type Field Description protected EthosClientBuilder
EthosService. ethosClientBuilder
The EthosClientBuilder used by the subclasses to build the Ethos clients used by this service.Constructors in com.ellucian.ethos.integration.service with parameters of type EthosClientBuilder Constructor Description Builder(EthosClientBuilder ethosClientBuilder)
Instantiates this builder with the givenEthosClientBuilder
.EthosService(EthosClientBuilder ethosClientBuilder)
Constructs this service with the givenEthosClientBuilder
.
-