| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.client | |
| org.nuxeo.ecm.automation.client.jaxrs.impl | |
| org.nuxeo.ecm.automation.client.jaxrs.spi |
| Modifier and Type | Method and Description |
|---|---|
AutomationClient |
Session.getClient()
Get the client that created this session.
|
| 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 |
AbstractAutomationClient |
class |
AsyncAutomationClient |
class |
JavaClient
Abstract class for clients running on real JVMs.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationClient |
JavaSession.getClient() |
AutomationClient |
DefaultSession.getClient() |
Copyright © 2019. All rights reserved.