| Constructor and Description |
|---|
ReplyIterator(BufferedReader _reader) |
ReplyIterator(BufferedReader _reader,
boolean addDotReader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<String> |
iterator() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorReplyIterator(BufferedReader _reader) throws IOException
IOExceptionReplyIterator(BufferedReader _reader, boolean addDotReader) throws IOException
_reader - the reader to wrapaddDotReader - whether to additionally wrap the reader in a DotTerminatedMessageReaderIOExceptionpublic String next() throws NoSuchElementException
next in interface Iterator<String>NoSuchElementException