Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.netio.rtt
Class RttMessage
All Implemented Interfaces:
       ProtocolMessage
Direct Known Subclasses:
       EnableMessage, HeartBeatMessage, IdentificationMessage, PayloadMessage

abstract class RttMessage      
Abstract.
Implements:
ProtocolMessage
 
Links:
Kernel Association Association Link
to Class ProtocolElement
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
 
Implementation Implementation Link
to Interface ProtocolMessage
 
 

Field Summary
protected ByteBuffer
final static int
final static int
final static int
final static byte[]
final static int
protected ProtocolElement
Constructor Summary
void
void
RttMessage(Integer payloadSize)
Method Summary
ByteBuffer
public String
Field Detail
msgBuffer
protected ByteBuffer msgBuffer
Multiplicity:
1
 

RTT_FIX_SIZE
final static int RTT_FIX_SIZE
Final.
Multiplicity:
1
Static.
 

RTT_HEADER_SIZE
final static int RTT_HEADER_SIZE
Final.
Multiplicity:
1
Static.
 

RTT_LENGTH_OFFSET
final static int RTT_LENGTH_OFFSET
Final.
Multiplicity:
1
Static.
 

RTT_MAGIC
final static byte[] RTT_MAGIC
Final.
Multiplicity:
1
Static.
 

RTT_TYPE_OFFSET
final static int RTT_TYPE_OFFSET
Final.
Multiplicity:
1
Static.
 

source
protected ProtocolElement source
Multiplicity:
1
 
Constructor Detail
RttMessage
void RttMessage ()
 
Stereotype:
create
 

RttMessage
void RttMessage (Integer payloadSize)
 
Stereotype:
create
 
Method Detail
getMsgBuffer
ByteBuffer getMsgBuffer ()
 
 

toString
public String toString ()
 
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD