Enumeration ProtocolConst

Defines the transport protocol of a service.

As of RFC 6763 7. TCP must be used for any applications using tcp. For applications using any other transport protocol UDP must be used. This applies to all other transport protocols like SCTP, DCCP, RTMFP, etc

Enumeration Members

Enumeration Members

TCP: "tcp"
UDP: "udp"