Modifier and Type | Method and Description |
---|---|
void |
Validator.validate(Response response)
Run custom validation.
|
Modifier and Type | Method and Description |
---|---|
Response |
RequestEvent.getResponse()
the response associated with the event's request
|
Response |
BaseRequestEvent.getResponse() |
Constructor and Description |
---|
BaseRequestEvent(Request request,
Response response)
Store the request, response and session for later retrieval
|
RequestErrorEvent(Request request,
Response response,
java.lang.Throwable t)
Create an event from the request, response and some Throwable
|
RequestFailedEvent(Request request,
Response response,
ValidationException e)
Create a new request failed event
|
RequestSkippedEvent(Request request,
Response response)
Create a RequestSkippedEvent with the provided request and response
|
RequestSucceededEvent(Request request,
Response response)
Create the event for the given request and response
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseImpl
An implementation of a Latka Response interface based on the Jakarta Commons
HttpClient package.
|
Modifier and Type | Method and Description |
---|---|
Response |
Request.execute()
Execute this HTTP request.
|
Response |
RequestImpl.execute()
Executes the request.
|
protected Response |
RequestImpl.executeRequestPerHost()
Execute the request - perform the http interaction.
|
Modifier and Type | Field and Description |
---|---|
protected Response |
RequestTag._response |
Modifier and Type | Method and Description |
---|---|
Response |
RequestTag.getResponse()
The first time this method is called, a live HTTP
call will be made to the server, returning null
if the response cannot be obtained.
|
protected Response |
ValidateTag.getResponse() |
Modifier and Type | Field and Description |
---|---|
protected Response |
HttpValidatorTagSupport._response
the response being validated
|
Modifier and Type | Method and Description |
---|---|
Response |
HttpValidatorTagSupport.getResponse()
the response being validated
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
BaseConditionalValidator.assertTrue(Response response)
Return true or false, depending on whether or not
the test conditions were met.
|
boolean |
CookieValidator.assertTrue(Response response) |
boolean |
RegexpValidator.assertTrue(Response response) |
boolean |
ResponseHeaderValidator.assertTrue(Response response)
Checks to see that the header exists, and also checks
its value if setHeaderValue(String) has been called
|
boolean |
XPathValidator.assertTrue(Response response) |
void |
BaseConditionalValidator.validate(Response response)
Final method.
|
abstract void |
BaseValidator.validate(Response response)
Validate a response
|
void |
ByteLengthValidator.validate(Response response) |
void |
GoldenFileValidator.validate(Response response) |
void |
MaxRequestTimeValidator.validate(Response response) |
void |
StatusCodeValidator.validate(Response response) |
void |
StatusTextValidator.validate(Response response) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.