Class ForwardedUriInfo

java.lang.Object
org.openprovenance.prov.service.core.rest.ForwardedUriInfo
All Implemented Interfaces:
jakarta.ws.rs.core.UriInfo

public final class ForwardedUriInfo extends Object implements jakarta.ws.rs.core.UriInfo
Custom implementation of UriInfo that is aware of X-Forwarded-For HTTP header.

The class is mutable and NOT thread-safe.

Version:
$Id: ForwardedUriInfo.java 2226 2012-11-13 08:27:20Z guard $
Author:
Yegor Bugayenko (yegor@tpc2.com)
See Also: