Modifier and Type | Class and Description |
---|---|
protected static class |
NoBundler.Output |
Modifier and Type | Field and Description |
---|---|
protected ReentrantLock |
lock |
protected Log |
log |
protected ByteArrayDataOutputStream |
output |
protected TP |
transport |
Constructor and Description |
---|
NoBundler() |
Modifier and Type | Method and Description |
---|---|
void |
init(TP transport)
Called after creation of the bundler
|
void |
send(Message msg) |
protected void |
sendSingleMessage(Message msg,
ByteArrayDataOutputStream output) |
void |
start()
Called after
Bundler.init(TP) |
void |
stop() |
protected TP transport
protected final ReentrantLock lock
protected Log log
protected final ByteArrayDataOutputStream output
public void init(TP transport)
Bundler
public void start()
Bundler
Bundler.init(TP)
protected void sendSingleMessage(Message msg, ByteArrayDataOutputStream output)
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.