public abstract class UdpTransportPoller
extends org.agrona.nio.TransportPoller
UdpChannelTransport
s using whatever means provides the lowest latency.Constructor and Description |
---|
UdpTransportPoller() |
Modifier and Type | Method and Description |
---|---|
abstract void |
cancelRead(UdpChannelTransport transport)
Cancel previous registration.
|
abstract int |
pollTransports()
Explicit event loop processing as a poll
|
abstract java.nio.channels.SelectionKey |
registerForRead(UdpChannelTransport transport)
Register channel for read.
|
public abstract int pollTransports()
public abstract java.nio.channels.SelectionKey registerForRead(UdpChannelTransport transport)
transport
- to associate with readpublic abstract void cancelRead(UdpChannelTransport transport)
transport
- to cancel read forCopyright © 2014-2018 Real Logic Ltd. All Rights Reserved.