|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Header | |
|---|---|
| org.glassfish.grizzly.http | |
| org.glassfish.grizzly.http.util | |
| Uses of Header in org.glassfish.grizzly.http |
|---|
| Methods in org.glassfish.grizzly.http with parameters of type Header | |
|---|---|
void |
MimeHeadersPacket.addHeader(Header header,
java.lang.String value)
Add the HTTP mime header. |
void |
HttpTrailer.addHeader(Header header,
java.lang.String value)
Add the HTTP mime header. |
void |
HttpHeader.addHeader(Header header,
java.lang.String value)
Add the HTTP mime header. |
boolean |
MimeHeadersPacket.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 |
HttpHeader.containsHeader(Header header)
Returns true, if the mime Header is present
among the HttpHeader mime headers, otherwise returns false. |
java.lang.String |
MimeHeadersPacket.getHeader(Header header)
Get the value, of the specific HTTP mime header. |
java.lang.String |
HttpTrailer.getHeader(Header header)
Get the value, of the specific HTTP mime header. |
java.lang.String |
HttpHeader.getHeader(Header header)
Get the value, of the specific HTTP mime header. |
T |
HttpHeader.Builder.header(Header header,
java.lang.String value)
Add the HTTP mime header. |
void |
MimeHeadersPacket.setHeader(Header header,
java.lang.String value)
Set the value, of the specific HTTP mime header. |
void |
HttpTrailer.setHeader(Header header,
java.lang.String value)
Set the value, of the specific HTTP mime header. |
void |
HttpResponsePacket.setHeader(Header header,
java.lang.String value)
|
void |
HttpHeader.setHeader(Header header,
java.lang.String value)
Set the value, of the specific HTTP mime header. |
| Uses of Header in org.glassfish.grizzly.http.util |
|---|
| Methods in org.glassfish.grizzly.http.util that return Header | |
|---|---|
static Header |
Header.find(java.lang.String name)
Attempts to find a HTTP header by it's standard textual definition which may differ from value value returned by Enum.name. |
static Header |
Header.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Header[] |
Header.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.glassfish.grizzly.http.util with parameters of type Header | |
|---|---|
DataChunk |
MimeHeaders.addValue(Header header)
Create a new named header , return the MessageBytes container for the new value |
boolean |
MimeHeaders.contains(Header header)
|
java.lang.String |
MimeHeaders.getHeader(Header header)
|
DataChunk |
MimeHeaders.getValue(Header header)
Finds and returns a header field with the given name. |
int |
MimeHeaders.indexOf(Header header,
int fromIndex)
Find the index of a header with the given name. |
void |
MimeHeaders.removeHeader(Header header)
|
void |
MimeHeaders.removeHeaderMatches(Header header,
java.lang.String regex)
Removes the headers with the given name whose values contain the given string. |
DataChunk |
MimeHeaders.setValue(Header header)
Allow "set" operations - return a DataChunk container for the header value ( existing header or new if this . |
java.lang.Iterable<java.lang.String> |
MimeHeaders.values(Header name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||