程序包的使用
cn.taketoday.web.service.invoker
程序包
说明
Classes supporting the
cn.taketoday.web.client package.Classes supporting the
cn.taketoday.web.reactive.function.client package.Support for creating a client proxy for an HTTP service annotated with
HttpExchange methods.-
类说明Contract to abstract an HTTP client from HttpServiceProxyFactory and make it pluggable.Container for HTTP request values extracted from an
@HttpExchange-annotated method and argument values passed to it. -
类说明Convenient base class for a
ReactorHttpExchangeAdapterimplementation adapting to the synchronousHttpExchangeAdaptercontract.Contract to abstract an HTTP client from HttpServiceProxyFactory and make it pluggable.Container for HTTP request values extracted from an@HttpExchange-annotated method and argument values passed to it.Contract to abstract a reactive, HTTP client from HttpServiceProxyFactory and make it pluggable. -
类说明Base class for arguments that resolve to a named request value such as a request header, path variable, cookie, and others.Info about a request value, typically extracted from a method parameter annotation.Contract to abstract an HTTP client from HttpServiceProxyFactory and make it pluggable.Container for HTTP request values extracted from an
@HttpExchange-annotated method and argument values passed to it.Builder forHttpRequestValues.Resolve an argument from an@HttpExchange-annotated method to one or more HTTP request values.Implements the invocation of an@HttpExchange-annotated,HTTP service proxymethod by delegating to anHttpExchangeAdapterto perform actual requests.Factory forHttpRequestValueswith values extracted from the type and method-level@HttpRequestannotations.Execute a request, obtain a response, and adapt to the expected return type.Factory to create a client proxy from an HTTP service interface with@HttpExchangemethods.Builder to create anHttpServiceProxyFactory.HttpRequestValuesextension for use withReactorHttpExchangeAdapter.Builder forReactiveHttpRequestValues.Contract to abstract a reactive, HTTP client from HttpServiceProxyFactory and make it pluggable.