| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.client.jaxrs.impl | |
| org.nuxeo.ecm.automation.client.jaxrs.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpAutomationClient
TOUTATICE update
This class directly extends AbstractAutomationClient instead of
AsyncAutomationClient (performance issue during shutdown ( delay of 2 s. with
java synchronization)
redefines getSession() in order to share the registry between
clients (perf. issues)
introduces a StreamedSession for large files
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncAutomationClient |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractAutomationClient |
DefaultSession.client |
| Constructor and Description |
|---|
DefaultSession(AbstractAutomationClient client,
Connector connector,
LoginInfo login) |
StreamedSession(AbstractAutomationClient client,
Connector connector,
LoginInfo login) |
Copyright © 2018. All rights reserved.