|
|
|
@ -73,7 +73,6 @@ public class ServletServerHttpRequest implements ServerHttpRequest { |
|
|
|
|
|
|
|
|
|
|
|
private @Nullable Map<String, Object> attributes; |
|
|
|
private @Nullable Map<String, Object> attributes; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private @Nullable ServerHttpAsyncRequestControl asyncRequestControl; |
|
|
|
private @Nullable ServerHttpAsyncRequestControl asyncRequestControl; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -377,7 +376,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(); |
|
|
|
@ -401,7 +399,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(); |
|
|
|
@ -409,7 +406,6 @@ public class ServletServerHttpRequest implements ServerHttpRequest { |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public int size() { |
|
|
|
public int size() { |
|
|
|
return AttributesMap.this.size(); |
|
|
|
return AttributesMap.this.size(); |
|
|
|
@ -433,7 +429,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(); |
|
|
|
@ -442,7 +437,6 @@ public class ServletServerHttpRequest implements ServerHttpRequest { |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public int size() { |
|
|
|
public int size() { |
|
|
|
return AttributesMap.this.size(); |
|
|
|
return AttributesMap.this.size(); |
|
|
|
|