MCPcopy Index your code
hub / github.com/apache/tomcat / send

Method send

java/org/apache/catalina/tribes/group/GroupChannel.java:208–211  ·  view source on GitHub ↗
(Member[] destination, Serializable msg, int options)

Source from the content-addressed store, hash-verified

206
207
208 @Override
209 public UniqueId send(Member[] destination, Serializable msg, int options) throws ChannelException {
210 return send(destination, msg, options, null);
211 }
212
213 @Override
214 public UniqueId send(Member[] destination, Serializable msg, int options, ErrorHandler handler)

Callers 1

sendNoRpcChannelReplyMethod · 0.95

Calls 15

setAddressMethod · 0.95
setTimestampMethod · 0.95
serializeMethod · 0.95
setOptionsMethod · 0.95
getBufferPoolMethod · 0.95
appendMethod · 0.95
setMessageMethod · 0.95
setErrorHandlerMethod · 0.95
getFirstInterceptorMethod · 0.95
getUniqueIdMethod · 0.95
toNameStringMethod · 0.95
returnBufferMethod · 0.80

Tested by

no test coverage detected