public interface ProtocolStreamParser
| Modifier and Type | Method and Description |
|---|---|
void |
initializeParsingStream(InputStream in)
Initializes the stream for reading commands based on a specific protocols notion
of draining an InputStream.
|
CommandInvocationObject |
readCommand()
Reads the next Command.
|
void initializeParsingStream(InputStream in) throws Exception
ExceptionCommandInvocationObject readCommand() throws Exception
ExceptionCopyright © 2025. All rights reserved.