Class TcpSender
java.lang.Object
org.apache.catalina.ha.backend.TcpSender
- 
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- 
init
- 
send
- 
closeprotected void close(int i) Close connection.- Parameters:
- i- The index of the connection that will be closed
 
 
-