Class ConfigServletInner


  • @Service
    public class ConfigServletInner
    extends Object
    ConfigServlet inner for aop
    Author:
    Nacos
    • Constructor Detail

      • ConfigServletInner

        public ConfigServletInner()
    • 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:
        IOException
        javax.servlet.ServletException