Uses of Interface
org.opcfoundation.ua.transport.AsyncResult

Packages that use AsyncResult
org.opcfoundation.ua.application The code in this package is for application developer. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
org.opcfoundation.ua.transport.endpoint Endpoint related classes 
org.opcfoundation.ua.transport.https Code for creating a HTTPS based secure channel 
org.opcfoundation.ua.transport.impl This package contains SecureChannel related implementations 
org.opcfoundation.ua.transport.tcp.io   
org.opcfoundation.ua.utils Utility classes 
 

Uses of AsyncResult in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application that return AsyncResult
 AsyncResult<SecureChannel> SessionChannel.closeAsync()
          Close the session and the secure channel asynchronously.
 AsyncResult<ServiceResponse> SessionChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 

Uses of AsyncResult in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return AsyncResult
 AsyncResult ChannelService.ActivateSessionAsync(ActivateSessionRequest req)
          Asynchronous ActivateSession service request.
 AsyncResult ChannelService.ActivateSessionAsync(RequestHeader RequestHeader, SignatureData ClientSignature, SignedSoftwareCertificate[] ClientSoftwareCertificates, String[] LocaleIds, ExtensionObject UserIdentityToken, SignatureData UserTokenSignature)
          Asynchronous ActivateSession service request.
 AsyncResult ChannelService.AddNodesAsync(AddNodesRequest req)
          Asynchronous AddNodes service request.
 AsyncResult ChannelService.AddNodesAsync(RequestHeader RequestHeader, AddNodesItem... NodesToAdd)
          Asynchronous AddNodes service request.
 AsyncResult ChannelService.AddReferencesAsync(AddReferencesRequest req)
          Asynchronous AddReferences service request.
 AsyncResult ChannelService.AddReferencesAsync(RequestHeader RequestHeader, AddReferencesItem... ReferencesToAdd)
          Asynchronous AddReferences service request.
 AsyncResult ChannelService.BrowseAsync(BrowseRequest req)
          Asynchronous Browse service request.
 AsyncResult ChannelService.BrowseAsync(RequestHeader RequestHeader, ViewDescription View, UnsignedInteger RequestedMaxReferencesPerNode, BrowseDescription... NodesToBrowse)
          Asynchronous Browse service request.
 AsyncResult ChannelService.BrowseNextAsync(BrowseNextRequest req)
          Asynchronous BrowseNext service request.
 AsyncResult ChannelService.BrowseNextAsync(RequestHeader RequestHeader, Boolean ReleaseContinuationPoints, ByteString... ContinuationPoints)
          Asynchronous BrowseNext service request.
 AsyncResult ChannelService.CallAsync(CallRequest req)
          Asynchronous Call service request.
 AsyncResult ChannelService.CallAsync(RequestHeader RequestHeader, CallMethodRequest... MethodsToCall)
          Asynchronous Call service request.
 AsyncResult ChannelService.CancelAsync(CancelRequest req)
          Asynchronous Cancel service request.
 AsyncResult ChannelService.CancelAsync(RequestHeader RequestHeader, UnsignedInteger RequestHandle)
          Asynchronous Cancel service request.
 AsyncResult<SecureChannel> ServiceChannel.closeAsync()
          Close the secure channel.
 AsyncResult<ServerSecureChannel> ServerSecureChannel.closeAsync()
          Close the secure channel.
 AsyncResult<SecureChannel> SecureChannel.closeAsync()
          Close the secure channel.
 AsyncResult ChannelService.CloseSecureChannelAsync(CloseSecureChannelRequest req)
          Asynchronous CloseSecureChannel service request.
 AsyncResult ChannelService.CloseSecureChannelAsync(RequestHeader RequestHeader)
          Asynchronous CloseSecureChannel service request.
 AsyncResult ChannelService.CloseSessionAsync(CloseSessionRequest req)
          Asynchronous CloseSession service request.
 AsyncResult ChannelService.CloseSessionAsync(RequestHeader RequestHeader, Boolean DeleteSubscriptions)
          Asynchronous CloseSession service request.
 AsyncResult ChannelService.CreateMonitoredItemsAsync(CreateMonitoredItemsRequest req)
          Asynchronous CreateMonitoredItems service request.
 AsyncResult ChannelService.CreateMonitoredItemsAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, TimestampsToReturn TimestampsToReturn, MonitoredItemCreateRequest... ItemsToCreate)
          Asynchronous CreateMonitoredItems service request.
 AsyncResult ChannelService.CreateSessionAsync(CreateSessionRequest req)
          Asynchronous CreateSession service request.
 AsyncResult ChannelService.CreateSessionAsync(RequestHeader RequestHeader, ApplicationDescription ClientDescription, String ServerUri, String EndpointUrl, String SessionName, ByteString ClientNonce, ByteString ClientCertificate, Double RequestedSessionTimeout, UnsignedInteger MaxResponseMessageSize)
          Asynchronous CreateSession service request.
 AsyncResult ChannelService.CreateSubscriptionAsync(CreateSubscriptionRequest req)
          Asynchronous CreateSubscription service request.
 AsyncResult ChannelService.CreateSubscriptionAsync(RequestHeader RequestHeader, Double RequestedPublishingInterval, UnsignedInteger RequestedLifetimeCount, UnsignedInteger RequestedMaxKeepAliveCount, UnsignedInteger MaxNotificationsPerPublish, Boolean PublishingEnabled, UnsignedByte Priority)
          Asynchronous CreateSubscription service request.
 AsyncResult ChannelService.DeleteMonitoredItemsAsync(DeleteMonitoredItemsRequest req)
          Asynchronous DeleteMonitoredItems service request.
 AsyncResult ChannelService.DeleteMonitoredItemsAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, UnsignedInteger... MonitoredItemIds)
          Asynchronous DeleteMonitoredItems service request.
 AsyncResult ChannelService.DeleteNodesAsync(DeleteNodesRequest req)
          Asynchronous DeleteNodes service request.
 AsyncResult ChannelService.DeleteNodesAsync(RequestHeader RequestHeader, DeleteNodesItem... NodesToDelete)
          Asynchronous DeleteNodes service request.
 AsyncResult ChannelService.DeleteReferencesAsync(DeleteReferencesRequest req)
          Asynchronous DeleteReferences service request.
 AsyncResult ChannelService.DeleteReferencesAsync(RequestHeader RequestHeader, DeleteReferencesItem... ReferencesToDelete)
          Asynchronous DeleteReferences service request.
 AsyncResult ChannelService.DeleteSubscriptionsAsync(DeleteSubscriptionsRequest req)
          Asynchronous DeleteSubscriptions service request.
 AsyncResult ChannelService.DeleteSubscriptionsAsync(RequestHeader RequestHeader, UnsignedInteger... SubscriptionIds)
          Asynchronous DeleteSubscriptions service request.
 AsyncResult ChannelService.FindServersAsync(FindServersRequest req)
          Asynchronous FindServers service request.
 AsyncResult ChannelService.FindServersAsync(RequestHeader RequestHeader, String EndpointUrl, String[] LocaleIds, String... ServerUris)
          Asynchronous FindServers service request.
 AsyncResult ChannelService.FindServersOnNetworkAsync(FindServersOnNetworkRequest req)
          Asynchronous FindServersOnNetwork service request.
 AsyncResult ChannelService.FindServersOnNetworkAsync(RequestHeader RequestHeader, UnsignedInteger StartingRecordId, UnsignedInteger MaxRecordsToReturn, String... ServerCapabilityFilter)
          Asynchronous FindServersOnNetwork service request.
 AsyncResult ChannelService.GetEndpointsAsync(GetEndpointsRequest req)
          Asynchronous GetEndpoints service request.
 AsyncResult ChannelService.GetEndpointsAsync(RequestHeader RequestHeader, String EndpointUrl, String[] LocaleIds, String... ProfileUris)
          Asynchronous GetEndpoints service request.
 AsyncResult ChannelService.HistoryReadAsync(HistoryReadRequest req)
          Asynchronous HistoryRead service request.
 AsyncResult ChannelService.HistoryReadAsync(RequestHeader RequestHeader, ExtensionObject HistoryReadDetails, TimestampsToReturn TimestampsToReturn, Boolean ReleaseContinuationPoints, HistoryReadValueId... NodesToRead)
          Asynchronous HistoryRead service request.
 AsyncResult ChannelService.HistoryUpdateAsync(HistoryUpdateRequest req)
          Asynchronous HistoryUpdate service request.
 AsyncResult ChannelService.HistoryUpdateAsync(RequestHeader RequestHeader, ExtensionObject... HistoryUpdateDetails)
          Asynchronous HistoryUpdate service request.
 AsyncResult ChannelService.ModifyMonitoredItemsAsync(ModifyMonitoredItemsRequest req)
          Asynchronous ModifyMonitoredItems service request.
 AsyncResult ChannelService.ModifyMonitoredItemsAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, TimestampsToReturn TimestampsToReturn, MonitoredItemModifyRequest... ItemsToModify)
          Asynchronous ModifyMonitoredItems service request.
 AsyncResult ChannelService.ModifySubscriptionAsync(ModifySubscriptionRequest req)
          Asynchronous ModifySubscription service request.
 AsyncResult ChannelService.ModifySubscriptionAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, Double RequestedPublishingInterval, UnsignedInteger RequestedLifetimeCount, UnsignedInteger RequestedMaxKeepAliveCount, UnsignedInteger MaxNotificationsPerPublish, UnsignedByte Priority)
          Asynchronous ModifySubscription service request.
 AsyncResult<SecureChannel> ServiceChannel.openAsync()
          Open the secure channel asynchronously.
 AsyncResult<SecureChannel> SecureChannel.openAsync()
          Open the secure channel asynchronously.
 AsyncResult ChannelService.OpenSecureChannelAsync(OpenSecureChannelRequest req)
          Asynchronous OpenSecureChannel service request.
 AsyncResult ChannelService.OpenSecureChannelAsync(RequestHeader RequestHeader, UnsignedInteger ClientProtocolVersion, SecurityTokenRequestType RequestType, MessageSecurityMode SecurityMode, ByteString ClientNonce, UnsignedInteger RequestedLifetime)
          Asynchronous OpenSecureChannel service request.
 AsyncResult ChannelService.PublishAsync(PublishRequest req)
          Asynchronous Publish service request.
 AsyncResult ChannelService.PublishAsync(RequestHeader RequestHeader, SubscriptionAcknowledgement... SubscriptionAcknowledgements)
          Asynchronous Publish service request.
 AsyncResult ChannelService.QueryFirstAsync(QueryFirstRequest req)
          Asynchronous QueryFirst service request.
 AsyncResult ChannelService.QueryFirstAsync(RequestHeader RequestHeader, ViewDescription View, NodeTypeDescription[] NodeTypes, ContentFilter Filter, UnsignedInteger MaxDataSetsToReturn, UnsignedInteger MaxReferencesToReturn)
          Asynchronous QueryFirst service request.
 AsyncResult ChannelService.QueryNextAsync(QueryNextRequest req)
          Asynchronous QueryNext service request.
 AsyncResult ChannelService.QueryNextAsync(RequestHeader RequestHeader, Boolean ReleaseContinuationPoint, ByteString ContinuationPoint)
          Asynchronous QueryNext service request.
 AsyncResult ChannelService.ReadAsync(ReadRequest req)
          Asynchronous Read service request.
 AsyncResult ChannelService.ReadAsync(RequestHeader RequestHeader, Double MaxAge, TimestampsToReturn TimestampsToReturn, ReadValueId... NodesToRead)
          Asynchronous Read service request.
 AsyncResult ChannelService.RegisterNodesAsync(RegisterNodesRequest req)
          Asynchronous RegisterNodes service request.
 AsyncResult ChannelService.RegisterNodesAsync(RequestHeader RequestHeader, NodeId... NodesToRegister)
          Asynchronous RegisterNodes service request.
 AsyncResult ChannelService.RegisterServer2Async(RegisterServer2Request req)
          Asynchronous RegisterServer2 service request.
 AsyncResult ChannelService.RegisterServer2Async(RequestHeader RequestHeader, RegisteredServer Server, ExtensionObject... DiscoveryConfiguration)
          Asynchronous RegisterServer2 service request.
 AsyncResult ChannelService.RegisterServerAsync(RegisterServerRequest req)
          Asynchronous RegisterServer service request.
 AsyncResult ChannelService.RegisterServerAsync(RequestHeader RequestHeader, RegisteredServer Server)
          Asynchronous RegisterServer service request.
 AsyncResult ChannelService.RepublishAsync(RepublishRequest req)
          Asynchronous Republish service request.
 AsyncResult ChannelService.RepublishAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, UnsignedInteger RetransmitSequenceNumber)
          Asynchronous Republish service request.
 AsyncResult<ServiceResponse> ServiceChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> SecureChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> RequestChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult ChannelService.SetMonitoringModeAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, MonitoringMode MonitoringMode, UnsignedInteger... MonitoredItemIds)
          Asynchronous SetMonitoringMode service request.
 AsyncResult ChannelService.SetMonitoringModeAsync(SetMonitoringModeRequest req)
          Asynchronous SetMonitoringMode service request.
 AsyncResult ChannelService.SetPublishingModeAsync(RequestHeader RequestHeader, Boolean PublishingEnabled, UnsignedInteger... SubscriptionIds)
          Asynchronous SetPublishingMode service request.
 AsyncResult ChannelService.SetPublishingModeAsync(SetPublishingModeRequest req)
          Asynchronous SetPublishingMode service request.
 AsyncResult ChannelService.SetTriggeringAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, UnsignedInteger TriggeringItemId, UnsignedInteger[] LinksToAdd, UnsignedInteger... LinksToRemove)
          Asynchronous SetTriggering service request.
 AsyncResult ChannelService.SetTriggeringAsync(SetTriggeringRequest req)
          Asynchronous SetTriggering service request.
 AsyncResult ChannelService.TransferSubscriptionsAsync(RequestHeader RequestHeader, UnsignedInteger[] SubscriptionIds, Boolean SendInitialValues)
          Asynchronous TransferSubscriptions service request.
 AsyncResult ChannelService.TransferSubscriptionsAsync(TransferSubscriptionsRequest req)
          Asynchronous TransferSubscriptions service request.
 AsyncResult ChannelService.TranslateBrowsePathsToNodeIdsAsync(RequestHeader RequestHeader, BrowsePath... BrowsePaths)
          Asynchronous TranslateBrowsePathsToNodeIds service request.
 AsyncResult ChannelService.TranslateBrowsePathsToNodeIdsAsync(TranslateBrowsePathsToNodeIdsRequest req)
          Asynchronous TranslateBrowsePathsToNodeIds service request.
 AsyncResult ChannelService.UnregisterNodesAsync(RequestHeader RequestHeader, NodeId... NodesToUnregister)
          Asynchronous UnregisterNodes service request.
 AsyncResult ChannelService.UnregisterNodesAsync(UnregisterNodesRequest req)
          Asynchronous UnregisterNodes service request.
 AsyncResult ChannelService.WriteAsync(RequestHeader RequestHeader, WriteValue... NodesToWrite)
          Asynchronous Write service request.
 AsyncResult ChannelService.WriteAsync(WriteRequest req)
          Asynchronous Write service request.
 

