You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/11/16 13:15:03 UTC

[shardingsphere] 01/01: Add state machine implement for proxy (#8177)

This is an automated email from the ASF dual-hosted git repository.

zhangyonglun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git

commit 6a255bebf6ced3b97a86b7cd556fa4b320237c9d
Merge: d5ee48d 5f401e4
Author: Zhang Yonglun <zh...@apache.org>
AuthorDate: Mon Nov 16 21:14:01 2020 +0800

    Add state machine implement for proxy (#8177)

 .../netty/FrontendChannelInboundHandler.java       | 13 +----
 .../proxy/frontend/state/ProxyState.java           | 38 ++++++++++++
 .../proxy/frontend/state/ProxyStateMachine.java    | 67 ++++++++++++++++++++++
 .../proxy/frontend/state/ProxyStateType.java       | 26 +++++++++
 .../proxy/frontend/state/impl/OKProxyState.java    | 44 ++++++++++++++
 5 files changed, 178 insertions(+), 10 deletions(-)