Class MultipointBioSender
java.lang.Object
org.apache.catalina.tribes.transport.AbstractSender
org.apache.catalina.tribes.transport.bio.MultipointBioSender
- All Implemented Interfaces:
- DataSender,- MultiPointSender
Deprecated.
This will be removed in Tomcat 10
- 
Field SummaryFieldsModifier and TypeFieldDescriptionDeprecated.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.Send to the specified member.voidconnect()Deprecated.Connect.voidDeprecated.Disconnect.protected voidfinalize()Deprecated.booleanDeprecated.Keepalive.voidDeprecated.Stop sending to the specified member.voidsendMessage(Member[] destination, ChannelMessage msg) Deprecated.Send the specified message.protected BioSender[]setupForSend(Member[] destination) Deprecated.Methods inherited from class org.apache.catalina.tribes.transport.AbstractSendergetAddress, 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.Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.catalina.tribes.transport.DataSendergetConnectTime, getRequestCount, isConnected, setKeepAliveCount, setKeepAliveTime, setRxBufSize, setTimeout, setTxBufSizeMethods inherited from interface org.apache.catalina.tribes.transport.MultiPointSendersetDirectBuffer, setMaxRetryAttempts
- 
Field Details- 
bioSendersDeprecated.
 
- 
- 
Constructor Details- 
MultipointBioSenderpublic MultipointBioSender()Deprecated.
 
- 
- 
Method Details- 
sendMessageDeprecated.Description copied from interface:MultiPointSenderSend the specified message.- Specified by:
- sendMessagein interface- MultiPointSender
- Parameters:
- destination- the message destinations
- msg- the data to send
- Throws:
- ChannelException- if an error occurs
 
- 
setupForSendDeprecated.- Throws:
- ChannelException
 
- 
connectDeprecated.Description copied from interface:DataSenderConnect.- Specified by:
- connectin interface- DataSender
- Throws:
- IOException- when an error occurs
 
- 
addDeprecated.Description copied from interface:MultiPointSenderSend to the specified member.- Specified by:
- addin interface- MultiPointSender
- Parameters:
- member- the member
 
- 
removeDeprecated.Description copied from interface:MultiPointSenderStop sending to the specified member.- Specified by:
- removein interface- MultiPointSender
- Parameters:
- member- the member
 
- 
disconnectpublic void disconnect()Deprecated.Description copied from interface:DataSenderDisconnect.- Specified by:
- disconnectin interface- DataSender
 
- 
finalizeDeprecated.
- 
keepalivepublic boolean keepalive()Deprecated.Description copied from interface:DataSenderKeepalive.- Specified by:
- keepalivein interface- DataSender
- Overrides:
- keepalivein class- AbstractSender
- Returns:
- trueif kept alive
 
 
-