| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Method and Description |
|---|---|
PubSubTransportProtocol |
PubSubTransportProfile.getTransportProtocol() |
static PubSubTransportProtocol |
PubSubTransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubTransportProtocol[] |
PubSubTransportProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PubSubTransportProfile |
PubSubTransportProfile.valueOf(PubSubTransportProtocol transportProtocol,
PubSubMessageEncoding messageEncoding)
Returns
PubSubTransportProfile that has the given combination or throws
IllegalArgumentException if a given combination is not valid. |
Copyright © 2026. All rights reserved.