| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Method and Description |
|---|---|
default PubSubTransportProfile |
PubSubGroupConf.getTransportProfile()
Returns the TransportProfile (uri) of the connection where this group is or is to be added.
|
default PubSubTransportProfile |
PubSubGroupConf.Builder.getTransportProfile()
Returns the TransportProfile (uri) of the connection where this group (to be built) is or is
to be added.
|
default PubSubTransportProfile |
PubSubDataSetWriterConf.getTransportProfile()
Returns the TransportProfile (uri) of the writer group where this writer is or is to be added.
|
default PubSubTransportProfile |
PubSubDataSetWriterConf.Builder.getTransportProfile()
Returns the TransportProfile (uri) of the writer group where this writer (to be built) is or
is to be added.
|
default PubSubTransportProfile |
PubSubDataSetReaderConf.getTransportProfile()
Returns the TransportProfile (uri) of the reader group where this reader is or is to be added.
|
default PubSubTransportProfile |
PubSubDataSetReaderConf.Builder.getTransportProfile()
Returns the TransportProfile (uri) of the reader group where this reader (to be built) is or
is to be added.
|
default PubSubTransportProfile |
PubSubConnectionConf.getTransportProfile()
Returns the TransportProfile (uri) of the connection.
|
default PubSubTransportProfile |
PubSubConnectionConf.Builder.getTransportProfile()
Returns the TransportProfile (uri) of the (to be built) connection.
|
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. |
static PubSubTransportProfile |
PubSubTransportProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubTransportProfile[] |
PubSubTransportProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2026. All rights reserved.