Nassau Utilities contains utility methods for working with NASDAQ transport protocols.
Nassau Utilities contains the following utility methods:
SoupBinTCP.receive()
for receiving all messages in a SoupBinTCP sessionMoldUDP64.receive()
for receiving all messages in a MoldUDP64 sessionBinaryFILE.read()
for reading all messages in a BinaryFILE file
Nassau Utilities depends on the following libraries:
- Foundation 0.2.1
- Nassau Core
Add a Maven dependency to Nassau Utilities:
<dependency>
<groupId>com.paritytrading.nassau</groupId>
<artifactId>nassau-util</artifactId>
<version><!-- latest release --></version>
</dependency>
See the latest release on GitHub.
Released under Apache License, Version 2.0.