Class FrameChannelSequence

All Implemented Interfaces:
Sequence<Frame>

public class FrameChannelSequence extends BaseSequence<Frame,FrameChannelSequence.FrameChannelIterator>
Adapter that converts a ReadableFrameChannel into a Sequence of Frame. This class does blocking reads on the channel, rather than nonblocking reads. Therefore, it is preferable to use ReadableFrameChannel directly whenever nonblocking reads are desired.
  • Constructor Details