Uses of Class
org.javagroups.Header

Packages that use Header
org.javagroups   
org.javagroups.blocks   
org.javagroups.protocols   
org.javagroups.protocols.pbcast   
org.javagroups.service.lease   
 

Uses of Header in org.javagroups
 

Methods in org.javagroups that return Header
 Header Message.removeHeader(java.lang.String key)
           
 Header Message.getHeader(java.lang.String key)
           
 

Methods in org.javagroups with parameters of type Header
 void Message.putHeader(java.lang.String key, Header hdr)
          Puts a header given a key into the hashmap.
 

Uses of Header in org.javagroups.blocks
 

Subclasses of Header in org.javagroups.blocks
static class PullPushAdapter.PullHeader
           
static class RequestCorrelator.Header
          The header for RequestCorrelator messages
 

Uses of Header in org.javagroups.protocols
 

Subclasses of Header in org.javagroups.protocols
static class BSH.BshHeader
           
static class CAUSAL.CausalHeader
           
static class ENCRYPT1_4.EncryptHeader
           
static class FC.FcHeader
           
static class FD_PID.FdHeader
           
static class FD_PROB.FdHeader
           
static class FD_SIMPLE.FdHeader
           
static class FD_SOCK.FdHeader
           
static class FD.FdHeader
           
static class FRAG.FragHeader
           
static class MERGE.MergeHeader
           
static class MERGEFAST.MergefastHeader
           
 class NakAckHeader
           
static class PARTITIONER.PartitionerHeader
          The Partitioner header normally (type = NORMAL) contains just the partition number that is checked to discard messages received from other partitions.
 class PerfHeader
          Inserted by PERF into each message.
static class PIGGYBACK.PiggybackHeader
           
 class PingHeader
           
static class SMACK.SmackHeader
           
 class TcpHeader
           
static class TOTAL_OLD.TotalHeader
          class TotalHeader The header that is prepended to every message passed down through the TOTAL_OLD layer and removed (and processed) from every message passed up through the TOTAL_OLD layer
static class TOTAL_TOKEN.RingTokenHeader
           
static class TOTAL_TOKEN.TotalTokenHeader
           
static class TOTAL.Header
          The header processed by the TOTAL layer and intended for TOTAL inter-stack communication
 class TunnelHeader
           
 class UdpHeader
           
static class UNICAST.UnicastHeader
           
static class VERIFY_SUSPECT.VerifyHeader
           
 class WANPIPE.WanPipeHeader
           
 

Uses of Header in org.javagroups.protocols.pbcast
 

Subclasses of Header in org.javagroups.protocols.pbcast
static class GMS.GmsHeader
           
 class PbcastHeader
           
static class STABLE.StableHeader
           
static class STATE_TRANSFER.StateHeader
          Wraps data for a state request/response.
 

Uses of Header in org.javagroups.service.lease
 

Subclasses of Header in org.javagroups.service.lease
 class DenyResponseHeader
          Message header that represents deny response.
 class LeaseInfoReplicationHeader
           
 class LeaseRequestHeader
          Message header that represents lease request.
 class LeaseResponseHeader
          Message header representing service response.
 



Copyright ? 2001,2002 www.javagroups.com . All Rights Reserved.