Class ProxyWrapperImpl

  • All Implemented Interfaces:
    ProxyWrapper

    public class ProxyWrapperImpl
    extends java.lang.Object
    implements ProxyWrapper
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyWrapperImpl​(net.lightbody.bmp.BrowserMobProxy proxy)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearRequests()  
      net.lightbody.bmp.BrowserMobProxy getProxy()  
      net.lightbody.bmp.core.har.HarEntry getRequestByUrl​(java.lang.String urlPattern)  
      java.util.List<net.lightbody.bmp.core.har.HarPostDataParam> getRequestFormParamsByUrl​(java.lang.String urlPattern)  
      java.util.List<net.lightbody.bmp.core.har.HarRequest> getRequests()  
      java.util.List<net.lightbody.bmp.core.har.HarEntry> getRequestsByUrl​(java.lang.String urlPattern)  
      java.util.List<java.lang.String> getRequestsUrls()  
      • Methods inherited from class java.lang.Object

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

      • ProxyWrapperImpl

        public ProxyWrapperImpl​(net.lightbody.bmp.BrowserMobProxy proxy)
    • Method Detail

      • getProxy

        public net.lightbody.bmp.BrowserMobProxy getProxy()
        Specified by:
        getProxy in interface ProxyWrapper
      • getRequests

        public java.util.List<net.lightbody.bmp.core.har.HarRequest> getRequests()
        Specified by:
        getRequests in interface ProxyWrapper
      • getRequestsUrls

        public java.util.List<java.lang.String> getRequestsUrls()
        Specified by:
        getRequestsUrls in interface ProxyWrapper
      • getRequestsByUrl

        public java.util.List<net.lightbody.bmp.core.har.HarEntry> getRequestsByUrl​(java.lang.String urlPattern)
        Specified by:
        getRequestsByUrl in interface ProxyWrapper
      • getRequestByUrl

        public net.lightbody.bmp.core.har.HarEntry getRequestByUrl​(java.lang.String urlPattern)
        Specified by:
        getRequestByUrl in interface ProxyWrapper
      • getRequestFormParamsByUrl

        public java.util.List<net.lightbody.bmp.core.har.HarPostDataParam> getRequestFormParamsByUrl​(java.lang.String urlPattern)
        Specified by:
        getRequestFormParamsByUrl in interface ProxyWrapper