Uses of AsyncResult in org.opcfoundation.ua.transport.endpoint
 

Methods in org.opcfoundation.ua.transport.endpoint that return AsyncResult
 AsyncResult<ServerSecureChannel> AbstractServerSecureChannel.closeAsync()
          Close the secure channel.
 

Uses of AsyncResult in org.opcfoundation.ua.transport.https
 

Methods in org.opcfoundation.ua.transport.https that return AsyncResult
 AsyncResult<SecureChannel> HttpsClientSecureChannel.closeAsync()
          Close the secure channel.
 AsyncResult<SecureChannel> HttpsClientSecureChannel.openAsync()
          Open the secure channel asynchronously.
 AsyncResult<ServiceResponse> HttpsClientSecureChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> HttpsClient.serviceRequestAsync(ServiceRequest serviceRequest)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> HttpsClient.serviceRequestAsync(ServiceRequest serviceRequest, long operationTimeout)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> HttpsClient.serviceRequestAsync(ServiceRequest serviceRequest, long operationTimeout, int secureChannelId)
          serviceRequestAsync.
 

Uses of AsyncResult in org.opcfoundation.ua.transport.impl
 

Classes in org.opcfoundation.ua.transport.impl that implement AsyncResult
 class AsyncResultImpl<T>
          AsyncResultImpl class.
 

