Uses of Class
org.apache.juneau.rest.httppart.RequestHeader
Packages that use RequestHeader
Package
Description
REST Server API
REST Assertions
-
Uses of RequestHeader in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return RequestHeaderModifier and TypeMethodDescriptionRestRequest.getHeaderParam
(String name) Returns the last header with a specified name of this message. -
Uses of RequestHeader in org.apache.juneau.rest.assertions
Constructors in org.apache.juneau.rest.assertions with parameters of type RequestHeaderModifierConstructorDescriptionFluentRequestHeaderAssertion
(Assertion creator, RequestHeader value, R returns) Chained constructor.FluentRequestHeaderAssertion
(RequestHeader value, R returns) Constructor. -
Uses of RequestHeader in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return RequestHeaderModifier and TypeMethodDescriptionReturns the condensed header with the specified name.Returns the first header with the specified name.Returns the last header with the specified name.RequestHeader.parser
(HttpPartParserSession value) RequestHeader.schema
(HttpPartSchema value) Methods in org.apache.juneau.rest.httppart that return types with arguments of type RequestHeaderModifier and TypeMethodDescriptionReturns all headers with the specified name.RequestHeaders.getSorted()
Returns all headers in sorted order.Returns all headers with the specified name.