| Interface | Description |
|---|---|
| IConnection |
IConnection interface.
|
| IConnection.IMessageListener |
Message listener interface
|
| ITransportChannel |
ITransportChannel interface.
|
| TcpConnection.ExecutorProvider |
Provides an Executor to be used for message decoding and potential other tasks.
|
| TcpConnection.ReverseConnectionProvider |
Provides "ReverseHello" socket connections for
TcpConnection. |
| TcpConnection.SocketFactory |
Allows implementing custom
TcpConnection.SocketWrapper implementations to allow usage of custom
Sockets (or anything that can be abstracted as input output stream). |
| TcpConnection.SocketWrapper |
A wrapper for a
Socket or anything that can be made to same abstraction. |
| Class | Description |
|---|---|
| OpcTcpSettings |
Settings used when making opc.tcp connections.
|
| SecureChannelTcp |
Client's Secure Channel connection to an endpoint.
|
| SequenceNumber |
Secure Channel sequence number
|
| TcpConnection |
This class implements OPC UA Secure Conversation (UASC) for client to server communication.
|
| TcpConnection.DefaultExecutorProvider |
The default implementation, which always returns StackUtils.getBlockingWorkExecutor().
|
| TcpConnection.DefaultReverseConnectionProvider |
The
TcpConnection.ReverseConnectionProvider that TcpConnection uses by default. |
| TcpConnection.DefaultSocketFactory |
The
TcpConnection.SocketFactory that TcpConnection uses by default. |
| TcpConnection.DelegatingSocketWrapper |
Simple implementation of
TcpConnection.SocketWrapper that delegates the all calls to the given
Socket. |
| TcpConnectionLimits |
Negotiated connection limits.
|
| TcpMessageLimits |
TcpMessageLimits class.
|
| TcpQuotas |
Tcp connection quotas.
|
| Enum | Description |
|---|---|
| ITransportChannel.TransportChannelFeature | |
| OpcTcpSettings.Flag |
Copyright © 2026. All rights reserved.