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 classclassFields in org.jboss.netty.handler.codec.http declared as HttpHeadersModifier and TypeFieldDescriptionstatic final HttpHeadersHttpHeaders.EMPTY_HEADERSprivate final HttpHeadersDefaultHttpMessage.headersprivate final HttpHeadersDefaultHttpChunkTrailer.trailingHeadersMethods in org.jboss.netty.handler.codec.http that return HttpHeadersModifier and TypeMethodDescriptionabstract HttpHeadersAdds a new header with the specified name and values.abstract HttpHeadersAdds a new header with the specified name and value.HttpHeaders.add(HttpHeaders headers) Adds all header entries of the specifiedheaders.DefaultHttpHeaders.clear()abstract HttpHeadersHttpHeaders.clear()Removes all headers from thisHttpMessage.DefaultHttpMessage.headers()HttpMessage.headers()Returns the headers of this message.abstract HttpHeadersRemoves the header with the specified name.abstract HttpHeadersSets a header with the specified name and values.abstract HttpHeadersSets 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.