Uses of Class
org.opcfoundation.ua.utils.AbstractState

Packages that use AbstractState
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.tcp.nio   
org.opcfoundation.ua.utils Utility classes 
org.opcfoundation.ua.utils.asyncsocket Small java NIO based library that enables asynchronous and event based socket operations 
 

Uses of AbstractState in org.opcfoundation.ua.transport
 

Subclasses of AbstractState in org.opcfoundation.ua.transport
 class AsyncRead
          AsyncRead class.
 class AsyncWrite
          Asynchronous message sending
 

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

Subclasses of AbstractState in org.opcfoundation.ua.transport.endpoint
 class AbstractServerSecureChannel
          Super class for endpoint secure channels.
 

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

Subclasses of AbstractState in org.opcfoundation.ua.transport.https
 class HttpsServer
          Host for an https endpoint
 class HttpsServerConnection
          This class implements HTTP TSL/SSL conversation.
 class HttpsServerSecureChannel
          HttpsServerSecureChannel class.
 

Uses of AbstractState in org.opcfoundation.ua.transport.tcp.nio
 

Subclasses of AbstractState in org.opcfoundation.ua.transport.tcp.nio
 class AbstractServerConnection
          Abstract AbstractServerConnection class.
 class OpcTcpServer
          EndpointOpcTcp hosts an endpoint for opc.tcp socket.
 class OpcTcpServerConnection
          OpcTcpServerConnection class.
 class OpcTcpServerSecureChannel
          OpcTcpServerSecureChannel class.
 

Uses of AbstractState in org.opcfoundation.ua.utils
 

Subclasses of AbstractState in org.opcfoundation.ua.utils
 class State<StateType>
          State class.
 

Uses of AbstractState in org.opcfoundation.ua.utils.asyncsocket
 

Subclasses of AbstractState in org.opcfoundation.ua.utils.asyncsocket
 class AsyncServerSocket
          ASyncoronous Server Socket
 class AsyncSocketImpl
          Async socket.
 class BufferMonitor
          BufferMonitor is a monitor that triggers when a specific position is reached.
 



Copyright © 2018. All rights reserved.