mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 07:21:53 +08:00
refactor: simplify valve shell register
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user