public final class ReceiveChannelEndpointThreadLocals extends Object
ReceiveChannelEndpoint subclass.| Constructor and Description |
|---|
ReceiveChannelEndpointThreadLocals()
Construct a set of local state to be used by the receiver thread.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
nakBuffer()
Buffer for writing NAK messages to send.
|
NakFlyweight |
nakFlyweight()
Flyweight over the
nakBuffer(). |
long |
nextReceiverId()
Get the next receiver id to be used for a receiver channel identity.
|
ByteBuffer |
rttMeasurementBuffer()
Buffer for writing RTT measurement messages to send.
|
RttMeasurementFlyweight |
rttMeasurementFlyweight()
Flyweight over the
rttMeasurementBuffer(). |
ByteBuffer |
statusMessageBuffer()
Buffer for writing status messages to send.
|
StatusMessageFlyweight |
statusMessageFlyweight()
Flyweight over the
statusMessageBuffer(). |
String |
toString() |
public ReceiveChannelEndpointThreadLocals()
public ByteBuffer statusMessageBuffer()
public StatusMessageFlyweight statusMessageFlyweight()
statusMessageBuffer().statusMessageBuffer().public ByteBuffer nakBuffer()
public NakFlyweight nakFlyweight()
nakBuffer().nakBuffer().public ByteBuffer rttMeasurementBuffer()
public RttMeasurementFlyweight rttMeasurementFlyweight()
rttMeasurementBuffer().rttMeasurementBuffer().public long nextReceiverId()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.