Uses of Enum Class
org.glassfish.grizzly.http.util.Header
Packages that use Header
-
Uses of Header in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http with parameters of type HeaderModifier and TypeMethodDescriptionvoidAdd the HTTP mime header.voidHttpHeader.addHeader(Header header, HeaderValue value) Add the HTTP mime header.voidAdd the HTTP mime header.voidHttpTrailer.addHeader(Header header, HeaderValue value) Add the HTTP mime header.voidAdd the HTTP mime header.voidMimeHeadersPacket.addHeader(Header header, HeaderValue value) Add the HTTP mime header.booleanHttpHeader.containsHeader(Header header) Returns true, if the mimeHeaderis present among the HttpHeader mime headers, otherwise returns false.booleanHttpTrailer.containsHeader(Header header) Returns true, if the mimeHeaderis present among the HttpHeader mime headers, otherwise returns false.booleanMimeHeadersPacket.containsHeader(Header header) Returns true, if the mimeHeaderis present among the HttpHeader mime headers, otherwise returns false.Get the value, of the specific HTTP mime header.Get the value, of the specific HTTP mime header.Get the value, of the specific HTTP mime header.final TAdd the HTTP mime header.final THttpHeader.Builder.removeHeader(Header header) Remove the specified header from this builder.voidSet the value, of the specific HTTP mime header.voidHttpHeader.setHeader(Header header, HeaderValue value) Set the value, of the specific HTTP mime header.voidSet the value, of the specific HTTP mime header.voidHttpTrailer.setHeader(Header header, HeaderValue value) Set the value, of the specific HTTP mime header.voidSet the value, of the specific HTTP mime header.voidMimeHeadersPacket.setHeader(Header header, HeaderValue 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 HeaderModifier and TypeMethodDescriptionstatic HeaderAttempts to find a HTTP header by it's standard textual definition which may differ from value value returned byEnum.name.static HeaderReturns the enum constant of this class with the specified name.static Header[]Header.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.grizzly.http.util with parameters of type HeaderModifier and TypeMethodDescriptionCreate a new named header , return the MessageBytes container for the new valuebooleanFinds and returns a header field with the given name.intFind the index of a header with the given name.voidMimeHeaders.removeHeader(Header header) voidMimeHeaders.removeHeaderMatches(Header header, String regex) Removes the headers with the given name whose values contain the given string.Allow "set" operations - return a DataChunk container for the header value ( existing header or new if this .MimeHeaders.trailerValues(Header name)