接口 ExchangeStrategies.Builder
- 所有已知实现类:
DefaultExchangeStrategiesBuilder
- 封闭接口:
- ExchangeStrategies
public static interface ExchangeStrategies.Builder
A mutable builder for an
ExchangeStrategies.-
方法概要
修饰符和类型方法说明build()Builds theExchangeStrategies.codecs(Consumer<ClientCodecConfigurer> consumer) Customize the list of client-side HTTP message readers and writers.
-
方法详细资料
-
codecs
Customize the list of client-side HTTP message readers and writers.- 参数:
consumer- the consumer to customize the codecs- 返回:
- this builder
-
build
ExchangeStrategies build()Builds theExchangeStrategies.- 返回:
- the built strategies
-