java.lang.Object
org.eclipse.milo.opcua.sdk.client.BrowseHelper

public class BrowseHelper extends Object
"Helper" functions for doing a Browse followed by as many BrowseNext calls as are necessary to retrieve all the references.
  • Method Summary

    Modifier and Type
    Method
    Description
    static CompletableFuture<List<org.eclipse.milo.opcua.stack.core.types.structured.ReferenceDescription>>
    browse(OpcUaClient client, OpcUaSession session, org.eclipse.milo.opcua.stack.core.types.structured.BrowseDescription browseDescription, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReferencesPerNode)
     
    static CompletableFuture<List<org.eclipse.milo.opcua.stack.core.types.structured.ReferenceDescription>>
    browse(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.structured.BrowseDescription browseDescription, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReferencesPerNode)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • browse

      public static CompletableFuture<List<org.eclipse.milo.opcua.stack.core.types.structured.ReferenceDescription>> browse(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.structured.BrowseDescription browseDescription, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReferencesPerNode)
    • browse

      public static CompletableFuture<List<org.eclipse.milo.opcua.stack.core.types.structured.ReferenceDescription>> browse(OpcUaClient client, OpcUaSession session, org.eclipse.milo.opcua.stack.core.types.structured.BrowseDescription browseDescription, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxReferencesPerNode)