| Interface and Description |
|---|
| ClientInvoker
There is no use of this interface in our codebase, it will be removed in the future releases. If you
depend on it, consider replicating a similar interface in your codebase.
|
| HttpApiConversions.ServiceAdapterHolder
this interface is not needed anymore and will be removed in a future version with no replacement.
|
| HttpDeserializer |
| HttpSerializationProvider |
| HttpSerializer |
| PartitionedHttpClientBuilder
We are unaware of anyone using "partition" feature and plan to remove it in future releases.
If you depend on it, consider using
ClientGroup as an alternative or reach out to the maintainers describing
the use-case. |
| PartitionHttpClientBuilderConfigurator |
| Class and Description |
|---|
| ContentCodingHttpRequesterFilter |
| ContentCodingHttpServiceFilter |
| HttpSerializationProviders
Use
HttpSerializers. |
| StrategyInfluencerChainBuilder
Merge
ExecutionStrategy directly instead. |
| Field and Description |
|---|
| io.servicetalk.http.api.HttpContextKeys.HTTP_TARGET_ADDRESS_BEHIND_PROXY
Use
TransportObserverConnectionFactoryFilter to configure TransportObserver and then
listen ConnectionObserver.onProxyConnect(Object) callback to distinguish between a regular connection and
a connection to the secure HTTP proxy tunnel. For clear text HTTP proxies, consider installing a custom client
filter that will populate HttpMetaData.context() with a similar key or reach out to the
ServiceTalk developers to discuss ideas. |