Package org.apache.catalina.ha.backend
Class TcpSender
java.lang.Object
org.apache.catalina.ha.backend.TcpSender
- All Implemented Interfaces:
- Sender
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected BufferedReader[]protected Socket[]Active connections.protected BufferedWriter[]protected Proxy[]Proxies.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidclose(int i) Close connection.voidinit(HeartbeatListener config) Set the configuration parametersintSend the message to the proxies
- 
Field Details- 
proxiesProxies.
- 
connectionsActive connections.
- 
connectionReaders
- 
connectionWriters
 
- 
- 
Constructor Details- 
TcpSenderpublic TcpSender()
 
- 
- 
Method Details