class Local . SlowlyForwardConnection {
} inherits from Local.ForwardConnection;
Testing systems using only high-performance communication links can fail to uncover flawed designs that assumed all of the necessary data would be immediately available. The SlowlyForwardConnection is a convenience class derived from ForwardConnection. It performs only one extra step: a call to setForwardingClass is made to override the normal use of ConnectAndForward with the alternate class ConnectAndSlowlyForward.
SlowlyForwardConnection:create()
See the description of ForwardConnection:initialize.