Class PooledMultiSender
java.lang.Object
org.apache.catalina.tribes.transport.AbstractSender
org.apache.catalina.tribes.transport.PooledSender
org.apache.catalina.tribes.transport.bio.PooledMultiSender
- All Implemented Interfaces:
DataSender,MultiPointSender
Deprecated.
This will be removed in Tomcat 10
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates and returns a new DataSender instance for the pool.voidsendMessage(Member[] destination, ChannelMessage msg) Deprecated.Send the specified message.Methods inherited from class org.apache.catalina.tribes.transport.PooledSender
add, connect, disconnect, getInPoolSize, getInUsePoolSize, getMaxWait, getPoolSize, getSender, keepalive, remove, returnSender, setMaxWait, setPoolSizeMethods inherited from class org.apache.catalina.tribes.transport.AbstractSender
getAddress, getAttempt, getConnectTime, getDestination, getDirectBuffer, getKeepAliveCount, getKeepAliveTime, getMaxRetryAttempts, getOoBInline, getPort, getRequestCount, getRxBufSize, getSoKeepAlive, getSoLingerOn, getSoLingerTime, getSoReuseAddress, getSoTrafficClass, getTcpNoDelay, getThrowOnFailedAck, getTimeout, getTxBufSize, getUdpPort, getUdpRxBufSize, getUdpTxBufSize, isConnected, isUdpBased, setAddress, setAttempt, setConnected, setConnectTime, setDestination, setDirectBuffer, setKeepAliveCount, setKeepAliveTime, setMaxRetryAttempts, setOoBInline, setPort, setRequestCount, setRxBufSize, setSoKeepAlive, setSoLingerOn, setSoLingerTime, setSoReuseAddress, setSoTrafficClass, setTcpNoDelay, setThrowOnFailedAck, setTimeout, setTxBufSize, setUdpBased, setUdpPort, setUdpRxBufSize, setUdpTxBufSize, transferPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.catalina.tribes.transport.DataSender
getConnectTime, getRequestCount, isConnected, setKeepAliveCount, setKeepAliveTime, setRxBufSize, setTimeout, setTxBufSizeMethods inherited from interface org.apache.catalina.tribes.transport.MultiPointSender
setDirectBuffer, setMaxRetryAttempts
-
Field Details
-
sm
Deprecated.
-
-
Constructor Details
-
PooledMultiSender
public PooledMultiSender()Deprecated.
-
-
Method Details
-
sendMessage
Deprecated.Description copied from interface:MultiPointSenderSend the specified message.- Parameters:
destination- the message destinationsmsg- the data to send- Throws:
ChannelException- if an error occurs
-
getNewDataSender
Deprecated.Description copied from class:PooledSenderCreates and returns a new DataSender instance for the pool.- Specified by:
getNewDataSenderin classPooledSender- Returns:
- a new DataSender
-