public class FrameChannelSequence extends BaseSequence<Frame,FrameChannelSequence.FrameChannelIterator>
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.| Modifier and Type | Class and Description |
|---|---|
static class |
FrameChannelSequence.FrameChannelIterator |
BaseSequence.IteratorMaker<T,IterType extends Iterator<T>>| Constructor and Description |
|---|
FrameChannelSequence(ReadableFrameChannel channel) |
public FrameChannelSequence(ReadableFrameChannel channel)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.