Class RequestUserAgentInterceptor

  • All Implemented Interfaces:
    org.apache.http.HttpRequestInterceptor

    public class RequestUserAgentInterceptor
    extends java.lang.Object
    implements org.apache.http.HttpRequestInterceptor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(org.apache.http.HttpRequest httpRequest, org.apache.http.protocol.HttpContext httpContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestUserAgentInterceptor

        public RequestUserAgentInterceptor()
    • Method Detail

      • process

        public void process​(org.apache.http.HttpRequest httpRequest,
                            org.apache.http.protocol.HttpContext httpContext)
        Specified by:
        process in interface org.apache.http.HttpRequestInterceptor