[
https://issues.apache.org/jira/browse/HTTPCORE-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534107
]
Andrea Selva commented on HTTPCORE-121:
---------------------------------------
Hi Oleg,
if we can use that method, that return an array of HeaderElement, the job of
this iterator more simple than i think. It should get all headers of a
specified name (passed in) and this is accomplished by HeaderIterator, then for
each header get the array of HeaderElement throught the getElements() method
and return the elements one at time...correct me, please, so i can do the
correct fix
Thanks
Andrea
> new interface HeaderElementIterator
> -----------------------------------
>
> Key: HTTPCORE-121
> URL: https://issues.apache.org/jira/browse/HTTPCORE-121
> Project: HttpComponents Core
> Issue Type: Sub-task
> Components: HttpCore
> Affects Versions: 4.0-alpha5
> Reporter: Roland Weber
> Priority: Minor
> Fix For: 4.0-beta1
>
> Attachments: firstimpl.patch, firstimpl.patch
>
>
> As discussed for HTTPCORE-112, an interface and implementation for iterating
> over header elements would be useful.
> The implementation can be put on top of the HeaderIterator introduced with
> HTTPCORE-120.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]