- setBoring(boolean) - Method in class at.borkowski.spicej.streams.RateLimitInputStream
-
Sets the boring flag.
- setByteRate(int) - Method in interface at.borkowski.spicej.shapers.RateShaper
-
Sets a new byte rate per tick (after prescaling) for this rate shaper.
- setByteRate(int) - Method in class at.borkowski.spicej.streams.RateLimitInputStream
-
- setByteRate(int) - Method in class at.borkowski.spicej.streams.RateLimitOutputStream
-
- setDelay(long) - Method in interface at.borkowski.spicej.shapers.DelayShaper
-
Sets a new delay in ticks.
- setDelay(long) - Method in class at.borkowski.spicej.streams.DelayedInputStream
-
- setDelay(long) - Method in class at.borkowski.spicej.streams.DelayedOutputStream
-
- setEofDetection(boolean) - Method in class at.borkowski.spicej.streams.DelayedInputStream
-
- setKeepAlive(boolean) - Method in class at.borkowski.spicej.impl.RealTimeTickSource
-
Sets the keepAlive mode of this tick source.
- setNonBlocking(boolean) - Method in class at.borkowski.spicej.streams.DelayedInputStream
-
Sets the non-blocking flag.
- setNonBlocking(boolean) - Method in class at.borkowski.spicej.streams.RateLimitInputStream
-
Sets the non-blocking flag.
- setNonBlocking(boolean) - Method in class at.borkowski.spicej.streams.RateLimitOutputStream
-
Sets the non-blocking flag.
- setPrescale(int) - Method in interface at.borkowski.spicej.shapers.RateShaper
-
Sets a new prescale value (ie.
- setPrescale(int) - Method in class at.borkowski.spicej.streams.RateLimitInputStream
-
- setPrescale(int) - Method in class at.borkowski.spicej.streams.RateLimitOutputStream
-
- SimulationTickSource - Class in at.borkowski.spicej.impl
-
A tick source controlled by a simulation, with tick events sent out on
demand.
- SimulationTickSource() - Constructor for class at.borkowski.spicej.impl.SimulationTickSource
-
- sleep() - Method in class at.borkowski.spicej.impl.SleepWakeup
-
Blocks the calling thread until another thread calls this object's
SleepWakeup.wakeup() or a certain timeout passes.
- sleep(int) - Static method in class at.borkowski.spicej.impl.SleepWakeup
-
Sleeps for the provided amount of milliseconds, ignoring thread
interrupts.
- SleepWakeup - Class in at.borkowski.spicej.impl
-
Provides helper methods for sleeping and waking sleepers up.
- SleepWakeup() - Constructor for class at.borkowski.spicej.impl.SleepWakeup
-
- start() - Method in class at.borkowski.spicej.impl.RealTimeTickSource
-
Starts generating tick events, starting from 0.
- stop() - Method in class at.borkowski.spicej.impl.RealTimeTickSource
-
Stops generating tick events.
- Streams - Class in at.borkowski.spicej
-
Provides helper functions for easy shaping of streams.