Package io.servicetalk.http.api
Interface HttpApiConversions.ServiceAdapterHolder
- Enclosing class:
- HttpApiConversions
Deprecated.
this interface is not needed anymore and will be removed in a future version with no replacement.
A holder for
StreamingHttpService that adapts another service to the streaming programming model.-
Method Summary
Modifier and TypeMethodDescriptionadaptor()Deprecated.StreamingHttpServicethat adapts anotherserviceto the streaming programming model.Deprecated.HttpExecutionStrategythat should be used to invoke the service returned byadaptor().
-
Method Details
-
adaptor
StreamingHttpService adaptor()Deprecated.StreamingHttpServicethat adapts anotherserviceto the streaming programming model. ThisStreamingHttpServiceshould only be invoked using theHttpExecutionStrategyreturned fromserviceInvocationStrategy().- Returns:
StreamingHttpServicethat adapts anotherserviceto the streaming programming model.
-
serviceInvocationStrategy
HttpExecutionStrategy serviceInvocationStrategy()Deprecated.HttpExecutionStrategythat should be used to invoke the service returned byadaptor().- Returns:
HttpExecutionStrategyfor this adapter.
-