Package com.ibm.rational.test.lt.execution.socket.custom

Interface Summary
ISckConnectionHolder ISckConnectionHolder is the interface to the underlying connection.
ISckCustomReceivePolicy ISckCustomReceivePolicy is the interface that Custom Receive Policy writers must implement.
The customized receive action, whom a reference is passed through receiveActionRef parameter of the setup() method, is responsible for actually reading the received bytes on the wire and also for the response and end timeouts.
ISckCustomSend ISckCustomSend is the interface that Custom Send writers must implement.
The customized send action, whom a reference is passed through sendActionRef parameter of the setup() method, lets a chance to form/encode/check the sent data before it goes on the wire.
ISckReceiveAction ISckReceiveAction is the interface to the built-in Receive action instance.
It is intended for use from a Custom Receive Policy instance, implementing ISckCustomReceivePolicy.
ISckSendAction ISckSendAction is the interface to the built-in Send action instance.
It is intended for use from a Custom Send instance, implementing ISckCustomSend.