Class AdblockWebView.WebResponseResult

java.lang.Object
org.adblockplus.libadblockplus.android.webview.AdblockWebView.WebResponseResult
Enclosing class:
AdblockWebView

public static class AdblockWebView.WebResponseResult
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static android.webkit.WebResourceResponse ALLOW_LOAD  
    static android.webkit.WebResourceResponse BLOCK_LOAD  
    static java.lang.String RESPONSE_CHARSET_NAME  
    static java.lang.String RESPONSE_MIME_TYPE  
  • Constructor Summary

    Constructors
    Constructor Description
    WebResponseResult()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • RESPONSE_CHARSET_NAME

      public static final java.lang.String RESPONSE_CHARSET_NAME
      See Also:
      Constant Field Values
    • RESPONSE_MIME_TYPE

      public static final java.lang.String RESPONSE_MIME_TYPE
      See Also:
      Constant Field Values
    • ALLOW_LOAD

      public static final android.webkit.WebResourceResponse ALLOW_LOAD
    • BLOCK_LOAD

      public static final android.webkit.WebResourceResponse BLOCK_LOAD
  • Constructor Details

    • WebResponseResult

      public WebResponseResult()