| Interface | Description |
|---|---|
| IStatefulObject<T,E extends Throwable> |
IStatefulObject interface.
|
| StateListener<StateType> |
Listener for state changes
|
| Class | Description |
|---|---|
| AbstractState<T,E extends Throwable> |
This is a default implementation to
IStatefulObject. |
| AbstractStructure |
A base class for Structure implementations.
|
| AbstractStructure.Builder |
Base builder implementation for Structures.
|
| AttributesUtil |
Contains util functions for handling Attribute Ids.
|
| BijectionMap<L,R> |
Bijection map is a 1:1 binding of 2-tuples.
|
| BouncyCastleUtils | Deprecated
use methods from
CryptoUtil and CertificateUtils instead. |
| CertificateUtils |
A utility class for generating self-signed certificates for UA clients and servers and for using
them.
|
| Charsets | Deprecated
use
StandardCharsets instead. |
| ConcurrentBijectionMap<L,R> |
Bijection map is a 1:1 binding of 2-tuples.
|
| CryptoUtil |
This class contains Cryptographic utilities used by the OPC UA SDK.
|
| CurrentThreadExecutor |
Executor that executes commands immediately in invokers thread.
|
| EndpointUtil |
Discovery client enumerates endpoints.
|
| FileUtil |
FileUtil class.
|
| IncubationQueue<T> | Deprecated
This internal class is no longer used and will be removed in a future update.
|
| InternalStructureUtils |
Methods in this class shall only be called by the SDK itself or by Codegen code, but are needed
from multiple package thus public.
|
| LimitedByteArrayOutputStream |
A ByteArrayOutputStream that has a maximum size limit, after which it will throw
EncodingLimitsExceededIoException if more is tried to be written. |
| MultiDimensionArrayUtils |
Multi-dimension array utils.
|
| MultiDimensionArrayUtils.ArrayIterator<T> | |
| NumericRange |
A helper class for defining index ranges according to the OPC UA specification.
|
| ObjectUtils | Deprecated
use methods from
Objects instead. |
| OSUtil |
A utility class dealing with operating system specific functions.
|
| ReflectionUtils |
ReflectionUtils class.
|
| SizeCalculationOutputStream |
An OutputStream that only calculates the number of bytes written to it.
|
| StackUtils |
Utility methods for the OPC UA Java Stack.
|
| State<T> |
An
AbstractState subtype with the error type set as RuntimeException. |
| StreamUtil |
StreamUtil class.
|
| StringUtils |
Utility functions for manipulating string data.
|
| TimerUtil |
TimerUtil class.
|
| XMLFactoryCache |
A cache for XXXFactory instances which are needed in XML processing.
|
| Exception | Description |
|---|---|
| EncodingLimitsExceededIoException |
| Annotation Type | Description |
|---|---|
| Description |
Description
|
Copyright © 2026. All rights reserved.