Modifier and Type | Field and Description |
---|---|
protected byte |
bit |
protected BlockingQueue<Message> |
send_queue |
protected Thread |
xmit_task |
Modifier | Constructor and Description |
---|---|
protected |
Entry() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleAck(byte ack_bit) |
protected boolean |
handleMessage(Address sender,
byte msg_bit) |
void |
run() |
protected void |
send(Message msg) |
protected void |
startTask() |
protected byte bit
protected final BlockingQueue<Message> send_queue
protected Thread xmit_task
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.