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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintpriority()booleanrawRequest(Object context, Object request, Object response) void
-
Field Details
-
weak
public final org.zeroturnaround.javarebel.RequestListener weak
-
-
Constructor Details
-
RequestListenerAdapter
public RequestListenerAdapter() -
RequestListenerAdapter
public RequestListenerAdapter(int priority)
-
-
Method Details
-
rawRequest
- Specified by:
rawRequestin interfaceorg.zeroturnaround.javarebel.RequestListener- Throws:
Exception
-
beforeRequest
- Specified by:
beforeRequestin interfaceorg.zeroturnaround.javarebel.RequestListener- Throws:
Exception
-
requestFinally
- Specified by:
requestFinallyin interfaceorg.zeroturnaround.javarebel.RequestListener- Throws:
Exception
-
priority
public int priority()- Specified by:
priorityin interfaceorg.zeroturnaround.javarebel.RequestListener
-