public interface CommandReader extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isClosed() |
Command |
readNextCommand()
Waits for the next command and returns it.
|
Command readNextCommand() throws IOException
IOException
void close()
close
in interface AutoCloseable
close
in interface Closeable
boolean isClosed()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.