- handleAccessTokenCB(String, Buffer) - 类 中的静态方法com.byhealth.h5.core.StatisticsService
-
处理AccessToken回调方法
- handleAccessTokenCB(EsbInnerRequestBean, Buffer, RoutingContext, Handler<Buffer>) - 类 中的静态方法com.byhealth.h5.esb.EsbService
-
处理AccessToken回调方法
- handleEsbRequest(EsbInnerRequestBean, HttpClientResponse, RoutingContext, Handler<Buffer>) - 类 中的静态方法com.byhealth.h5.esb.EsbService
-
处理ESB请求
- handleEsbRequestExceptoin(Throwable, RoutingContext, Handler<Buffer>) - 类 中的静态方法com.byhealth.h5.esb.EsbService
-
- handleEsbResponseData(EsbInnerRequestBean, Buffer, RoutingContext, Handler<Buffer>) - 类 中的静态方法com.byhealth.h5.esb.EsbService
-
处理ESB请求响应数据
- handleFileUpload(RoutingContext) - 类 中的方法com.byhealth.h5.core.FileService
-
处理文件上传
- handleFormat(String, String, RoutingContext) - 类 中的方法com.byhealth.h5.core.FileService
-
处理格式转换,把JSON格式的字符串转换成JSON对象(数据模型)。
- handleFormat(String, RoutingContext) - 类 中的方法com.byhealth.h5.core.HttpService
-
处理格式转换,把JSON格式的字符串转换成JSON对象(数据模型)。
- handleGetRequest(RoutingContext) - 类 中的方法com.byhealth.h5.core.HttpService
-
处理GET请求参数
- handleGetRequest(boolean, String, HttpClientResponse) - 类 中的静态方法com.byhealth.h5.core.StatisticsService
-
处理GET请求
- handleGetResponseData(boolean, String, Buffer) - 类 中的静态方法com.byhealth.h5.core.StatisticsService
-
处理GET请求响应的数据
- handleHttpResult(ApiReturnObject, RoutingContext) - 类 中的方法com.byhealth.h5.core.FileService
-
处理http请求结果,返回相应的数据并关闭http连接。
- handleHttpResult(ApiReturnObject, RoutingContext) - 类 中的静态方法com.byhealth.h5.core.HttpService
-
处理http请求结果,返回相应的数据并关闭http连接。
- handleRequestBody(RoutingContext) - 类 中的方法com.byhealth.h5.core.HttpService
-
处理PUT,DELETE,POST请求参数。
- handleStatisticsInfo(RoutingContext) - 类 中的静态方法com.byhealth.h5.core.StatisticsService
-
处理统计信息
- handleSubmitParams(String, RoutingContext) - 类 中的方法com.byhealth.h5.core.FileService
-
处理请求参数
- hasPriority2InvokeApi(RoutingContext) - 接口 中的方法com.byhealth.h5.core.ApiInterface
-
是否拥有接口调用的权限, 默认都拥有接口调用权限
- hasPriority2InvokeApi(RoutingContext) - 类 中的方法com.byhealth.h5.core.FileService
-
- hasPriority2InvokeApi(RoutingContext) - 类 中的方法com.byhealth.h5.core.HttpService
-
- HOST - 类 中的静态变量com.byhealth.h5.core.StatisticsService
-
host
- httpClient - 类 中的静态变量com.byhealth.h5.core.StatisticsService
-
Http客户端
- httpMethod - 类 中的变量com.byhealth.h5.esb.EsbRequestBean
-
请求的类型,目前只支持GET或者POST。
- httpServer - 类 中的变量com.byhealth.h5.core.WebService
-
HttpServer实例
- HttpService<T extends BaseModel> - com.byhealth.h5.core中的类
-
Http服务类,对http请求进行拦截,转换输入格式,并转发给相应的Restful服务对象。
- HttpService(WebService) - 类 的构造器com.byhealth.h5.core.HttpService
-
构造方法