| 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.io |
| Modifier and Type | Method and Description |
|---|---|
SecureChannel |
Client.createSecureChannel(String connectUrl,
TransportChannelSettings settings)
Create and open a secure channel.
|
SecureChannel |
Client.createSecureChannel(TransportChannelSettings settings)
Create and open a secure channel.
|
ServiceChannel |
Client.createServiceChannel(TransportChannelSettings settings)
Create and open a secure channel and adapt to service channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReverseTransportChannelSettings |
| Modifier and Type | Method and Description |
|---|---|
TransportChannelSettings |
TransportChannelSettings.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceChannel.initialize(String url,
TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL.
|
void |
SecureChannel.initialize(String connectUrl,
TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL.
|
void |
ServiceChannel.initialize(TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL.
|
void |
SecureChannel.initialize(TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL.
|
void |
TransportChannelSettings.readFrom(TransportChannelSettings tcs)
readFrom.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsClientSecureChannel.initialize(String url,
TransportChannelSettings tcs,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL.
|
void |
HttpsClient.initialize(String connectUrl,
TransportChannelSettings tcs,
EncoderContext ctx) |
void |
HttpsClientSecureChannel.initialize(TransportChannelSettings tcs,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpConnection.initialize(InetSocketAddress addr,
TransportChannelSettings settings,
EncoderContext ctx)
Set connection configuration parameters.
|
void |
SecureChannelTcp.initialize(InetSocketAddress addr,
TransportChannelSettings settings,
EncoderContext ctx)
Configure the secure channel.
|
void |
IConnection.initialize(InetSocketAddress addr,
TransportChannelSettings settings,
EncoderContext ctx)
Set connection configuration parameters.
|
void |
TcpConnection.initialize(String url,
TransportChannelSettings settings,
EncoderContext ctx) |
void |
SecureChannelTcp.initialize(String url,
TransportChannelSettings settings,
EncoderContext ctx)
Configure the secure channel.
|
void |
ITransportChannel.initialize(String url,
TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL.
|
void |
TcpConnection.initialize(TransportChannelSettings settings,
EncoderContext ctx)
initialize.
|
void |
SecureChannelTcp.initialize(TransportChannelSettings settings,
EncoderContext ctx)
Configure the secure channel.
|
Copyright © 2026. All rights reserved.