Uses of Class
org.apache.juneau.http.header.BasicUriHeader
Packages that use BasicUriHeader
Package
Description
HTTP Header Beans
REST Client API
- 
Uses of BasicUriHeader in org.apache.juneau.httpMethods 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.headerSubclasses 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.clientMethods 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.httppartMethods in org.apache.juneau.rest.httppart that return BasicUriHeaderModifier and TypeMethodDescriptionRequestHeader.asUriHeader()Returns the value of this header as aBasicUriHeader.