|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IHeader | |
|---|---|
| edu.wisc.my.webproxy.beans.http | |
| Uses of IHeader in edu.wisc.my.webproxy.beans.http |
|---|
| Classes in edu.wisc.my.webproxy.beans.http that implement IHeader | |
|---|---|
class |
HeaderImpl
This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Header) interface |
| Methods in edu.wisc.my.webproxy.beans.http that return IHeader | |
|---|---|
IHeader |
RequestImpl.createHeader(String name,
String value)
|
IHeader |
Request.createHeader(String name,
String value)
Creates and return an empty Header |
IHeader[] |
ResponseImpl.getHeaders()
|
IHeader[] |
Response.getHeaders()
Retrieves all the response headers as an array of Headers |
IHeader[] |
RequestImpl.getHeaders()
|
IHeader[] |
Request.getHeaders()
Retrieves an array of Headers that this object contains. |
| Methods in edu.wisc.my.webproxy.beans.http with parameters of type IHeader | |
|---|---|
void |
RequestImpl.setHeaders(IHeader[] h)
|
void |
Request.setHeaders(IHeader[] h)
Sets the Static Headers to this object |
| Constructors in edu.wisc.my.webproxy.beans.http with parameters of type IHeader | |
|---|---|
RequestImpl(ParameterPair[] postAtributes,
IHeader[] headers,
String url,
String type,
String authType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||