类 DelegatingWebConnection.DelegateWebConnection

java.lang.Object
cn.taketoday.test.web.servlet.htmlunit.DelegatingWebConnection.DelegateWebConnection
封闭类:
DelegatingWebConnection

public static final class DelegatingWebConnection.DelegateWebConnection extends Object
The delegate web connection.
  • 字段详细资料

    • matcher

      private final WebRequestMatcher matcher
    • delegate

      private final org.htmlunit.WebConnection delegate
  • 构造器详细资料

    • DelegateWebConnection

      public DelegateWebConnection(WebRequestMatcher matcher, org.htmlunit.WebConnection delegate)
  • 方法详细资料

    • getMatcher

      private WebRequestMatcher getMatcher()
    • getDelegate

      private org.htmlunit.WebConnection getDelegate()