Uses of Class
org.jgroups.protocols.UNICAST2.Unicast2Header

Packages that use UNICAST2.Unicast2Header
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of UNICAST2.Unicast2Header in org.jgroups.protocols
 

Methods in org.jgroups.protocols that return UNICAST2.Unicast2Header
 UNICAST2.Unicast2Header UNICAST2.Unicast2Header.copy()
           
static UNICAST2.Unicast2Header UNICAST2.Unicast2Header.createDataHeader(long seqno, short conn_id, boolean first)
           
static UNICAST2.Unicast2Header UNICAST2.Unicast2Header.createSendFirstSeqnoHeader(long seqno_received)
           
static UNICAST2.Unicast2Header UNICAST2.Unicast2Header.createStableHeader(short conn_id, long low, long high)
           
static UNICAST2.Unicast2Header UNICAST2.Unicast2Header.createXmitReqHeader()
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.