程序包 com.alibaba.nacos.common.http.client.handler
-
接口概要 接口 说明 ResponseHandler<T> Response Handler abstract interface, the actual processing of the response conversion is done by a concrete implementation class. -
类概要 类 说明 AbstractResponseHandler<T> Abstract response handler.BeanResponseHandler<T> bean response handler, Mainly converter response type as bean type.RestResultResponseHandler<T> RestResult response handler, Mainly converter response type asRestResulttype.StringResponseHandler string response handler, Mainly converter response type as string type.