| Package | Description |
|---|---|
| org.kie.server.controller.client | |
| org.kie.server.controller.client.rest | |
| org.kie.server.controller.client.websocket |
| Modifier and Type | Method and Description |
|---|---|
static KieServerControllerClient |
KieServerControllerClientFactory.newRestClient(String controllerUrl,
String login,
String password)
Creates a new Kie Controller Client using REST based service
|
static KieServerControllerClient |
KieServerControllerClientFactory.newRestClient(String controllerUrl,
String login,
String password,
org.kie.server.api.marshalling.MarshallingFormat format)
Creates a new Kie Controller Client using REST based service
|
static KieServerControllerClient |
KieServerControllerClientFactory.newRestClient(String controllerUrl,
String login,
String password,
org.kie.server.api.marshalling.MarshallingFormat format,
javax.ws.rs.core.Configuration configuration)
Creates a new Kie Controller Client using REST based service
|
static KieServerControllerClient |
KieServerControllerClientFactory.newWebSocketClient(String controllerUrl,
String token,
EventHandler handler)
Creates a new Kie Controller Client using Web Socket based service
|
static KieServerControllerClient |
KieServerControllerClientFactory.newWebSocketClient(String controllerUrl,
String login,
String password)
Creates a new Kie Controller Client using Web Socket based service
|
static KieServerControllerClient |
KieServerControllerClientFactory.newWebSocketClient(String controllerUrl,
String login,
String password,
EventHandler handler)
Creates a new Kie Controller Client using Web Socket based service
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestKieServerControllerClient |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketKieServerControllerClient |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.