| Package | Description |
|---|---|
| edu.wisc.my.webproxy.beans.http |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderImpl
This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.Header) interface
|
| Modifier and Type | Method and Description |
|---|---|
IHeader |
Request.createHeader(String name,
String value)
Creates and return an empty Header
|
IHeader |
RequestImpl.createHeader(String name,
String value) |
IHeader[] |
Request.getHeaders()
Retrieves an array of Headers that this object contains.
|
IHeader[] |
Response.getHeaders()
Retrieves all the response headers as an array of Headers
|
IHeader[] |
RequestImpl.getHeaders() |
IHeader[] |
ResponseImpl.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setHeaders(IHeader[] h)
Sets the Static Headers to this object
|
void |
RequestImpl.setHeaders(IHeader[] h) |
| Constructor and Description |
|---|
RequestImpl(ParameterPair[] postAtributes,
IHeader[] headers,
String url,
String type,
String authType) |
Copyright © 2016 Jasig. All Rights Reserved.