You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

 

Its in progress right now ....

Approach

We will have layered approach for handling the client request message and server response message. Each layer will do its work and pass the message to next layer. Currently,  we are planning to add this with Geode server, but eventually, it should work with Netty server/ other. 

 

Layering

The Client request message will be processed by multiple layers. Once that message is constructed and authorized, it will execute that Geode api. Then the response from api will be processed by multiple layers to send a response back to the client. Welcome to PlantUML! You can start with a simple UML Diagram like: Bob->Alice: Hello Or class Example You will find more information about PlantUML syntax onhttps://plantuml.com (Details by typinglicensekeyword)     

Request Message (Down)Response Message (up)
Collect Message bytesSend the message
Collect metadataDivide the Message
Construct MessageAdd meta data
Customize key and valueCustomize key and value
Authenticate ConnectionAuthorize message
Authorize request MessageConstruct Response Message
Statsstats
Execute API
  • No labels