TcpIpConnection Class

This section covers the area of behavior and configuration in using JADE RootSchema-based networking classes.

The TcpIpConnection class provides the virtual protocolFamily property, which is an Integer value. The values that can be assigned to this property are the TcpIpConnection class constants listed in the following table.

Class Constant Integer Value
ProtocolFamilyTcpIPv4 0
ProtocolFamilyTcpIPv6 1
ProtocolFamilyTcpIPAny -1

If you do not change your code, your existing code runs using TCP/IP version 4 only.

The JadeTcpIpProxy class works only with the TCP/IP version 4 protocol.