Uses of Class
org.jgroups.Header
-
Packages that use Header Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.mux 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.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Header in org.jgroups
Methods in org.jgroups that return Header Modifier and Type Method Description HeaderMessage. getHeader(java.lang.String key)HeaderMessage. putHeaderIfAbsent(java.lang.String key, Header hdr)Puts a header given a key into the map, only if the key doesn't exist yetHeaderMessage. removeHeader(java.lang.String key)Deprecated.Use getHeader() instead.Methods in org.jgroups that return types with arguments of type Header Modifier and Type Method Description java.util.Map<java.lang.String,Header>Message. getHeaders()Returns a reference to the headers hashmap, which is immutable.Methods in org.jgroups with parameters of type Header Modifier and Type Method Description voidMessage. putHeader(java.lang.String key, Header hdr)Puts a header given a key into the hashmap.HeaderMessage. putHeaderIfAbsent(java.lang.String key, Header hdr)Puts a header given a key into the map, only if the key doesn't exist yet -
Uses of Header in org.jgroups.blocks
Subclasses of Header in org.jgroups.blocks Modifier and Type Class Description static classPullPushAdapter.PullHeaderDeprecated.static classRequestCorrelator.HeaderThe header for RequestCorrelator messages -
Uses of Header in org.jgroups.mux
Subclasses of Header in org.jgroups.mux Modifier and Type Class Description classMuxHeaderHeader used for multiplexing and de-multiplexing between service components on top of a Multiplexer (Channel) -
Uses of Header in org.jgroups.protocols
Subclasses of Header in org.jgroups.protocols Modifier and Type Class Description classAuthHeaderAuthHeader is a holder object for the token that is passed from the joiner to the coordinatorstatic classBSH.BshHeaderstatic classCAUSAL.CausalHeaderstatic classCAUSAL.CausalNewViewHeaderstatic classCOMPRESS.CompressHeaderstatic classDISCARD.DiscardHeaderstatic classENCRYPT.EncryptHeaderstatic classFC.FcHeaderstatic classFD_ALL.Headerstatic classFD_SIMPLE.FdHeaderstatic classFD_SOCK.FdHeaderstatic classFD.FdHeaderclassFragHeaderstatic classHTOTAL.HTotalHeaderstatic classMERGE3.CoordAnnouncementstatic classMERGEFAST.MergefastHeaderclassPingHeaderstatic classSEQUENCER.SequencerHeaderstatic classSFC.Headerstatic classSMACK.SmackHeaderclassTcpHeaderclassTpHeaderGeneric transport header, used by TP.classTunnelHeaderclassUdpHeaderstatic classUNICAST.UnicastHeaderstatic classVERIFY_SUSPECT.VerifyHeaderstatic classVIEW_SYNC.ViewSyncHeader -
Uses of Header in org.jgroups.protocols.pbcast
Subclasses of Header in org.jgroups.protocols.pbcast Modifier and Type Class Description static classFLUSH.FlushHeaderstatic classGMS.GmsHeaderclassNakAckHeaderstatic classSTABLE.StableHeaderstatic classSTATE_TRANSFER.StateHeaderWraps data for a state request/response.static classSTREAMING_STATE_TRANSFER.StateHeader -
Uses of Header in org.jgroups.util
Methods in org.jgroups.util that return Header Modifier and Type Method Description HeaderHeaders. getHeader(java.lang.String key)Returns the header associated with keyHeaderHeaders. putHeaderIfAbsent(java.lang.String key, Header hdr)Puts a header given a key into the map, only if the key doesn't exist yetHeaderHeaders. removeHeader(java.lang.String key)Deprecated.Use getHeader() instead.Methods in org.jgroups.util that return types with arguments of type Header Modifier and Type Method Description java.util.Map<java.lang.String,Header>Headers. getHeaders()Methods in org.jgroups.util with parameters of type Header Modifier and Type Method Description voidHeaders. putHeader(java.lang.String key, Header hdr)Puts a header given a key into the hashmap.HeaderHeaders. putHeaderIfAbsent(java.lang.String key, Header hdr)Puts a header given a key into the map, only if the key doesn't exist yet
-