Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.objects.ServerCapabilitiesType
Packages that use ServerCapabilitiesType
-
Uses of ServerCapabilitiesType in org.eclipse.milo.opcua.sdk.client.model.objects
Classes in org.eclipse.milo.opcua.sdk.client.model.objects that implement ServerCapabilitiesTypeMethods in org.eclipse.milo.opcua.sdk.client.model.objects that return ServerCapabilitiesTypeModifier and TypeMethodDescriptionServerType.getServerCapabilitiesNode()Get the ServerCapabilitiesServerCapabilitiesTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type ServerCapabilitiesTypeModifier and TypeMethodDescriptionCompletableFuture<? extends ServerCapabilitiesType>ServerType.getServerCapabilitiesNodeAsync()Asynchronous implementation ofServerType.getServerCapabilitiesNode().