Class RequestURIRef

java.lang.Object
org.glassfish.grizzly.http.util.RequestURIRef

public class RequestURIRef extends Object
Request URI holder. Contains 3 types of URI: 1) Original, which represents the URI's original state at time it was set. 2) Decoded, which has represents URI after being URI and String decoded (internally used by Mapper). 3) Actual, which is supposed as URI value returned to user.
Author:
Alexey Stashok