| 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.tcp.nio |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Server.getEndpointByUri(String uri)
getEndpointByUri.
|
Endpoint[] |
Server.getEndpoints()
getEndpoints.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointServer.EndpointHandle> |
Server.bind(String bindAddress,
Endpoint endpointAddress)
Bind an endpoint to the server.
|
| Modifier and Type | Field and Description |
|---|---|
static Endpoint |
EndpointServer.discoveryEndpoint
Constant
discoveryEndpoint |
Endpoint |
EndpointBinding.endpointAddress |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
ServerSecureChannel.getEndpoint()
Get endpoint
|
| Constructor and Description |
|---|
EndpointBinding(EndpointServer endpointServer,
Endpoint endpointAddress,
Server serviceServer)
Constructor for EndpointBinding.
|
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
EndpointServiceRequest.endpoint |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Endpoint,Server> |
EndpointCollection.endpoints
Deprecated.
Endpoints (Uri -> Endpoint)
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
EndpointCollection.get(String url)
Deprecated.
get.
|
Endpoint |
EndpointCollection.get(String url,
SecurityMode mode)
Deprecated.
get.
|
Endpoint |
EndpointCollection.getDefault(String url)
Deprecated.
getDefault.
|
Endpoint |
EndpointServiceRequest.getEndpoint()
Get endpoint
|
Endpoint[] |
EndpointCollection.getEndpoints()
Deprecated.
Get all endpoints
|
Endpoint[] |
EndpointCollection.getEndpoints(Server server)
Deprecated.
Get endpoints by server
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
EndpointBindingCollection.getEndpointAddresses()
getEndpointAddresses.
|
static List<Endpoint> |
EndpointBindingCollection.getEndpointAddresses(List<EndpointBinding> bindingList)
Get a list of endpoint addresses in an bindingList
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointCollection.add(Endpoint endpoint,
Server server)
Deprecated.
add.
|
boolean |
EndpointCollection.contains(Endpoint endpoint)
Deprecated.
contains.
|
List<EndpointBinding> |
EndpointBindingCollection.get(Endpoint endpointAddress)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(Endpoint endpointAddress,
Server serviceServer)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(EndpointServer endpointServer,
Endpoint endpointAddress)
get.
|
Server |
EndpointCollection.getServer(Endpoint endpoint)
Deprecated.
getServer.
|
EndpointBinding |
EndpointBindingCollection.getSingle(EndpointServer endpointServer,
Endpoint endpointAddress)
getSingle.
|
Server |
EndpointCollection.remove(Endpoint endpoint)
Deprecated.
remove.
|
| Constructor and Description |
|---|
EndpointServiceRequest(Request request,
Server server,
Endpoint endpoint)
Constructor for EndpointServiceRequest.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
HttpsServerSecureChannel.getEndpoint()
Get endpoint
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
OpcTcpServerSecureChannel.getEndpoint() |
| Constructor and Description |
|---|
PendingRequest(OpcTcpServerSecureChannel channel,
Endpoint endpoint,
Server server,
int requestId,
ServiceRequest requestMessage)
Constructor for PendingRequest.
|
Copyright © 2026. All rights reserved.