An instance of this class is created through a factory class by createConnClient method.
The server created with createConnServer must be running before the client is created, otherwise the client has no one to connect to, and will fail.
The implementing class for client connections uses 2 internal threads to send and receive messages. A reader thread constantly fills an inbound queue of message as traffic arrives. Calling next will pop the messages from the queue. A writer thread sends messages pushed onto the outbound queue by send when flush is called.
Any TipcIOException thrown by the methods of this class should be considered fatal. The connection instance should be discarded, and a new connection made in its place. The responsibility for maintaining a connection is up to the user application.
For a list of all members of this type, see TipcConnClient Members.
System.Object
TipcConnClient
Namespace: TIBCO.SMARTSOCKETS Namespace
Assembly: TIBCO.SS.dll
TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace | TipcConnServer | TipcSvc