Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ENCRYPT.Decrypter
Deprecated.
Decrypts all messages in a batch, replacing encrypted messages in-place with their decrypted versions
|
protected class |
EncryptBase.Decrypter
Decrypts all messages in a batch, replacing encrypted messages in-place with their decrypted versions
|
Modifier and Type | Method and Description |
---|---|
<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
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.