Skip navigation links

Package com.paritytrading.nassau.soupbintcp

An implementation of the NASDAQ SoupBinTCP 3.00 protocol.

See: Description

Package com.paritytrading.nassau.soupbintcp Description

An implementation of the NASDAQ SoupBinTCP 3.00 protocol.

The implementation is based on the Java NIO API and consists of three primary functions:

Data reception can run on one thread and data transmission and session keep-alive on another without locking. Data transmission and session keep-alive can run on different threads but require locking.

The underlying socket channels can be either blocking or non-blocking. In both cases, data transmission always blocks.

Skip navigation links

Copyright © 2017. All rights reserved.