This enumeration represents the different types of connections.
Namespace: org.opendof.core.oalAssembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
| Member name | Value | Description |
---|
| STREAM | 0 | |
| DATAGRAM | 1 | |
| DATAGRAM_STATELESS | 2 | |
| HUB | 3 | |
| POINT | 4 | |
| GROUP | 5 | |
This enumeration represents the different types of connections. Each connection
has a type, and that type defines the behavior of the connection and of the requests
and responses that pass over it.
See individual values for instructions to properly create the special connection types that have connections
related to servers.
Also, see the various custom builders for
Config
that simplify Config building.
Reference