接口的使用
com.onlyoffice.model.common.RequestEntity
使用RequestEntity的程序包
程序包
说明
-
com.onlyoffice.manager.request中RequestEntity的使用
修饰符和类型方法说明<R> RDefaultRequestManager.executePostRequest(RequestedService requestedService, RequestEntity requestEntity, RequestManager.Callback<R> callback) <R> RDefaultRequestManager.executePostRequest(RequestedService requestedService, RequestEntity requestEntity, HttpClientSettings httpClientSettings, RequestManager.Callback<R> callback) <R> RDefaultRequestManager.executePostRequest(String url, RequestEntity requestEntity, Security security, HttpClientSettings httpClientSettings, RequestManager.Callback<R> callback) <R> RRequestManager.executePostRequest(RequestedService requestedService, RequestEntity requestEntity, RequestManager.Callback<R> callback) Executes a POST request to the specified service.<R> RRequestManager.executePostRequest(RequestedService requestedService, RequestEntity requestEntity, HttpClientSettings httpClientSettings, RequestManager.Callback<R> callback) Executes a POST request to the url.<R> RRequestManager.executePostRequest(String url, RequestEntity requestEntity, Security security, HttpClientSettings httpClientSettings, RequestManager.Callback<R> callback) Executes a POST request to the url. -
com.onlyoffice.model.commandservice中RequestEntity的使用
修饰符和类型类说明classDefines the request parameters that are sent to the "https://documentserver/coauthoring/CommandService.ashx" address where "documentserver" is the name of the server with the ONLYOFFICE Document Server installed. -
com.onlyoffice.model.convertservice中RequestEntity的使用