Interface Request.ServeAs

All Superinterfaces:
org.eclipse.jetty.util.Attributes, org.eclipse.jetty.io.Content.Source, Request
Enclosing interface:
Request

public static interface Request.ServeAs extends Request
This interface will be detected by the wrap(Request, HttpURI) static method to wrap the request changing its target to a given path. If a Request implements this interface it can be obtained with the Request.as(Request, Class) method.
See Also: