A wx:connection% object represents the connection between a client and a server. It can be created by making a connection using a wx:client% object, or by the acceptance of a connection by a wx:server% object. The bulk of conversation is controlled by calling members in a wx:connection% object or by overriding its members.
Connection objects should only be created directly to handle a on-make-connection or on-accept-connection method invocation.