| Package | Description |
|---|---|
| com.onlyoffice.manager.request | |
| com.onlyoffice.model.commandservice | |
| com.onlyoffice.model.convertservice |
| Modifier and Type | Method and Description |
|---|---|
private org.apache.hc.client5.http.classic.methods.HttpPost |
DefaultRequestManager.createPostRequest(String url,
RequestEntity requestEntity,
Security security) |
<R> R |
DefaultRequestManager.executePostRequest(RequestedService requestedService,
RequestEntity requestEntity,
HttpClientSettings httpClientSettings,
RequestManager.Callback<R> callback) |
<R> R |
RequestManager.executePostRequest(RequestedService requestedService,
RequestEntity requestEntity,
HttpClientSettings httpClientSettings,
RequestManager.Callback<R> callback)
Executes a POST request to the url.
|
<R> R |
DefaultRequestManager.executePostRequest(RequestedService requestedService,
RequestEntity requestEntity,
RequestManager.Callback<R> callback) |
<R> R |
RequestManager.executePostRequest(RequestedService requestedService,
RequestEntity requestEntity,
RequestManager.Callback<R> callback)
Executes a POST request to the specified service.
|
<R> R |
DefaultRequestManager.executePostRequest(String url,
RequestEntity requestEntity,
Security security,
HttpClientSettings httpClientSettings,
RequestManager.Callback<R> callback) |
<R> R |
RequestManager.executePostRequest(String url,
RequestEntity requestEntity,
Security security,
HttpClientSettings httpClientSettings,
RequestManager.Callback<R> callback)
Executes a POST request to the url.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandRequest
Defines the request parameters that are sent to the "https://documentserver/command"
address where "documentserver" is the name of the server with the ONLYOFFICE Document Server installed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConvertRequest |
Copyright © 2023–2024. All rights reserved.