Class RequestListenerAdapter

java.lang.Object
org.zeroturnaround.javarebel.integration.generic.RequestListenerAdapter
All Implemented Interfaces:
org.zeroturnaround.javarebel.RequestListener

public class RequestListenerAdapter extends Object implements org.zeroturnaround.javarebel.RequestListener
  • Field Details

    • weak

      public final org.zeroturnaround.javarebel.RequestListener weak
  • Constructor Details

    • RequestListenerAdapter

      public RequestListenerAdapter()
    • RequestListenerAdapter

      public RequestListenerAdapter(int priority)
  • Method Details

    • rawRequest

      public boolean rawRequest(Object context, Object request, Object response) throws Exception
      Specified by:
      rawRequest in interface org.zeroturnaround.javarebel.RequestListener
      Throws:
      Exception
    • beforeRequest

      public void beforeRequest() throws Exception
      Specified by:
      beforeRequest in interface org.zeroturnaround.javarebel.RequestListener
      Throws:
      Exception
    • requestFinally

      public void requestFinally() throws Exception
      Specified by:
      requestFinally in interface org.zeroturnaround.javarebel.RequestListener
      Throws:
      Exception
    • priority

      public int priority()
      Specified by:
      priority in interface org.zeroturnaround.javarebel.RequestListener