| 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.endpoint |
Endpoint related classes
|
| 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 |
|---|---|
EndpointServer[] |
Server.getBindings()
getBindings.
|
EndpointServer |
Server.getOrCreateEndpointServer(String scheme)
getOrCreateEndpointServer.
|
| Modifier and Type | Field and Description |
|---|---|
EndpointServer |
EndpointBinding.endpointServer |
| Modifier and Type | Method and Description |
|---|---|
EndpointServer |
EndpointServerCollection.getEndpointServer(SocketAddress socketAddress)
Get the endpoint server that is bound at the given socket address.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointServer> |
EndpointServerCollection.getList()
Get a snapshot of the endpoint server list
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointServerCollection.add(EndpointServer endpointServer)
add.
|
void |
EndpointServerCollection.remove(EndpointServer endpointServer)
remove.
|
| Constructor and Description |
|---|
EndpointBinding(EndpointServer endpointServer,
Endpoint endpointAddress,
Server serviceServer)
Constructor for EndpointBinding.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointServer> |
EndpointBindingCollection.getEndpointServers()
getEndpointServers.
|
static List<EndpointServer> |
EndpointBindingCollection.getEndpointServers(List<EndpointBinding> bindingList)
Get a list of endpoint servers in an bindingList
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointBinding> |
EndpointBindingCollection.get(EndpointServer endpointServer)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(EndpointServer endpointServer,
Endpoint endpointAddress)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(EndpointServer endpointServer,
Server serviceServer)
get.
|
EndpointBinding |
EndpointBindingCollection.getSingle(EndpointServer endpointServer,
Endpoint endpointAddress)
getSingle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsServer
Host for an https endpoint
|
| Constructor and Description |
|---|
SecureChannelFactory(EndpointServer endpointServer,
Server serviceServer)
Constructor for SecureChannelFactory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpcTcpServer
EndpointOpcTcp hosts an endpoint for opc.tcp socket.
|
Copyright © 2026. All rights reserved.