Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
Modifier and Type | Method and Description |
---|---|
protected static GMS.GmsHeader |
AUTH.getGMSHeader(Event evt)
Get the header from a GMS message
|
protected static GMS.GmsHeader |
AUTH.getGMSHeader(Message msg) |
Modifier and Type | Method and Description |
---|---|
protected Address |
ASYM_ENCRYPT.getCoordinator(Message msg,
GMS.GmsHeader hdr)
Tries to find out if this is a JOIN_RSP or INSTALL_MERGE_VIEW message and returns the coordinator of the view
|
protected boolean |
AUTH.handleAuthHeader(GMS.GmsHeader gms_hdr,
AuthHeader auth_hdr,
Message msg)
Handles a GMS header
|
protected boolean |
AUTH.needsAuthentication(GMS.GmsHeader hdr) |
protected boolean |
SASL.serverChallenge(GMS.GmsHeader gmsHeader,
SaslHeader saslHeader,
Message msg) |
Modifier and Type | Method and Description |
---|---|
GMS.GmsHeader |
GMS.GmsHeader.mbr(Address mbr) |
GMS.GmsHeader |
GMS.GmsHeader.mergeId(MergeId merge_id) |
GMS.GmsHeader |
GMS.GmsHeader.mergeRejected(boolean flag) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.