Class ConfigServletInner
- java.lang.Object
-
- com.alibaba.nacos.config.server.controller.ConfigServletInner
-
@Service public class ConfigServletInner extends Object
ConfigServlet inner for aop- Author:
- Nacos
-
-
Constructor Summary
Constructors Constructor Description ConfigServletInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdoGetConfig(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String dataId, String group, String tenant, String tag, String clientIp)同步配置获取接口StringdoPollingConfig(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String,String> clientMd5Map, int probeRequestSize)轮询接口
-
-
-
Method Detail
-
doPollingConfig
public String doPollingConfig(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String,String> clientMd5Map, int probeRequestSize) throws IOException
轮询接口- Throws:
IOException
-
doGetConfig
public String doGetConfig(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String dataId, String group, String tenant, String tag, String clientIp) throws IOException, javax.servlet.ServletException
同步配置获取接口- Throws:
IOExceptionjavax.servlet.ServletException
-
-