See: Description
| Interface | Description |
|---|---|
| UdpNameResolutionTransport.UdpFrameHandler |
Handler for processing the received frames.
|
| Class | Description |
|---|---|
| ControlTransportPoller |
Encapsulates the polling of control
UdpChannelTransports using whatever means provides the lowest latency. |
| DataTransportPoller |
Encapsulates the polling of data
UdpChannelTransports using whatever means provides the lowest latency. |
| ImageConnection |
State tracking for a connection endpoint to an image from a transport.
|
| NetworkUtil |
Collection of network specific utility functions.
|
| ReceiveChannelEndpoint |
Aggregator of multiple subscriptions onto a single transport channel for receiving of data and setup frames
plus sending status and NAK frames.
|
| ReceiveChannelEndpointThreadLocals |
Thread local variables that will only be accessed in the context of the Receiver agent thread from within a
ReceiveChannelEndpoint subclass. |
| ReceiveDestinationTransport |
Destination endpoint representation for reception into an image from a UDP transport.
|
| SendChannelEndpoint |
Aggregator of multiple
NetworkPublications onto a single transport channel for
sending data and setup frames plus the receiving of status and NAK frames. |
| UdpChannel |
The media configuration for Aeron UDP channels as an instantiation of the socket addresses for a
ChannelUri. |
| UdpChannelTransport |
Base class for UDP channel transports which is specialised for send or receive endpoints.
|
| UdpNameResolutionTransport |
UdpChannelTransport specialised for for name resolution between MediaDrivers. |
| UdpTransportPoller |
Encapsulates the polling of a number of
UdpChannelTransports using whatever means provides the lowest latency. |
Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.