文件名称: aeron-driver-1.2.5.jar中文-英文对照文档.zip
<dependency>
<groupId>io.aeron</groupId>
<artifactId>aeron-driver</artifactId>
<version>1.2.5</version>
</dependency>Gradle:
implementation group: 'io.aeron', name: 'aeron-driver', version: '1.2.5'
Gradle (Short):
implementation 'io.aeron:aeron-driver:1.2.5'
Gradle (Kotlin):
implementation("io.aeron:aeron-driver:1.2.5")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.aeron.driver
io.aeron.driver.buffer
io.aeron.driver.cmd
io.aeron.driver.exceptions
io.aeron.driver.ext
io.aeron.driver.media
io.aeron.driver.reports
io.aeron.driver.status
io.aeron.driver.uriio.aeron.driver.AeronClient
io.aeron.driver.ClientProxy
io.aeron.driver.Configuration
io.aeron.driver.CongestionControl
io.aeron.driver.CongestionControlSupplier
io.aeron.driver.CongestionControlUtil
io.aeron.driver.DataPacketDispatcher
io.aeron.driver.DataPacketDispatcher.SessionStatus
io.aeron.driver.DataPacketHandler
io.aeron.driver.DefaultCongestionControlSupplier
io.aeron.driver.DefaultMulticastFlowControlSupplier
io.aeron.driver.DefaultReceiveChannelEndpointSupplier
io.aeron.driver.DefaultSendChannelEndpointSupplier
io.aeron.driver.DefaultUnicastFlowControlSupplier
io.aeron.driver.DriverConductor
io.aeron.driver.DriverConductorProxy
io.aeron.driver.DriverManagedResource
io.aeron.driver.EventLog
io.aeron.driver.FeedbackDelayGenerator
io.aeron.driver.FlowControl
io.aeron.driver.FlowControlSupplier
io.aeron.driver.IpcPublication
io.aeron.driver.LossDetector
io.aeron.driver.LossHandler
io.aeron.driver.MaxMulticastFlowControl
io.aeron.driver.MaxMulticastFlowControlSupplier
io.aeron.driver.MediaDriver
io.aeron.driver.MediaDriver.Context
io.aeron.driver.MinMulticastFlowControl
io.aeron.driver.MinMulticastFlowControlSupplier
io.aeron.driver.NetworkPublication
io.aeron.driver.NetworkPublication.Status
io.aeron.driver.NetworkPublicationThreadLocals
io.aeron.driver.OptimalMulticastDelayGenerator
io.aeron.driver.PendingSetupMessageFromSource
io.aeron.driver.PreferredMulticastFlowControl
io.aeron.driver.PreferredMulticastFlowControlSupplier
io.aeron.driver.PublicationImage
io.aeron.driver.PublicationLink
io.aeron.driver.ReceiveChannelEndpointSupplier
io.aeron.driver.Receiver
io.aeron.driver.ReceiverProxy
io.aeron.driver.RetransmitHandler
io.aeron.driver.RetransmitSender
io.aeron.driver.SendChannelEndpointSupplier
io.aeron.driver.Sender
io.aeron.driver.SenderProxy
io.aeron.driver.SetupMessageHandler
io.aeron.driver.StaticDelayGenerator
io.aeron.driver.StaticWindowCongestionControl
io.aeron.driver.StatusMessageHandler
io.aeron.driver.Subscribable
io.aeron.driver.SubscriberPosition
io.aeron.driver.SubscriptionLink
io.aeron.driver.ThreadingMode
io.aeron.driver.UnicastFlowControl
io.aeron.driver.buffer.RawLog
io.aeron.driver.buffer.RawLogFactory
io.aeron.driver.cmd.AddDestinationCmd
io.aeron.driver.cmd.AddSubscriptionCmd
io.aeron.driver.cmd.CloseNetworkPublicationCmd
io.aeron.driver.cmd.CloseReceiveChannelEndpointCmd
io.aeron.driver.cmd.CloseSendChannelEndpointCmd
io.aeron.driver.cmd.CreatePublicationImageCmd
io.aeron.driver.cmd.DriverConductorCmd
io.aeron.driver.cmd.NewPublicationCmd
io.aeron.driver.cmd.NewPublicationImageCmd
io.aeron.driver.cmd.ReceiverCmd
io.aeron.driver.cmd.RegisterReceiveChannelEndpointCmd
io.aeron.driver.cmd.RegisterSendChannelEndpointCmd
io.aeron.driver.cmd.RemoveCoolDownCmd
io.aeron.driver.cmd.RemoveDestinationCmd
io.aeron.driver.cmd.RemovePublicationCmd
io.aeron.driver.cmd.RemoveSubscriptionCmd
io.aeron.driver.cmd.SenderCmd
io.aeron.driver.exceptions.ActiveDriverException
io.aeron.driver.exceptions.ConfigurationException
io.aeron.driver.exceptions.ControlProtocolException
io.aeron.driver.exceptions.InvalidChannelException
io.aeron.driver.exceptions.UnknownSubscriptionException
io.aeron.driver.ext.CubicCongestionControl
io.aeron.driver.ext.CubicCongestionControlSupplier
io.aeron.driver.ext.DebugChannelEndpointConfiguration
io.aeron.driver.ext.DebugReceiveChannelEndpoint
io.aeron.driver.ext.DebugReceiveChannelEndpointSupplier
io.aeron.driver.ext.DebugSendChannelEndpoint
io.aeron.driver.ext.DebugSendChannelEndpointSupplier
io.aeron.driver.ext.LossGenerator
io.aeron.driver.ext.RandomLossGenerator
io.aeron.driver.media.ControlTransportPoller
io.aeron.driver.media.DataTransportPoller
io.aeron.driver.media.NetworkUtil
io.aeron.driver.media.ReceiveChannelEndpoint
io.aeron.driver.media.ReceiveChannelEndpointThreadLocals
io.aeron.driver.media.SendChannelEndpoint
io.aeron.driver.media.UdpChannel
io.aeron.driver.media.UdpChannelTransport
io.aeron.driver.media.UdpDestinationTracker
io.aeron.driver.media.UdpDestinationTracker.Destination
io.aeron.driver.media.UdpDestinationTracker.PreSendFunction
io.aeron.driver.media.UdpTransportPoller
io.aeron.driver.reports.LossReport
io.aeron.driver.reports.LossReport.ReportEntry
io.aeron.driver.reports.LossReportReader
io.aeron.driver.reports.LossReportReader.EntryConsumer
io.aeron.driver.reports.LossReportUtil
io.aeron.driver.status.ChannelEndpointStatus
io.aeron.driver.status.PerImageIndicator
io.aeron.driver.status.PublisherLimit
io.aeron.driver.status.ReceiveChannelStatus
io.aeron.driver.status.ReceiverHwm
io.aeron.driver.status.ReceiverPos
io.aeron.driver.status.SendChannelStatus
io.aeron.driver.status.SenderLimit
io.aeron.driver.status.SenderPos
io.aeron.driver.status.StreamPositionCounter
io.aeron.driver.status.SubscriberPos
io.aeron.driver.status.SystemCounterDescriptor
io.aeron.driver.status.SystemCounters
io.aeron.driver.uri.AeronUri
io.aeron.driver.uri.InterfaceSearchAddress
io.aeron.driver.uri.SocketAddressUtil
io.aeron.driver.uri.UriUtil