void |
HttpHeader.addHeader(Header header,
String value) |
Add the HTTP mime header.
|
void |
HttpHeader.addHeader(Header header,
HeaderValue value) |
Add the HTTP mime header.
|
void |
HttpTrailer.addHeader(Header header,
String value) |
Add the HTTP mime header.
|
void |
HttpTrailer.addHeader(Header header,
HeaderValue value) |
Add the HTTP mime header.
|
void |
MimeHeadersPacket.addHeader(Header header,
String value) |
Add the HTTP mime header.
|
void |
MimeHeadersPacket.addHeader(Header header,
HeaderValue value) |
Add the HTTP mime header.
|
boolean |
HttpHeader.containsHeader(Header header) |
Returns true, if the mime Header is present among the HttpHeader mime headers, otherwise
returns false.
|
boolean |
HttpTrailer.containsHeader(Header header) |
Returns true, if the mime Header is present among the HttpHeader mime headers, otherwise
returns false.
|
boolean |
MimeHeadersPacket.containsHeader(Header header) |
Returns true, if the mime Header is present among the HttpHeader mime headers, otherwise
returns false.
|
String |
HttpHeader.getHeader(Header header) |
Get the value, of the specific HTTP mime header.
|
String |
HttpTrailer.getHeader(Header header) |
Get the value, of the specific HTTP mime header.
|
String |
MimeHeadersPacket.getHeader(Header header) |
Get the value, of the specific HTTP mime header.
|
T |
HttpHeader.Builder.header(Header header,
String value) |
Add the HTTP mime header.
|
T |
HttpHeader.Builder.removeHeader(Header header) |
Remove the specified header from this builder.
|
void |
HttpHeader.setHeader(Header header,
String value) |
Set the value, of the specific HTTP mime header.
|
void |
HttpHeader.setHeader(Header header,
HeaderValue value) |
Set the value, of the specific HTTP mime header.
|
void |
HttpTrailer.setHeader(Header header,
String value) |
Set the value, of the specific HTTP mime header.
|
void |
HttpTrailer.setHeader(Header header,
HeaderValue value) |
Set the value, of the specific HTTP mime header.
|
void |
MimeHeadersPacket.setHeader(Header header,
String value) |
Set the value, of the specific HTTP mime header.
|
void |
MimeHeadersPacket.setHeader(Header header,
HeaderValue value) |
Set the value, of the specific HTTP mime header.
|