| Interface | Description |
|---|---|
| Credentials |
Used for authentication
|
| Parameters |
Create a new set of parameters
|
| Request |
A Latka Request represents a request from an HTTP server.
|
| RequestHeaders |
Manage a set of http request headers
|
| Response |
A Latka Response represents a response from an HTTP server.
|
| Session |
A Latka Session is a container that manages state information
over 1+ HTTP request/response pairs over 1+ HTTP servers.
|
| Class | Description |
|---|---|
| CredentialsImpl |
Concrete Implementation of
Credentials |
| MethodFactory |
This factory provides a single point to obtain
implementations of HttpMethod base.
|
| ParametersImpl |
An implementation of the
Parameters interface that stores the
name value pairs as a list of two element string arrays |
| Proxy |
A class that holds proxy details for a session.
|
| RequestHeadersImpl |
Implementation of
RequestHeaders that stores its name-value pairs
in a list |
| RequestImpl |
An implementation of a Latka Request interface based on the Jakarta Commons
HttpClient package.
|
| ResponseImpl |
An implementation of a Latka Response interface based on the Jakarta Commons
HttpClient package.
|
| SessionImpl |
An implementation of a Latka Session interface based on the Jakarta Commons
HttpClient package.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.