Package | Description |
---|---|
org.apache.commons.latka | |
org.apache.commons.latka.event | |
org.apache.commons.latka.http | |
org.apache.commons.latka.jelly |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultLatkaEventInfo.didRequestSucceed(Request request)
Check to see if a particular Request succeeded or failed.
|
Modifier and Type | Method and Description |
---|---|
Request |
RequestEvent.getRequest()
the request the event is about
|
Request |
BaseRequestEvent.getRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
LatkaEventInfo.didRequestSucceed(Request request)
Check to see if a particular Request succeeded or failed.
|
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 |
RequestImpl
An implementation of a Latka Request interface based on the Jakarta Commons
HttpClient package.
|
Modifier and Type | Method and Description |
---|---|
Request |
Session.createRequest(java.lang.String label,
java.net.URL url,
int httpMethod,
java.lang.String version,
boolean followRedirects)
Creates a labeled request object, with the specified URL, HTTP Method,
version, and redirect handling behavior.
|
Request |
SessionImpl.createRequest(java.lang.String label,
java.net.URL url,
int httpMethod,
java.lang.String version,
boolean followRedirects)
Creates a labeled request object with the specified URL, HTTP Method,
version, and redirect handling behavior.
|
Request |
Session.createRequest(java.lang.String label,
java.net.URL url,
int httpMethod,
java.lang.String version,
boolean followRedirects,
Proxy proxy)
Create a labeled request with the specified URL, HTTP method, version, and
redirect handling behavior, using the given proxy for communication.
|
Request |
SessionImpl.createRequest(java.lang.String label,
java.net.URL url,
int httpMethod,
java.lang.String version,
boolean followRedirects,
Proxy proxy)
Create a labeled request , with the specified URL, HTTP method, version, and
redirect handling behavior, using the given proxy for communications.
|
Request |
Session.createRequest(java.net.URL url,
int httpMethod,
Proxy proxy,
java.lang.String version)
Creates a request object with the specified URL, HTTP Method, and
version to be accessed via the provided proxy.
|
Request |
SessionImpl.createRequest(java.net.URL url,
int httpMethod,
Proxy proxy,
java.lang.String version)
Creates a request object with the specified URL, HTTP Method, and
version to be accessed via the provided proxy.
|
Request |
Session.createRequest(java.net.URL url,
int httpMethod,
java.lang.String version)
Creates a request object with the specified URL, HTTP Method,
and version.
|
Request |
SessionImpl.createRequest(java.net.URL url,
int httpMethod,
java.lang.String version)
Creates a request object with the specified URL, HTTP Method,
and version.
|
Request |
Response.getRequest()
Getter for request property
|
Request |
ResponseImpl.getRequest()
Defined in interface
|
Modifier and Type | Field and Description |
---|---|
protected Request |
RequestTag._request |
Modifier and Type | Method and Description |
---|---|
Request |
JellyUtils.findParentRequest(org.apache.commons.jelly.Tag tag)
Given a tag, find a parent RequestTag and return
its Request object.
|
Request |
RequestTag.getRequest() |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.