users@jax-rs-spec.java.net

[jax-rs-spec users] [jsr339-experts] Can UriInfo be visible on the client side ?

From: Sergey Beryozkin <sberyozkin_at_talend.com>
Date: Tue, 20 Dec 2011 14:44:56 +0000

>> http://java.net/jira/browse/JAX_RS_SPEC-154
>
> Agreed

I'm having another thought about it, though do agree with the resolution.
The purpose of this email is to explore the options around refactoring
UriInfo. Most of UriInfo's methods can be generally useful on both
sides, so the original methods Marek added to Request could've been
useful on the client side.

What do you think about extracting some commonly useful methods to
UriInfo superintertface, such as RequestURI for example ?
UriInfo extends RequestURI ?