protocolFamily
Type: Integer
The protocolFamily property of the JadeHTTPConnection class contains the protocol used by the TCP/IP connection.
The values that can be assigned to the protocolFamily property are the
Class Constant | Integer Value |
---|---|
ProtocolFamilyTcpIPv4 | 0 |
ProtocolFamilyTcpIPv6 | 1 |
ProtocolFamilyTcpIPAny | -1 |