| Package | Description |
|---|---|
| com.onlyoffice.client | |
| com.onlyoffice.manager.request | |
| com.onlyoffice.model.commandservice | |
| com.onlyoffice.model.convertservice | |
| com.onlyoffice.model.docbuilderservice |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ApacheHttpclientDocumentServerClient.authorizeRequest(org.apache.hc.core5.http.ClassicHttpRequest request,
RequestEntity requestEntity)
Authorizes a request by adding a JWT header if security key is configured.
|
protected org.apache.hc.core5.http.HttpEntity |
ApacheHttpclientDocumentServerClient.createEntity(RequestEntity requestEntity)
Creates an HTTP entity from the request entity, generating auth token if needed.
|
| Modifier and Type | Method and Description |
|---|---|
private org.apache.hc.client5.http.classic.methods.HttpPost |
DefaultRequestManager.createPostRequest(String url,
RequestEntity requestEntity,
Security security)
Deprecated.
|
<R> R |
DefaultRequestManager.executePostRequest(RequestedService requestedService,
RequestEntity requestEntity,
HttpClientSettings httpClientSettings,
RequestManager.Callback<R> callback)
Deprecated.
|
<R> R |
RequestManager.executePostRequest(RequestedService requestedService,
RequestEntity requestEntity,
HttpClientSettings httpClientSettings,
RequestManager.Callback<R> callback)
Deprecated.
|
<R> R |
DefaultRequestManager.executePostRequest(RequestedService requestedService,
RequestEntity requestEntity,
RequestManager.Callback<R> callback)
Deprecated.
|
<R> R |
RequestManager.executePostRequest(RequestedService requestedService,
RequestEntity requestEntity,
RequestManager.Callback<R> callback)
Deprecated.
|
<R> R |
DefaultRequestManager.executePostRequest(String url,
RequestEntity requestEntity,
Security security,
HttpClientSettings httpClientSettings,
RequestManager.Callback<R> callback)
Deprecated.
|
<R> R |
RequestManager.executePostRequest(String url,
RequestEntity requestEntity,
Security security,
HttpClientSettings httpClientSettings,
RequestManager.Callback<R> callback)
Deprecated.
|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
DocBuilderRequest |
Copyright © 2023–2025. All rights reserved.