Get the values for a header name. @param name the header name @return the enumeration of values
(String name)
| 268 | * @return the enumeration of values |
| 269 | */ |
| 270 | public Enumeration<String> values(String name) { |
| 271 | return new ValuesEnumerator(this, name); |
| 272 | } |
| 273 | |
| 274 | // -------------------- Adding headers -------------------- |
| 275 |
no outgoing calls
no test coverage detected