| Package | Description |
|---|---|
| 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 |
|---|---|
EndpointBinding |
EndpointServer.EndpointHandle.endpointBinding() |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointBinding> |
EndpointServerCollection.getEndpointBindings()
Get all endpoint bindings
|
| Modifier and Type | Method and Description |
|---|---|
EndpointServer.EndpointHandle |
EndpointServer.bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
Bind an endpoint to a handle.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointBinding |
EndpointBindingCollection.getDefault(String url)
getDefault.
|
EndpointBinding |
EndpointBindingCollection.getSingle(EndpointServer endpointServer,
Endpoint endpointAddress)
getSingle.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointBinding> |
EndpointBindingCollection.get(Endpoint endpointAddress)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(EndpointServer endpointServer)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(Endpoint endpointAddress,
Server serviceServer)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(EndpointServer endpointServer,
Endpoint endpointAddress)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(EndpointServer endpointServer,
Server serviceServer)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(Server serviceServer)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.get(String endpointUrl)
get.
|
List<EndpointBinding> |
EndpointBindingCollection.getAll()
getAll.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointBindingCollection.add(EndpointBinding binding)
add.
|
boolean |
EndpointBindingCollection.contains(EndpointBinding binding)
contains.
|
void |
EndpointBindingCollection.EndpointBindingListener.onAddingEndpoint(EndpointBinding endpointBinding) |
void |
EndpointBindingCollection.remove(EndpointBinding binding)
remove.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Endpoint> |
EndpointBindingCollection.getEndpointAddresses(List<EndpointBinding> bindingList)
Get a list of endpoint addresses in an bindingList
|
static List<EndpointServer> |
EndpointBindingCollection.getEndpointServers(List<EndpointBinding> bindingList)
Get a list of endpoint servers in an bindingList
|
static List<Server> |
EndpointBindingCollection.getServiceServers(List<EndpointBinding> bindingList)
Get a list of service servers in an bindingList
|
| Constructor and Description |
|---|
EndpointBindingCollection(List<EndpointBinding> bindings)
Constructor for EndpointBindingCollection.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointBinding |
HttpsServer.HttpsEndpointHandle.endpointBinding() |
| Modifier and Type | Method and Description |
|---|---|
EndpointServer.EndpointHandle |
HttpsServer.bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
Bind an endpoint to a handle.
|
| Constructor and Description |
|---|
HttpsServerEndpointHandler(EndpointBinding endpointBinding)
Constructor for HttpsServerEndpointHandler.
|
| Modifier and Type | Field and Description |
|---|---|
EndpointBinding |
OpcTcpServer.discoveryEndpointBinding |
| Modifier and Type | Method and Description |
|---|---|
EndpointBinding |
OpcTcpServer.OpcTcpEndpointHandle.endpointBinding() |
| 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.