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.StreamingHttpService
that adapts anotherservice
to the streaming programming model.Deprecated.HttpExecutionStrategy
that should be used to invoke the service returned byadaptor()
.
-
Method Details
-
adaptor
StreamingHttpService adaptor()Deprecated.StreamingHttpService
that adapts anotherservice
to the streaming programming model. ThisStreamingHttpService
should only be invoked using theHttpExecutionStrategy
returned fromserviceInvocationStrategy()
.- Returns:
StreamingHttpService
that adapts anotherservice
to the streaming programming model.
-
serviceInvocationStrategy
HttpExecutionStrategy serviceInvocationStrategy()Deprecated.HttpExecutionStrategy
that should be used to invoke the service returned byadaptor()
.- Returns:
HttpExecutionStrategy
for this adapter.
-