org.owasp.webscarab.plugin
Class ScriptableConversation
java.lang.Object
org.owasp.webscarab.plugin.ScriptableConversation
public class ScriptableConversation
- extends java.lang.Object
- Author:
- rogan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptableConversation
public ScriptableConversation(Request request,
Response response,
java.lang.String origin)
- Creates a new instance of ScriptableConversation
getRequest
public Request getRequest()
getResponse
public Response getResponse()
getOrigin
public java.lang.String getOrigin()
setCancelled
public void setCancelled(boolean cancelled)
isCancelled
public boolean isCancelled()
setAnalyse
public void setAnalyse(boolean analyse)
shouldAnalyse
public boolean shouldAnalyse()