| Package | Description |
|---|---|
| org.cybergarage.http | HTTP protocol implementation and utilities. |
| Modifier and Type | Method and Description |
|---|---|
HTTPHeader | HTTPPacket.getHeader(int n)Gets the header at the specified index. |
HTTPHeader | HTTPPacket.getHeader(String name)Gets the header with the specified name, ignoring case. |
| Modifier and Type | Method and Description |
|---|---|
void | HTTPPacket.addHeader(HTTPHeader header)Adds a header to this HTTP packet. |
void | HTTPPacket.setHeader(HTTPHeader header)Sets the value of a header from an HTTP header object. |