TABLE42 ConnectivityMap - TCPIP Outbound Settings (V3) (Continued)
Name Description
SoTimeout Thevalue of the SoTimeout in milliseconds. You can enter a value greater than or
equalto zero (0). When set to zero (0), the timeout is innite.
Withthis option set to a non-zero value, calling the read() method on the input
streamassociated with this socket will block for only the congured length of
time.If the timeout expires, a java.io.InterruptedIOException or
java.net.SocketTimeoutExceptionis thrown, but the socket remains valid.
Enablethis option prior to entering the blocking operation.
TcpNoDelay Anindicator of whether data packets that are smaller than the maximum transfer
unit(MTU) size are sent out immediately over the network (this refers to Nagle’s
algorithm).Select one of the following options:
True– Indicates that the server allows data packets that are smaller than the
MTUsize to be sent out immediately over the network. This can improve
performancefor higher-speed networks.
False–Indicates that the server does not allow data packets that are less than
theMTU size be sent out immediately over the network.
Thisis used for the accepted client socket.
SocketFactory
ImplementationClass
Name
Thename of the Java class that implements the socket factory. This class is used to
createthe socket. If you have provided your own socket implementation, enter
thename of the Java class that contains this implementation here. The factory
implementationclass must implement the
com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryinterface.
Thedefault value is
com.stc.connector.tcpip.model.factory.TCPIPSocketFactoryImpl
TCPIPOutbound Settings - Client ConnectionEstablishment —TCP/IP HL7 V3 Outbound Adapter

Thefollowing table lists and describes the properties that appear on the Client Connection

Establishmentpage of the Properties Editor accessed from the Connectivity Map. These

propertiescongure how connections are established. This section is only used when the

ConnectionType under TCPIP Outbound Settings is set to Client.

TABLE43 ConnectivityMap - TCPIP Outbound Settings (V3) - Client Connection Establishment
Name Description
TimeTo Wait Before
AttemptingConnection
Thelength of time (in milliseconds) the adapter waits before attempting to
connectto the external system.
TCP/IPHL7V3 Adapter Outbound Connectivity Map Properties
SunAdapterfor TCP/IP HL7 User's Guide 83