| Package | Description |
|---|---|
| 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.https |
Code for creating a HTTPS based secure channel
|
| com.prosysopc.ua.stack.transport.tcp.nio |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugLogger.onStateTransition(IStatefulObject<CloseableObjectState,?> sender,
CloseableObjectState oldState,
CloseableObjectState newState)
onStateTransition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DebugLogger.onStateTransition(IStatefulObject<CloseableObjectState,?> sender,
CloseableObjectState oldState,
CloseableObjectState newState)
onStateTransition.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<CloseableObjectState> |
CloseableObjectState.CLOSED_STATES |
static EnumSet<CloseableObjectState> |
CloseableObjectState.OPEN_STATES |
static EnumSet<CloseableObjectState> |
CloseableObjectState.POST_OPENING_STATES |
| Modifier and Type | Method and Description |
|---|---|
static CloseableObjectState |
CloseableObjectState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloseableObjectState[] |
CloseableObjectState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpsServerConnection.onStateTransition(CloseableObjectState oldState,
CloseableObjectState newState)
Override this.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OpcTcpServerSecureChannel.onStateTransition(CloseableObjectState oldState,
CloseableObjectState newState) |
protected void |
OpcTcpServerConnection.onStateTransition(CloseableObjectState oldState,
CloseableObjectState newState)
Override this.
|
protected void |
AbstractServerConnection.onStateTransition(CloseableObjectState oldState,
CloseableObjectState newState)
Override this.
|
Copyright © 2026. All rights reserved.