Uses of Class
org.apache.juneau.http.header.BasicCsvHeader
Packages that use BasicCsvHeader
Package
Description
HTTP Header Beans
REST Client API
- 
Uses of BasicCsvHeader in org.apache.juneau.httpMethods in org.apache.juneau.http that return BasicCsvHeaderModifier and TypeMethodDescriptionstatic final BasicCsvHeaderCreates a newBasicCsvHeaderheader.static final BasicCsvHeaderCreates a newBasicCsvHeaderheader.static final BasicCsvHeaderCreates a newBasicCsvHeaderheader with a delayed value.
- 
Uses of BasicCsvHeader in org.apache.juneau.http.headerSubclasses of BasicCsvHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclassRepresents a parsedAllow HTTP response header.classRepresents a parsedContent-Language HTTP response header.classRepresents a parsedThrown HTTP response header.classRepresents a parsedUpgrade HTTP request header.classRepresents a parsedVia HTTP response header.Methods in org.apache.juneau.http.header that return BasicCsvHeaderModifier and TypeMethodDescriptionstatic BasicCsvHeaderStatic creator.static BasicCsvHeaderStatic creator.static BasicCsvHeaderStatic creator with delayed value.Methods in org.apache.juneau.http.header that return types with arguments of type BasicCsvHeaderModifier and TypeMethodDescriptionBasicCsvHeader.assertList()Provides the ability to perform fluent-style assertions on this header.
- 
Uses of BasicCsvHeader in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return BasicCsvHeaderModifier and TypeMethodDescriptionResponseHeader.asCsvHeader()Returns the value of this header as a CSV array header.
- 
Uses of BasicCsvHeader in org.apache.juneau.rest.httppartMethods in org.apache.juneau.rest.httppart that return BasicCsvHeaderModifier and TypeMethodDescriptionRequestHeader.asCsvHeader()Returns the value of this header as aBasicCsvHeader.