| Package | Description |
|---|---|
| com.onlyoffice.manager.request | |
| com.onlyoffice.manager.url | |
| com.onlyoffice.service.command | |
| com.onlyoffice.service.convert |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultUrlManager.getServiceUrl(RequestedService requestedService) |
String |
UrlManager.getServiceUrl(RequestedService requestedService)
Returns the URL to the service using the requested service properties specified in the request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCommandService |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConvertService |
Copyright © 2023–2024. All rights reserved.