Uses of Package
org.opcfoundation.ua.transport

Packages that use org.opcfoundation.ua.transport
org.opcfoundation.ua.application The code in this package is for application developer. 
org.opcfoundation.ua.common This package contains common and shared classes 
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.transport.tcp.nio   
org.opcfoundation.ua.utils Utility classes 
 

Classes in org.opcfoundation.ua.transport used by org.opcfoundation.ua.application
AsyncResult
          Asynchronous result is a multi-thread object that operates as a container for a result.
ChannelService
          This is a autogenerated class, do not modify this class directly.
Endpoint
          Endpoint is a connection point to a server.
EndpointServer
          EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
EndpointServer.EndpointHandle
           
RequestChannel
          RequestChannel is a channel to do service requests with.
SecureChannel
          Client's SecureChannel connection.
ServiceChannel
          This utility class envelopes Securechannel with client service methods.
TransportChannelSettings
          Transport channel settings for Client.
 

Classes in org.opcfoundation.ua.transport used by org.opcfoundation.ua.common
CloseableObjectState
          Generic object states.
ConnectionMonitor.ConnectListener
          Connection listener
ServerConnection
          UAConnection is a stateful object with four possible states {Closed, Opening, Open, Closing}.
ServerConnection.SecureChannelListener
           
ServerSecureChannel
          Server side Secure channel.
 

Classes in org.opcfoundation.ua.transport used by org.opcfoundation.ua.transport
AsyncResult
          Asynchronous result is a multi-thread object that operates as a container for a result.
AsyncResult.AsyncResultStatus
           
ChannelService
          This is a autogenerated class, do not modify this class directly.
ClientServiceRequestState
          ClientServiceRequestState class.
CloseableObject
          CloseableObject interface.
CloseableObjectState
          Generic object states.
ConnectionMonitor
          ConnectionMonitor interface.
ConnectionMonitor.ConnectListener
          Connection listener
Endpoint
          Endpoint is a connection point to a server.
EndpointBinding
          Endpoint binding is a 3-way binding between the endpoint address (Endpoint), the listening socket (EndpointServer), and the service server (Server).
EndpointServer
          EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
EndpointServer.EndpointHandle
           
IConnectionListener
          IConnectionListener interface.
ReadState
          Message async read states.
RequestChannel
          RequestChannel is a channel to do service requests with.
ResultListener
          Result listener.
SecureChannel
          Client's SecureChannel connection.
ServerConnection
          UAConnection is a stateful object with four possible states {Closed, Opening, Open, Closing}.
ServerConnection.SecureChannelListener
           
ServerSecureChannel
          Server side Secure channel.
TransportChannelSettings
          Transport channel settings for Client.
UriUtil.MessageFormat
           
WriteState
          Message write states.
 

Classes in org.opcfoundation.ua.transport used by org.opcfoundation.ua.transport.endpoint
AsyncResult
          Asynchronous result is a multi-thread object that operates as a container for a result.
AsyncWrite
          Asynchronous message sending
Endpoint
          Endpoint is a connection point to a server.
EndpointBinding
          Endpoint binding is a 3-way binding between the endpoint address (Endpoint), the listening socket (EndpointServer), and the service server (Server).
EndpointServer
          EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
ServerSecureChannel
          Server side Secure channel.
 

Classes in org.opcfoundation.ua.transport used by org.opcfoundation.ua.transport.https
AsyncResult
          Asynchronous result is a multi-thread object that operates as a container for a result.
CloseableObject
          CloseableObject interface.
CloseableObjectState
          Generic object states.
ConnectionMonitor
          ConnectionMonitor interface.
ConnectionMonitor.ConnectListener
          Connection listener
Endpoint
          Endpoint is a connection point to a server.
EndpointBinding
          Endpoint binding is a 3-way binding between the endpoint address (Endpoint), the listening socket (EndpointServer), and the service server (Server).
EndpointServer
          EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
EndpointServer.EndpointHandle
           
IConnectionListener
          IConnectionListener interface.
RequestChannel
          RequestChannel is a channel to do service requests with.
SecureChannel
          Client's SecureChannel connection.
ServerConnection
          UAConnection is a stateful object with four possible states {Closed, Opening, Open, Closing}.
ServerConnection.SecureChannelListener
           
ServerSecureChannel
          Server side Secure channel.
TransportChannelSettings
          Transport channel settings for Client.
 

Classes in org.opcfoundation.ua.transport used by org.opcfoundation.ua.transport.impl
AsyncResult
          Asynchronous result is a multi-thread object that operates as a container for a result.
AsyncResult.AsyncResultStatus
           
ConnectionMonitor
          ConnectionMonitor interface.
ConnectionMonitor.ConnectListener
          Connection listener
EndpointServer
          EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
ResultListener
          Result listener.
ServerConnection
          UAConnection is a stateful object with four possible states {Closed, Opening, Open, Closing}.
 

Classes in org.opcfoundation.ua.transport used by org.opcfoundation.ua.transport.tcp.io
AsyncResult
          Asynchronous result is a multi-thread object that operates as a container for a result.
IConnectionListener
          IConnectionListener interface.
RequestChannel
          RequestChannel is a channel to do service requests with.
SecureChannel
          Client's SecureChannel connection.
ServerConnection
          UAConnection is a stateful object with four possible states {Closed, Opening, Open, Closing}.
TransportChannelSettings
          Transport channel settings for Client.
 

Classes in org.opcfoundation.ua.transport used by org.opcfoundation.ua.transport.tcp.nio
AsyncWrite
          Asynchronous message sending
CloseableObject
          CloseableObject interface.
CloseableObjectState
          Generic object states.
ConnectionMonitor
          ConnectionMonitor interface.
ConnectionMonitor.ConnectListener
          Connection listener
Endpoint
          Endpoint is a connection point to a server.
EndpointBinding
          Endpoint binding is a 3-way binding between the endpoint address (Endpoint), the listening socket (EndpointServer), and the service server (Server).
EndpointServer
          EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
EndpointServer.EndpointHandle
           
IConnectionListener
          IConnectionListener interface.
ServerConnection
          UAConnection is a stateful object with four possible states {Closed, Opening, Open, Closing}.
ServerConnection.SecureChannelListener
           
ServerSecureChannel
          Server side Secure channel.
 

Classes in org.opcfoundation.ua.transport used by org.opcfoundation.ua.utils
AsyncResult
          Asynchronous result is a multi-thread object that operates as a container for a result.
 



Copyright © 2018. All rights reserved.