Returns an enumeration of strings representing the header field names. Field names may appear multiple times in this enumeration, indicating that multiple fields with that name exist in this header. @return the enumeration
()
| 259 | * @return the enumeration |
| 260 | */ |
| 261 | public Enumeration<String> names() { |
| 262 | return new NamesEnumerator(this); |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * Get the values for a header name. |
no outgoing calls