refactor: simplify valve shell register

This commit is contained in:
ReaJason
2025-02-23 02:33:09 +08:00
parent 3438d07f6d
commit 1980ae7072
30 changed files with 210 additions and 3157 deletions
@@ -2,8 +2,9 @@ package com.bes.enterprise.webtier;
import com.bes.enterprise.webtier.connector.Request;
import com.bes.enterprise.webtier.connector.Response;
import java.io.IOException;
import javax.servlet.ServletException;
import java.io.IOException;
public interface Valve {
Valve getNext();