Uses of Class
org.jgroups.Header
Packages that use Header
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Supports probabilistic broadcasts.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of Header in org.jgroups
Methods in org.jgroups that return HeaderModifier and TypeMethodDescriptionMessage.putHeaderIfAbsent
(String key, Header hdr) Puts a header given a key into the map, only if the key doesn't exist yetMessage.removeHeader
(String key) Deprecated.Use getHeader() instead.Methods in org.jgroups that return types with arguments of type HeaderModifier and TypeMethodDescriptionMessage.getHeaders()
Returns a reference to the headers hashmap, which is immutable.Methods in org.jgroups with parameters of type Header -
Uses of Header in org.jgroups.blocks
Subclasses of Header in org.jgroups.blocksModifier and TypeClassDescriptionstatic final class
Deprecated.static final class
The header for RequestCorrelator messages -
Uses of Header in org.jgroups.mux
Subclasses of Header in org.jgroups.muxModifier and TypeClassDescriptionclass
Header 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.protocolsModifier and TypeClassDescriptionclass
AuthHeader is a holder object for the token that is passed from the joiner to the coordinatorstatic class
static final class
static final class
static class
static class
static class
static class
static class
static class
static class
static class
class
static class
static class
static class
class
static class
static class
static class
class
class
Generic transport header, used by TP.class
class
static class
static class
static class
-
Uses of Header in org.jgroups.protocols.pbcast
Subclasses of Header in org.jgroups.protocols.pbcastModifier and TypeClassDescriptionstatic class
static class
class
static class
static class
Wraps data for a state request/response.static class
-
Uses of Header in org.jgroups.util
Methods in org.jgroups.util that return HeaderModifier and TypeMethodDescriptionReturns the header associated with keyHeaders.putHeaderIfAbsent
(String key, Header hdr) Puts a header given a key into the map, only if the key doesn't exist yetHeaders.removeHeader
(String key) Deprecated.Use getHeader() instead.Methods in org.jgroups.util that return types with arguments of type HeaderMethods in org.jgroups.util with parameters of type Header