| Modifier and Type | Method and Description |
|---|---|
static UaStackClient |
UaStackClient.create(UaStackClientConfig config)
Create a
UaStackClient with config. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UaStackClient> |
UaStackClient.connect()
Connect this
UaStackClient to the server in the configured endpoint. |
CompletableFuture<UaStackClient> |
UaStackClient.disconnect()
Disconnect this
UaStackClient from the server in the configured endpoint. |
| Constructor and Description |
|---|
DiscoveryClient(UaStackClient stackClient) |
| Constructor and Description |
|---|
UaStackClient(UaStackClientConfig config,
Function<UaStackClient,UaTransport> transportFactory) |
| Constructor and Description |
|---|
OpcHttpTransport(UaStackClient client) |
| Constructor and Description |
|---|
OpcClientTcpChannelInitializer(UaStackClient client,
CompletableFuture<ClientSecureChannel> handshake) |
OpcTcpTransport(UaStackClient client) |
| Modifier and Type | Method and Description |
|---|---|
static com.digitalpetri.netty.fsm.ChannelFsm |
ClientChannelFsm.newChannelFsm(UaStackClient client) |
| Constructor and Description |
|---|
UascClientAcknowledgeHandler(UaStackClient client,
CompletableFuture<ClientSecureChannel> handshakeFuture) |
| Constructor and Description |
|---|
OpcClientWebSocketBinaryFrameCodec(UaStackClient client,
CompletableFuture<ClientSecureChannel> handshake) |
OpcClientWebSocketChannelInitializer(UaStackClient client,
CompletableFuture<ClientSecureChannel> handshake) |
OpcWebSocketTransport(UaStackClient client) |
Copyright © 2022. All rights reserved.