类 HttpServiceMethod

java.lang.Object
cn.taketoday.web.service.invoker.HttpServiceMethod

final class HttpServiceMethod extends Object
Implements the invocation of an @HttpExchange-annotated, HTTP service proxy method by delegating to an HttpExchangeAdapter to perform actual requests.
从以下版本开始:
4.0
作者:
Rossen Stoyanchev, Sebastien Deleuze, Olga Maciaszek-Sharma, Harry Yang