Uses of Class
org.jboss.netty.handler.codec.http.HttpHeaders
Packages that use HttpHeaders
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpHeaders in org.jboss.netty.handler.codec.http
Subclasses of HttpHeaders in org.jboss.netty.handler.codec.httpModifier and TypeClassDescriptionprivate static final class
class
Fields in org.jboss.netty.handler.codec.http declared as HttpHeadersModifier and TypeFieldDescriptionstatic final HttpHeaders
HttpHeaders.EMPTY_HEADERS
private final HttpHeaders
DefaultHttpMessage.headers
private final HttpHeaders
DefaultHttpChunkTrailer.trailingHeaders
Methods in org.jboss.netty.handler.codec.http that return HttpHeadersModifier and TypeMethodDescriptionabstract HttpHeaders
Adds a new header with the specified name and values.abstract HttpHeaders
Adds a new header with the specified name and value.HttpHeaders.add
(HttpHeaders headers) Adds all header entries of the specifiedheaders
.DefaultHttpHeaders.clear()
abstract HttpHeaders
HttpHeaders.clear()
Removes all headers from thisHttpMessage
.DefaultHttpMessage.headers()
HttpMessage.headers()
Returns the headers of this message.abstract HttpHeaders
Removes the header with the specified name.abstract HttpHeaders
Sets a header with the specified name and values.abstract HttpHeaders
Sets a header with the specified name and value.HttpHeaders.set
(HttpHeaders headers) Cleans the current header entries and copies all header entries of the specifiedheaders
.DefaultHttpChunkTrailer.trailingHeaders()
HttpChunkTrailer.trailingHeaders()
Returns the trialing headers of this trailer.Methods in org.jboss.netty.handler.codec.http with parameters of type HttpHeadersModifier and TypeMethodDescriptionHttpHeaders.add
(HttpHeaders headers) Adds all header entries of the specifiedheaders
.HttpHeaders.set
(HttpHeaders headers) Cleans the current header entries and copies all header entries of the specifiedheaders
.