Uses of Class
org.opcfoundation.ua.application.Session

Packages that use Session
org.opcfoundation.ua.application The code in this package is for application developer. 
 

Uses of Session in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application that return Session
 Session Client.createSession(SecureChannel channel)
          Create a new session on a server.
 Session Client.createSession(SecureChannel channel, UnsignedInteger maxResponseMessageSize, Double requestedSessionTimeout, String sessionName)
          Create a new session on a server
 Session Client.createSession(SecureChannel channel, UnsignedInteger maxResponseMessageSize, Double requestedSessionTimeout, String sessionName, EndpointDescription[] discoveredEndpoints)
          Create a new session on a server
 Session SessionChannel.getSession()
          Get the session.
 

Constructors in org.opcfoundation.ua.application with parameters of type Session
SessionChannel(Client client, Session session, SecureChannel channel)
          Constructor for SessionChannel.
 



Copyright © 2018. All rights reserved.