类 ExchangeFunctions
java.lang.Object
cn.taketoday.web.reactive.function.client.ExchangeFunctions
Static factory methods to create an
ExchangeFunction.- 从以下版本开始:
- 4.0
- 作者:
- Arjen Poutsma, Rossen Stoyanchev, Harry Yang
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ExchangeFunctioncreate(ClientHttpConnector connector) Create anExchangeFunctionwith the givenClientHttpConnector.static ExchangeFunctioncreate(ClientHttpConnector connector, ExchangeStrategies strategies) Create anExchangeFunctionwith the givenClientHttpConnectorandExchangeStrategies.
-
字段详细资料
-
log
private static final cn.taketoday.logging.Logger log
-
-
构造器详细资料
-
ExchangeFunctions
public ExchangeFunctions()
-
-
方法详细资料
-
create
Create anExchangeFunctionwith the givenClientHttpConnector. This is the same as callingcreate(ClientHttpConnector, ExchangeStrategies)and passingExchangeStrategies.withDefaults().- 参数:
connector- the connector to use for connecting to servers- 返回:
- the created
ExchangeFunction
-
create
Create anExchangeFunctionwith the givenClientHttpConnectorandExchangeStrategies.- 参数:
connector- the connector to use for connecting to serversstrategies- theExchangeStrategiesto use- 返回:
- the created
ExchangeFunction
-