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

com.newstep.solid.netio.rtt
Class IdentificationMessage
com.newstep.solid.netio.rtt.RttMessage
  |
  +--com.newstep.solid.netio.rtt.IdentificationMessage
All Implemented Interfaces:
       ProtocolMessage

class IdentificationMessage      
 
Links:
Generalization Generalization Link
to Class RttMessage
 
 

Field Summary
int
public final static int
public final static byte
public final static byte
boolean
int
public final static int
Constructor Summary
void
IdentificationMessage(ByteBuffer h)
void
IdentificationMessage(Boolean newMessage)
Method Summary
void
setClientId(Integer clId)
void
setServerId(Integer srId)
Field Detail
clientId
int clientId
Multiplicity:
1
 

CLIENT_OFFSET
public final static int CLIENT_OFFSET
Final.
Multiplicity:
1
Static.
 

ID_EXTRA
public final static byte ID_EXTRA
Final.
Multiplicity:
1
Static.
 

ID_NEW
public final static byte ID_NEW
Final.
Multiplicity:
1
Static.
 

newConnection
boolean newConnection
Multiplicity:
1
 

serverId
int serverId
Multiplicity:
1
 

SERVER_OFFSET
public final static int SERVER_OFFSET
Final.
Multiplicity:
1
Static.
 
Constructor Detail
IdentificationMessage
void IdentificationMessage (ByteBuffer h)
 
Stereotype:
create
 

IdentificationMessage
void IdentificationMessage (Boolean newMessage)
 
Stereotype:
create
 
Method Detail
setClientId
void setClientId (Integer clId)
 
 

setServerId
void setServerId (Integer srId)
 
 

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