Skip navigation links

OBCOM NetClient v2.138 (2022-12-05)

Package cl.obcom.netclient

Classes used to build client and server applications that communicate through OBCOM NetServer using normal or secure (TLS) connections.

See: Description

Package cl.obcom.netclient Description

Classes used to build client and server applications that communicate through OBCOM NetServer using normal or secure (TLS) connections.

The main classes are ClientChannel, used to build client applications, and ServerChannel, used to build server applications.

Applications can exchange text or binary messages of any size. Formatted text messages can be read or written using layouts, which describe the name and type of each field of a message.

System Properties 
Property Description Type Default
cl.obcom.netclient.always.encrypt Always encrypt the messages sent to the NetServer Boolean false
cl.obcom.netclient.client.inbound Log inbound client messages for debugging Boolean false
cl.obcom.netclient.client.keepalive Enable or disable client socket SO_KEEPALIVE Boolean false
cl.obcom.netclient.client.outbound Log outbound client messages for debugging Boolean false
cl.obcom.netclient.client.tcpnodelay Enable or disable client socket TCP_NODELAY Boolean false
cl.obcom.netclient.signansi Use the ANSI instead of the TANDEM numeric packing mechanism Boolean false
cl.obcom.netclient.server.keepalive Enable or disable server socket SO_KEEPALIVE Boolean false
cl.obcom.netclient.server.inbound Log inbound server messages for debugging Boolean false
cl.obcom.netclient.server.outbound Log outbound server messages for debugging Boolean false
cl.obcom.netclient.server.tcpnodelay Enable or disable server socket TCP_NODELAY Boolean false
cl.obcom.netclient.strict Apply strict validation rules to message field values Boolean false
See Also:
ClientChannel, ServerChannel
Skip navigation links

OBCOM NetClient v2.138 (2022-12-05)

Copyright © OBCOM INGENIERIA S.A. (Chile). All Rights Reserved.