Methods in org.opcfoundation.ua.transport.impl with parameters of type AsyncResult
 void AsyncResultImpl.setSource(AsyncResult<T> source)
          Links another result as a source of this result object
 

Uses of AsyncResult in org.opcfoundation.ua.transport.tcp.io
 

Methods in org.opcfoundation.ua.transport.tcp.io that return AsyncResult
 AsyncResult<SecureChannel> SecureChannelTcp.closeAsync()
          closeAsync.
 AsyncResult<SecureChannel> SecureChannelTcp.openAsync()
          Asynchronous open channel.
 AsyncResult<ServiceResponse> SecureChannelTcp.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> ITransportChannel.serviceRequestAsync(ServiceRequest request)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> SecureChannelTcp.serviceRequestAsync(ServiceRequest request, long operationTimeout)
          Asynchronous operation to send a request over the secure channel.
 AsyncResult<ServiceResponse> ITransportChannel.serviceRequestAsync(ServiceRequest request, long operationTimeout)
          Asynchronous operation to send a request over the secure channel.
 

Uses of AsyncResult in org.opcfoundation.ua.utils
 

Methods in org.opcfoundation.ua.utils with parameters of type AsyncResult
static boolean StackUtils.barrierWait(AsyncResult<?>[] requests, long timeout)
          Wait for a group to requests to go into final state
 



Copyright © 2018. All rights reserved.