Configuring Java CAPS Environment Components for Communications Adapters

TCPIP Client (Outbound) Adapter - TCPIP Outbound Settings

The TCPIP Outbound Settings properties represents general TCPIP outbound configuration information. The TCPIP Client (Outbound) Adapter - TCPIP Outbound Settings properties contain the top-level parameters displayed in the following table.

Table 6 TCPIPClient (Outbound) Adapter - TCPIP Outbound Settings Properties

Name 

Description 

Required Value 

Host

Specifies the host name or IP address used to establish a TCPIP connection. This parameter is only used when the Connection Type is set to Client. 

A TCP/IP host name or IP address. 

The configured default is localhost.

ServerPort

Specifies the port number of the TCP/IP destination. This is dependent upon the specified Connection Type. If the value for Connection Type is: 

  • Server: The ServerPort value is set to the port number on the local host.

  • Client: The ServerPort value is set to the port number of the external host.

The port number of the TCP/IP destination. 

The default is 7777.

Backlog

Specifies the maximum length of the queue when creating the ServerSocket. The maximum queue length for incoming connection indications (a request to connect) is set to the backlog parameter. If a connection indication arrives when the queue is full, the connection is refused. 


Note –

This parameter is only used when Connection Type is set to Server.


An integer indicting the queue length for incoming connections. 

The configured default value is 50.