Package | Description |
---|---|
org.apache.commons.latka.http |
Modifier and Type | Class and Description |
---|---|
class |
RequestHeadersImpl
Implementation of
RequestHeaders that stores its name-value pairs
in a list |
Modifier and Type | Field and Description |
---|---|
protected RequestHeaders |
RequestImpl._requestHeaders
headers sent with this request
|
Modifier and Type | Method and Description |
---|---|
RequestHeaders |
Request.getHeaders()
Get the headers for the request, so that they can
be copied to another request if necessary.
|
RequestHeaders |
RequestImpl.getHeaders()
Defined in the implemented interface
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setHeaders(RequestHeaders requestHeaders)
Set all the headers for the request.
|
void |
RequestImpl.setHeaders(RequestHeaders requestHeaders)
Defined in the implemented interface
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.