| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| 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 | Class and Description |
|---|---|
class |
UaServer.DiscoveryServer
Service handler that serves onFindServers & onRegisteredServer requests.
|
| Modifier and Type | Method and Description |
|---|---|
protected Server |
UaServer.getServer() |
| Constructor and Description |
|---|
DiscoveryServer(Server application) |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Server.createServerApplication()
createServerApplication.
|
| Modifier and Type | Field and Description |
|---|---|
Server |
EndpointBinding.serviceServer |
| Modifier and Type | Method and Description |
|---|---|
Server |
ServerSecureChannel.getServer()
Get Server
|
| Constructor and Description |
|---|
EndpointBinding(EndpointServer endpointServer,
Endpoint endpointAddress,
Server serviceServer)
Constructor for EndpointBinding.
|
| Modifier and Type | Field and Description |
|---|---|
protected Server |
EndpointServiceRequest.server |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Endpoint,Server> |
EndpointCollection.endpoints
Deprecated.
Endpoints (Uri -> Endpoint)
|
| Modifier and Type | Method and Description |
|---|---|
Server |
EndpointServiceRequest.getServer()
Get server
|
Server |
EndpointCollection.getServer(Endpoint endpoint)
Deprecated.
getServer.
|
Server[] |
EndpointCollection.getServers()
Deprecated.
getServers.
|
Server |
EndpointCollection.remove(Endpoint endpoint)
Deprecated.
remove.
|
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
EndpointBindingCollection.getServiceServers()
getServiceServers.
|
static List<Server> |
EndpointBindingCollection.getServiceServers(List<EndpointBinding> bindingList)
Get a list of service servers in an bindingList
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointCollection.add(Endpoint endpoint,
Server server)
Deprecated.
add.
|
boolean |
EndpointCollection.contains(Server server)
Deprecated.
contains.
|
List<EndpointBinding> |
EndpointBindingCollection.get(Endpoint endpointAddress,
Server serviceServer)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(EndpointServer endpointServer,
Server serviceServer)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(Server serviceServer)
get.
|
Endpoint[] |
EndpointCollection.getEndpoints(Server server)
Deprecated.
Get endpoints by server
|
| Constructor and Description |
|---|
EndpointServiceRequest(Request request,
Server server,
Endpoint endpoint)
Constructor for EndpointServiceRequest.
|
| Modifier and Type | Method and Description |
|---|---|
Server |
HttpsServerSecureChannel.getServer()
Get Server
|
| Constructor and Description |
|---|
SecureChannelFactory(EndpointServer endpointServer,
Server serviceServer)
Constructor for SecureChannelFactory.
|
| Modifier and Type | Field and Description |
|---|---|
Server |
OpcTcpServer.discoveryServer
Service server used when client connects with "" url for endpoint discovery
|
| Modifier and Type | Method and Description |
|---|---|
Server |
OpcTcpServerSecureChannel.getServer()
getServer.
|
| Constructor and Description |
|---|
PendingRequest(OpcTcpServerSecureChannel channel,
Endpoint endpoint,
Server server,
int requestId,
ServiceRequest requestMessage)
Constructor for PendingRequest.
|
Copyright © 2026. All rights reserved.