Package | Description |
---|---|
org.eclipse.actf.util.httpproxy.core |
This package includes core interfaces of ACTF HTTP proxy.
|
Modifier and Type | Method and Description |
---|---|
IHTTPHeader |
IHTTPMessage.getHeader(byte[] name)
Gets a HTTP header of the specified name.
|
IHTTPHeader |
IHTTPMessage.removeHeader(byte[] name)
Removes a HTTP header of the specified name.
|
Modifier and Type | Method and Description |
---|---|
List<IHTTPHeader> |
IHTTPMessage.getHeaders()
Gets all HTTP headers defined in this HTTP message.
|
Modifier and Type | Method and Description |
---|---|
void |
IHTTPMessage.addTrailingHeader(IHTTPHeader trailer)
Adds a HTTP trailing header.
|