# Dynamically loaded implementation classes.
# For each class, a global instance will be constructed on demand.

# These components only exist in the client distribution.
# The server wires its own implementations during bootstrap.

com.pushtechnology.diffusion.client.impl.ClientThreadPools
com.pushtechnology.diffusion.utils.bytebuffer.ClientByteBufferPoolImpl
com.pushtechnology.diffusion.io.client.ClientNetworkContextPool
com.pushtechnology.diffusion.flowcontrol.SleepingFlowControlBuilder

# These differ on Android...
com.pushtechnology.diffusion.multiplexer.blocking.BlockingMultiplexerSource
com.pushtechnology.diffusion.io.selector.blocking.BlockingSelectorFactory
