public class DebugReceiveChannelEndpoint extends ReceiveChannelEndpoint
bindAddress, connectAddress, endPointAddress, errorLog, receiveBuffer, receiveByteBuffer, receiveDatagramChannel, selectionKey, sendDatagramChannel, transportPoller, udpChannel| Constructor and Description |
|---|
DebugReceiveChannelEndpoint(UdpChannel udpChannel,
DataPacketDispatcher dispatcher,
MediaDriver.Context context) |
DebugReceiveChannelEndpoint(UdpChannel udpChannel,
DataPacketDispatcher dispatcher,
MediaDriver.Context context,
LossGenerator dataLossGenerator,
LossGenerator controlLossGenerator) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
dispatch(org.agrona.concurrent.UnsafeBuffer buffer,
int length,
java.net.InetSocketAddress srcAddress) |
int |
sendTo(java.nio.ByteBuffer buffer,
java.net.InetSocketAddress remoteAddress)
Send contents of
ByteBuffer to remote address |
addPublicationImage, addSubscription, close, decRefToStream, incRefToStream, isClosed, onDataPacket, onSetupMessage, openChannel, originalUriString, pollForData, possibleTelAsymmetryEncountered, removeCoolDown, removePendingSetup, removePublicationImage, removeSubscription, sendNakMessage, sendSetupElicitingStatusMessage, sendStatusMessage, streamCount, validateSenderMtuLength, validateWindowMaxLengthgetOption, isMulticast, isValidFrame, multicastTtl, openDatagramChannel, receive, receiveBufferCapacity, receiveDatagramChannel, registerForRead, udpChannelpublic DebugReceiveChannelEndpoint(UdpChannel udpChannel, DataPacketDispatcher dispatcher, MediaDriver.Context context)
public DebugReceiveChannelEndpoint(UdpChannel udpChannel, DataPacketDispatcher dispatcher, MediaDriver.Context context, LossGenerator dataLossGenerator, LossGenerator controlLossGenerator)
public int sendTo(java.nio.ByteBuffer buffer,
java.net.InetSocketAddress remoteAddress)
ReceiveChannelEndpointByteBuffer to remote addresssendTo in class ReceiveChannelEndpointbuffer - to sendremoteAddress - to send toprotected int dispatch(org.agrona.concurrent.UnsafeBuffer buffer,
int length,
java.net.InetSocketAddress srcAddress)
dispatch in class ReceiveChannelEndpointCopyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.