| Interface | Description | 
|---|---|
| TcpOutputStrategy | 
 Defines an abstract strategy for manipulating TCP output socket. 
 | 
| Class | Description | 
|---|---|
| QueuingTcpOutputStrategy | 
 Provides a queued implementation of TcpOutputStrategy that pushes update
 commands in multiple readings at a time. 
 | 
| SimpleTcpOutputStrategy | 
 Provides a simple non-queued implementation of TcpOutputStrategy
 that pushes data to the stream one reading at a time. 
 | 
| TcpBasePersister | |
| TcpGroupPersister | |
| TcpOutputStrategyFactory | 
 Constructs the appropriate TCP output strategy based on the
 configured system properties. 
 | 
| TcpPersisterFactory | |
| TcpPersistOperationBuilder | |
| TcpSinglePersister | 
Copyright © 2021. All rights reserved.