Class ReferrerRemoveProcessor

java.lang.Object
org.eblocker.server.icap.transaction.processor.ReferrerRemoveProcessor
All Implemented Interfaces:
TransactionProcessor

public class ReferrerRemoveProcessor extends Object implements TransactionProcessor
This processor will remove the HTTP-Referrer-Header from the Requests
  • Constructor Details

  • 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: