Uses of Class
org.jgroups.protocols.AuthHeader
-
Packages that use AuthHeader Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of AuthHeader in org.jgroups.protocols
Methods in org.jgroups.protocols that return AuthHeader Modifier and Type Method Description AuthHeader
AuthHeader. token(AuthToken token)
Methods in org.jgroups.protocols with parameters of type AuthHeader Modifier and Type Method Description protected boolean
AUTH. handleAuthHeader(GMS.GmsHeader gms_hdr, AuthHeader auth_hdr, Message msg)
Handles a GMS header
-