| Package | Description |
|---|---|
| io.baltoro.client | |
| io.baltoro.ep | |
| io.baltoro.features |
| Modifier and Type | Method and Description |
|---|---|
static UserSession |
Baltoro.createSession() |
static UserSession |
Baltoro.getUserSession() |
| Modifier and Type | Method and Description |
|---|---|
static Future<?> |
Baltoro.callAsync(String appName,
UserSession session,
String path,
Class<?> returnType,
ParamInput input) |
static Future<?> |
Baltoro.callAsync(UserSession session,
String path,
Class<?> returnType,
ParamInput input) |
static <T> T |
Baltoro.callSync(UserSession session,
String path,
Class<T> returnType,
ParamInput input) |
| Constructor and Description |
|---|
CSRequestFilter(String appName,
UserSession session) |
CSResponseFilter(String appName,
UserSession session) |
| Constructor and Description |
|---|
CloudServer(String appName,
UserSession session) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractFilter.after(Object resturnObj,
WSTO to,
UserSession userSession) |
abstract void |
AbstractFilter.before(WSTO to,
UserSession userSession) |
Copyright © 2018. All rights reserved.