Uses of Class
org.apache.juneau.http.header.BasicUriHeader
Packages that use BasicUriHeader
Package
Description
RFC2616 HTTP Headers
HTTP Header Beans
REST Client API
REST HTTP Parts
-
Uses of BasicUriHeader in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicUriHeaderModifier and TypeMethodDescriptionstatic final BasicUriHeaderCreates a newBasicUriHeaderheader.static final BasicUriHeaderCreates a newBasicUriHeaderheader.static final BasicUriHeaderCreates a newBasicUriHeaderheader with a delayed value. -
Uses of BasicUriHeader in org.apache.juneau.http.header
Subclasses of BasicUriHeader in org.apache.juneau.http.headerModifier and TypeClassDescriptionclassRepresents a parsedContent-Location HTTP response header.classRepresents a parsedLocation HTTP response header.classRepresents a parsedReferer HTTP request header.Methods in org.apache.juneau.http.header that return BasicUriHeaderModifier and TypeMethodDescriptionstatic BasicUriHeaderStatic creator.static BasicUriHeaderStatic creator.static BasicUriHeaderStatic creator with delayed value. -
Uses of BasicUriHeader in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client that return BasicUriHeaderModifier and TypeMethodDescriptionResponseHeader.asUriHeader()Returns the value of this header as a URI header. -
Uses of BasicUriHeader in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return BasicUriHeaderModifier and TypeMethodDescriptionRequestHeader.asUriHeader()Returns the value of this header as aBasicUriHeader.