类 org.eclipse.jetty.http.PathMap
的使用

使用 PathMap 的软件包
org.eclipse.jetty.rewrite.handler   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.servlets   
 

org.eclipse.jetty.rewrite.handlerPathMap 的使用
 

返回 PathMaporg.eclipse.jetty.rewrite.handler 中的方法
 PathMap LegacyRule.getRewrite()
          Returns the map of rewriting rules.
 

参数类型为 PathMaporg.eclipse.jetty.rewrite.handler 中的方法
 void LegacyRule.setRewrite(PathMap rewrite)
          Sets the map of rewriting rules.
 

org.eclipse.jetty.server.handlerPathMap 的使用
 

类型变量类型为 PathMaporg.eclipse.jetty.server.handler 中的方法参数
protected  void IPAccessHandler.add(String entry, IPAddressMap<PathMap> patternMap)
          Helper method to parse the new entry and add it to the specified address pattern map.
protected  void IPAccessHandler.dump(StringBuilder buf, IPAddressMap<PathMap> patternMap)
          Dump a pattern map into a StringBuilder buffer
protected  void IPAccessHandler.set(String[] entries, IPAddressMap<PathMap> patternMap)
          Helper method to process a list of new entries and replace the content of the specified address pattern map
 

org.eclipse.jetty.servletsPathMap 的使用
 

类型参数类型为 PathMaporg.eclipse.jetty.servlets 中的字段
protected  HostMap<PathMap> ProxyServlet._black
           
protected  HostMap<PathMap> ProxyServlet._white
           
 



Copyright © 2013. All Rights Reserved.