Class UserAgentInterceptor
java.lang.Object
org.apache.sling.testing.clients.interceptors.UserAgentInterceptor
- All Implemented Interfaces:
org.apache.http.HttpRequestInterceptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.http.HttpRequest httpRequest, org.apache.http.protocol.HttpContext httpContext)
-
Field Details
-
USER_AGENT_HEADER
- See Also:
-
-
Constructor Details
-
UserAgentInterceptor
public UserAgentInterceptor()
-
-
Method Details
-
process
public void process(org.apache.http.HttpRequest httpRequest, org.apache.http.protocol.HttpContext httpContext) - Specified by:
process
in interfaceorg.apache.http.HttpRequestInterceptor
-