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
Exception
CommandInvocationObject readCommand() throws Exception
Exception
Copyright © 2023. All rights reserved.