| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.common |
This package contains common and shared classes
|
| 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 |
|---|---|
ServerSecureChannel |
UaLoopbackClient.InternalEndpointServiceRequest.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
ServerSecureChannel |
Session.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
protected Session |
SessionManager.activateSession(ServerSecureChannel serverSecureChannel,
NodeId authenticationToken,
UserIdentityToken userToken,
SignatureData clientSignature,
SignedSoftwareCertificate[] signedSoftwareCertificates,
SignatureData userTokenSignature,
String[] localeIds) |
protected Session |
SessionManager.createSession(ServerSecureChannel serverSecureChannel,
byte[] clientCertificate,
ApplicationDescription clientDescription,
UnsignedInteger maxResponseMessageSize,
Double requestedSessionTimeout,
String sessionName,
SecurityMode securityMode) |
protected void |
Session.setChannel(ServerSecureChannel serverSecureChannel) |
protected ServiceContext |
ServiceHandler.validateRequest(ServiceRequest request,
ServerSecureChannel serverSecureChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugLogger.onSecureChannelAttached(Object sender,
ServerSecureChannel channel) |
void |
DebugLogger.onSecureChannelDetached(Object sender,
ServerSecureChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<ServerSecureChannel> |
ServerSecureChannel.closeAsync()
Close the secure channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnection.SecureChannelListener.onSecureChannelAttached(Object sender,
ServerSecureChannel channel) |
void |
ServerConnection.SecureChannelListener.onSecureChannelDetached(Object sender,
ServerSecureChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnection.getSecureChannels(Collection<ServerSecureChannel> list)
Get all open and opening secure channels of this connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerSecureChannel
Super class for endpoint secure channels.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ServerSecureChannel |
EndpointServiceRequest.getChannel()
getChannel.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<ServerSecureChannel> |
AbstractServerSecureChannel.closeAsync()
Close the secure channel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsServerSecureChannel
HttpsServerSecureChannel class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsServerConnection.getSecureChannels(Collection<ServerSecureChannel> list)
Get all open and opening secure channels of this connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpcTcpServerSecureChannel
OpcTcpServerSecureChannel class.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSecureChannel |
PendingRequest.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractServerConnection.fireSecureChannelAttached(ServerSecureChannel c)
Send a notification to listeners that a secure channel has been attached to (opened in) the
connection.
|
protected void |
AbstractServerConnection.fireSecureChannelDetached(ServerSecureChannel c)
Send a notification the listeners that a secure channel has been detached from the connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServerConnection.getSecureChannels(Collection<ServerSecureChannel> list) |
Copyright © 2026. All rights reserved.