| Package | Description |
|---|---|
| com.prosysopc.ua.stack.application |
The code in this package is for application developer.
|
| 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.tcp.nio |
| Modifier and Type | Field and Description |
|---|---|
protected List<EndpointServer.EndpointHandle> |
Server.boundHandles
Bound handles
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointServer.EndpointHandle> |
Server.bind(String bindAddress,
Endpoint endpointAddress)
Bind an endpoint to the server.
|
List<EndpointServer.EndpointHandle> |
Server.bind(String bindAddress,
String endpointUri,
Collection<SecurityMode> modes) |
List<EndpointServer.EndpointHandle> |
Server.bind(String bindAddress,
String endpointUri,
SecurityMode... modes)
bind.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointServer.EndpointHandle |
EndpointServer.bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
Bind an endpoint to a handle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsServer.HttpsEndpointHandle |
| Modifier and Type | Method and Description |
|---|---|
EndpointServer.EndpointHandle |
HttpsServer.bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
Bind an endpoint to a handle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpcTcpServer.OpcTcpEndpointHandle |
| Modifier and Type | Method and Description |
|---|---|
EndpointServer.EndpointHandle |
OpcTcpServer.bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
Bind an endpoint to a handle.
|
Copyright © 2026. All rights reserved.