Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.objects.ConnectionTransportType
Packages that use ConnectionTransportType
-
Uses of ConnectionTransportType in org.eclipse.milo.opcua.sdk.client.model.objects
Subinterfaces of ConnectionTransportType in org.eclipse.milo.opcua.sdk.client.model.objectsModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.eclipse.milo.opcua.sdk.client.model.objects that implement ConnectionTransportTypeModifier and TypeClassDescriptionclassclassclassMethods in org.eclipse.milo.opcua.sdk.client.model.objects that return ConnectionTransportTypeModifier and TypeMethodDescriptionPubSubConnectionType.getTransportSettingsNode()Get the TransportSettingsConnectionTransportTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type ConnectionTransportTypeModifier and TypeMethodDescriptionCompletableFuture<? extends ConnectionTransportType>PubSubConnectionType.getTransportSettingsNodeAsync()Asynchronous implementation ofPubSubConnectionType.getTransportSettingsNode().