Uses of Class
org.glassfish.grizzly.http.util.HeaderValue
Packages that use HeaderValue
Package
Description
-
Uses of HeaderValue in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http with parameters of type HeaderValueModifier and TypeMethodDescriptionvoidHttpHeader.addHeader(String name, HeaderValue value) Add the HTTP mime header.voidHttpHeader.addHeader(Header header, HeaderValue value) Add the HTTP mime header.voidHttpTrailer.addHeader(String name, HeaderValue value) Add the HTTP mime header.voidHttpTrailer.addHeader(Header header, HeaderValue value) Add the HTTP mime header.voidMimeHeadersPacket.addHeader(String name, HeaderValue value) Add the HTTP mime header.voidMimeHeadersPacket.addHeader(Header header, HeaderValue value) Add the HTTP mime header.voidHttpHeader.setHeader(String name, HeaderValue value) Set the value, of the specific HTTP mime header.voidHttpHeader.setHeader(Header header, HeaderValue value) Set the value, of the specific HTTP mime header.voidHttpTrailer.setHeader(String name, HeaderValue value) Set the value, of the specific HTTP mime header.voidHttpTrailer.setHeader(Header header, HeaderValue value) Set the value, of the specific HTTP mime header.voidMimeHeadersPacket.setHeader(String name, HeaderValue value) Set 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 HeaderValue in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server with parameters of type HeaderValueModifier and TypeMethodDescriptionvoidResponse.addHeader(String name, HeaderValue value) Add the specified header to the specified value.voidResponse.addHeader(Header header, HeaderValue value) Add the specified header to the specified value.voidResponse.setHeader(String name, HeaderValue value) Set the specified header to the specified value.voidResponse.setHeader(Header header, HeaderValue value) Set the specified header to the specified value. -
Uses of HeaderValue in org.glassfish.grizzly.http.util
Fields in org.glassfish.grizzly.http.util declared as HeaderValueMethods in org.glassfish.grizzly.http.util that return HeaderValueModifier and TypeMethodDescriptionstatic HeaderValueHeaderValue.newHeaderValue(String value) Creates aHeaderValuewrapper over aStringheader value representation.HeaderValue.prepare()Prepare the HeaderValue for the serialization.