| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiplexingClientService
The
MultiplexingClientService is a broker for service requests
from various web clients. |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,ADEPT2ClientService> |
MultiplexingClientService.sessionServiceMapping
Mapping between a user-session-ID and an ADEPT2 client service.
|
| Modifier and Type | Method and Description |
|---|---|
ADEPT2ClientService |
MultiplexingClientService.getClientService()
Returns the ADEPT2ClientService which was mapped in
addClientService or null if none was found. |
ADEPT2ClientService |
MultiplexingClientService.getClientService(SessionToken session)
This method can be called to receive the
ADEPT2ClientService
which is mapped to the user session ID in the additionalAttributes of the
SessionToken. |
ADEPT2ClientService |
MultiplexingClientService.getClientServiceOrException()
Returns the ADEPT2ClientService which was mapped in
addClientService or throws an
IllegalStateException if no client session context is
available. |