Class HtmlInjectionProcessor

java.lang.Object
org.eblocker.server.icap.transaction.processor.HtmlInjectionProcessor
All Implemented Interfaces:
TransactionProcessor
Direct Known Subclasses:
WebRTCBlocker

public class HtmlInjectionProcessor extends Object implements TransactionProcessor
This class will collect all the content that is about to get injected into HTML responses
  • Constructor Details

    • HtmlInjectionProcessor

      public HtmlInjectionProcessor()
  • Method Details

    • process

      public boolean process(Transaction transaction)
      Description copied from interface: TransactionProcessor
      Returns false, if processing should be interrupted here.

      All other results have to be stored in the transaction object.

      Specified by:
      process in interface TransactionProcessor
      Returns: