| 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.https |
Code for creating a HTTPS based secure channel
|
| com.prosysopc.ua.stack.transport.impl |
This package contains SecureChannel related implementations
|
| com.prosysopc.ua.stack.transport.tcp.nio |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugLogger.onClose(Object sender,
ServerConnection connection) |
void |
DebugLogger.onConnect(Object sender,
ServerConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
ServerConnection |
ServerSecureChannel.getConnection()
Get current socket connection if applicable for the binding type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionMonitor.ConnectListener.onClose(Object sender,
ServerConnection connection) |
void |
ConnectionMonitor.ConnectListener.onConnect(Object sender,
ServerConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionMonitor.getConnections(Collection<ServerConnection> result)
getConnections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsServerConnection
This class implements HTTP TSL/SSL conversation.
|
| Modifier and Type | Method and Description |
|---|---|
ServerConnection |
HttpsServerSecureChannel.getConnection()
Get current socket connection if applicable for the binding type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsServer.getConnections(Collection<ServerConnection> result)
getConnections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionCollection.addConnection(ServerConnection connection)
addConnection.
|
void |
ConnectionCollection.removeConnection(ServerConnection connection)
removeConnection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionCollection.getConnections(Collection<ServerConnection> result) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerConnection
Abstract AbstractServerConnection class.
|
class |
OpcTcpServerConnection
OpcTcpServerConnection class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpcTcpServer.getConnections(Collection<ServerConnection> result)
getConnections.
|
Copyright © 2026. All rights reserved.