public interface ClientProtocolMessageHandler
GenericProtocolServerConnection to handle messages sent to Geode.
Currently, only one ClientProtocolMessageHandler at a time can be used in a Geode
instance. It gets wired into ServerConnectionFactory to create all instances of
GenericProtocolServerConnection.
Implementors of this interface are expected to be able to be used for any number of connections
at a time (stateless except for the statistics).| Modifier and Type | Method and Description |
|---|---|
void |
receiveMessage(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
MessageExecutionContext executionContext) |
void receiveMessage(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
MessageExecutionContext executionContext)
throws java.io.IOException
java.io.IOException