程序包 | 说明 |
---|---|
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
限定符和类型 | 类和说明 |
---|---|
protected class |
ENCRYPT.Decrypter
Decrypts all messages in a batch, replacing encrypted messages in-place with their decrypted versions
|
限定符和类型 | 方法和说明 |
---|---|
<T> java.util.Collection<T> |
MessageBatch.map(MessageBatch.Visitor<T> visitor)
Applies a function to all messages and returns a list of the function results
|