| Package | Description |
|---|---|
| com.prosysopc.ua.stack.common |
This package contains common and shared classes
|
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| com.prosysopc.ua.stack.transport.endpoint |
Endpoint related classes
|
| com.prosysopc.ua.stack.transport.https |
Code for creating a HTTPS based secure channel
|
| com.prosysopc.ua.stack.transport.tcp.nio | |
| com.prosysopc.ua.stack.utils |
Utility classes
|
| com.prosysopc.ua.stack.utils.asyncsocket |
Small java NIO based library that enables asynchronous and event based socket operations
|
| Modifier and Type | Method and Description |
|---|---|
void |
DebugLogger.onStateTransition(IStatefulObject<CloseableObjectState,?> sender,
CloseableObjectState oldState,
CloseableObjectState newState)
onStateTransition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloseableObject
CloseableObject interface.
|
interface |
EndpointServer
EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncRead
AsyncRead class.
|
class |
AsyncWrite
Asynchronous message sending.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerSecureChannel
Super class for endpoint secure channels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsServer
Host for an https endpoint
|
class |
HttpsServerConnection
This class implements HTTP TSL/SSL conversation.
|
class |
HttpsServerSecureChannel
HttpsServerSecureChannel class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerConnection
Abstract AbstractServerConnection class.
|
class |
OpcTcpServer
EndpointOpcTcp hosts an endpoint for opc.tcp socket.
|
class |
OpcTcpServerConnection
OpcTcpServerConnection class.
|
class |
OpcTcpServerSecureChannel
OpcTcpServerSecureChannel class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractState<T,E extends Throwable>
This is a default implementation to
IStatefulObject. |
class |
State<T>
An
AbstractState subtype with the error type set as RuntimeException. |
| Modifier and Type | Method and Description |
|---|---|
void |
StateListener.onStateTransition(IStatefulObject<StateType,?> sender,
StateType oldState,
StateType newState)
Call-back for state transition
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncServerSocket
ASyncoronous Server Socket
|
class |
AsyncSocketImpl
Async socket.
|
class |
BufferMonitor
BufferMonitor is a monitor that triggers when a specific position is reached.
|
| Modifier and Type | Method and Description |
|---|---|
IStatefulObject<SocketState,IOException> |
AsyncSocketImpl.getStateMonitor()
getStateMonitor.
|
IStatefulObject<SocketState,IOException> |
AsyncSocket.getStateMonitor()
getStateMonitor.
|
Copyright © 2026. All rights reserved.