コード例 #1
0
 public String remove(Object key) {
   return headers.remove(key);
 }
コード例 #2
0
 public void removeAttribute(String attributeName) {
   Dictionary<String, Object> attributes = proxyContext.getContextAttributes(httpContext);
   attributes.remove(attributeName);
 }