Class UDPConnection<T>

java.lang.Object
uk.ac.manchester.spinnaker.connections.UDPConnection<T>
Type Parameters:
T - The type of message to be received. It's possible for the received information to even be metadata about the message, and not the content of the message.
All Implemented Interfaces:
Closeable, AutoCloseable, Connection
Direct Known Subclasses:
BMPConnection, BootConnection, EIEIOConnection, IPAddressConnection, NotificationConnection, ProxyUDPConnection, SDPConnection

public abstract class UDPConnection<T>
extends Object
implements Connection
A connection to SpiNNaker over UDP/IPv4.