[
https://issues.apache.org/jira/browse/HTTPCORE-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068535#comment-13068535
]
William R. Speirs commented on HTTPCORE-265:
--------------------------------------------
Patches attached... thanks!
> Add the Ability to get RequestHandlers
> --------------------------------------
>
> Key: HTTPCORE-265
> URL: https://issues.apache.org/jira/browse/HTTPCORE-265
> Project: HttpComponents HttpCore
> Issue Type: Improvement
> Components: HttpCore, HttpCore NIO
> Reporter: William R. Speirs
> Priority: Minor
> Fix For: 4.2-alpha1
>
> Attachments: HttpRequestHandlerRegistry.diff,
> NHttpRequestHandlerRegistry.diff, TestHttpRequestHandlerRegistry.diff,
> UriPatternMatcher.diff
>
>
> I'm about to write some code in my server which tracks all of the handlers
> that are set. However, this code would essentially what mimics the code
> inside of NHttpRequestHandlerRegistry/HttpRequestHandlerRegistry or more
> accurately the underlying UriPatternMatcher. My request is to add a method
> which returns the map contained inside of the underlying UriPatternMatcher.
> Is there a particular reason a getObjects() method doesn't exist in
> UriPatternMatcher or getHandlers() method in
> NHttpRequestHandlerRegistry/HttpRequestHandlerRegistry? If the reason is
> simply that no one has asked for this before, I'll go ahead and submit a
> patch to add these methods. If there are other reasons, I'm curious as to
> what it is.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]