|
|
|
@ -76,7 +76,6 @@ public class ServletServerHttpRequest implements ServerHttpRequest { |
|
|
|
@Nullable |
|
|
|
@Nullable |
|
|
|
private Map<String, Object> attributes; |
|
|
|
private Map<String, Object> attributes; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Nullable |
|
|
|
@Nullable |
|
|
|
private ServerHttpAsyncRequestControl asyncRequestControl; |
|
|
|
private ServerHttpAsyncRequestControl asyncRequestControl; |
|
|
|
|
|
|
|
|
|
|
|
@ -388,7 +387,6 @@ public class ServletServerHttpRequest implements ServerHttpRequest { |
|
|
|
public Iterator<String> iterator() { |
|
|
|
public Iterator<String> iterator() { |
|
|
|
return servletRequest.getAttributeNames().asIterator(); |
|
|
|
return servletRequest.getAttributeNames().asIterator(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public int size() { |
|
|
|
public int size() { |
|
|
|
return AttributesMap.this.size(); |
|
|
|
return AttributesMap.this.size(); |
|
|
|
@ -412,7 +410,6 @@ public class ServletServerHttpRequest implements ServerHttpRequest { |
|
|
|
public boolean hasNext() { |
|
|
|
public boolean hasNext() { |
|
|
|
return e.hasMoreElements(); |
|
|
|
return e.hasMoreElements(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public Object next() { |
|
|
|
public Object next() { |
|
|
|
String name = e.nextElement(); |
|
|
|
String name = e.nextElement(); |
|
|
|
@ -420,7 +417,6 @@ public class ServletServerHttpRequest implements ServerHttpRequest { |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public int size() { |
|
|
|
public int size() { |
|
|
|
return AttributesMap.this.size(); |
|
|
|
return AttributesMap.this.size(); |
|
|
|
@ -444,7 +440,6 @@ public class ServletServerHttpRequest implements ServerHttpRequest { |
|
|
|
public boolean hasNext() { |
|
|
|
public boolean hasNext() { |
|
|
|
return e.hasMoreElements(); |
|
|
|
return e.hasMoreElements(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public Entry<String, Object> next() { |
|
|
|
public Entry<String, Object> next() { |
|
|
|
String name = e.nextElement(); |
|
|
|
String name = e.nextElement(); |
|
|
|
@ -453,7 +448,6 @@ public class ServletServerHttpRequest implements ServerHttpRequest { |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public int size() { |
|
|
|
public int size() { |
|
|
|
return AttributesMap.this.size(); |
|
|
|
return AttributesMap.this.size(); |
|
|
|
|