http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/org/apache/juneau/http/Via.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/http/Via.html b/content/site/apidocs/org/apache/juneau/http/Via.html new file mode 100644 index 0000000..189acdc --- /dev/null +++ b/content/site/apidocs/org/apache/juneau/http/Via.html @@ -0,0 +1,338 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Via (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Via (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/juneau/http/Vary.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/juneau/http/Via.html" target="_top">Frames</a></li> +<li><a href="Via.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.juneau.http</div> +<h2 title="Class Via" class="title">Class Via</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">org.apache.juneau.http.HeaderStringArray</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.juneau.http.Via</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Via.html#line.98">Via</a> +extends <a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">HeaderStringArray</a></pre> +<div class="block">Represents a parsed <l>Via</l> HTTP response header. + <p> + Informs the client of proxies through which the response was sent. + + <h6 class='figure'>Example</h6> + <p class='bcode'> + Via: 1.0 fred, 1.1 example.com (Apache/1.1) + </p> + + Informs the client of proxies through which the response was sent. + <p> + <h6 class='figure'>Example</h6> + <p class='bcode'> + Via: 1.0 fred, 1.1 example.com (Apache/1.1) + </p> + <p> + <h6 class='topic'>RFC2616 Specification</h6> + + The Via general-header field MUST be used by gateways and proxies to indicate the intermediate protocols and + recipients between the user agent and the server on requests, and between the origin server and the client on + responses. + It is analogous to the "Received" field of RFC 822 and is intended to be used for tracking message forwards, + avoiding request loops, and identifying the protocol capabilities of all senders along the request/response chain. + <p class='bcode'> + Via = "Via" ":" 1#( received-protocol received-by [ comment ] ) + received-protocol = [ protocol-name "/" ] protocol-version + protocol-name = token + protocol-version = token + received-by = ( host [ ":" port ] ) | pseudonym + pseudonym = token + </p> + <p> + The received-protocol indicates the protocol version of the message received by the server or client along each + segment of the request/response chain. + The received-protocol version is appended to the Via field value when the message is forwarded so that information + about the protocol capabilities of upstream applications remains visible to all recipients. + <p> + The protocol-name is optional if and only if it would be "HTTP". + The received-by field is normally the host and optional port number of a recipient server or client that subsequently + forwarded the message. + However, if the real host is considered to be sensitive information, it MAY be replaced by a pseudonym. + If the port is not given, it MAY be assumed to be the default port of the received-protocol. + <p> + Multiple Via field values represents each proxy or gateway that has forwarded the message. + Each recipient MUST append its information such that the end result is ordered according to the sequence of + forwarding applications. + <p> + Comments MAY be used in the Via header field to identify the software of the recipient proxy or gateway, analogous + to the User-Agent and Server header fields. + However, all comments in the Via field are optional and MAY be removed by any recipient prior to forwarding the + message. + <p> + For example, a request message could be sent from an HTTP/1.0 user agent to an internal proxy code-named "fred", + which uses HTTP/1.1 to forward the request to a public proxy at nowhere.com, which completes the request by + forwarding it to the origin server at www.ics.uci.edu. + The request received by www.ics.uci.edu would then have the following Via header field: + <p class='bcode'> + Via: 1.0 fred, 1.1 nowhere.com (Apache/1.1) + </p> + <p> + Proxies and gateways used as a portal through a network firewall SHOULD NOT, by default, forward the names and ports + of hosts within the firewall region. + This information SHOULD only be propagated if explicitly enabled. + If not enabled, the received-by host of any host behind the firewall SHOULD be replaced by an appropriate pseudonym + for that host. + <p> + For organizations that have strong privacy requirements for hiding internal structures, a proxy MAY combine an + ordered subsequence of Via header field entries with identical received-protocol values into a single such entry. + For example... + <p class='bcode'> + Via: 1.0 ricky, 1.1 ethel, 1.1 fred, 1.0 lucy + </p> + <p> + ...could be collapsed to... + <p class='bcode'> + Via: 1.0 ricky, 1.1 mertz, 1.0 lucy + </p> + <p> + Applications SHOULD NOT combine multiple entries unless they are all under the same organizational control and the + hosts have already been replaced by pseudonyms. + Applications MUST NOT combine entries which have different received-protocol values.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/juneau/http/Via.html" title="class in org.apache.juneau.http">Via</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/http/Via.html#forString-java.lang.String-">forString</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Returns a parsed <code>Via</code> header.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.http.HeaderStringArray"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">HeaderStringArray</a></h3> +<code><a href="../../../../org/apache/juneau/http/HeaderStringArray.html#asString--">asString</a>, <a href="../../../../org/apache/juneau/http/HeaderStringArray.html#contains-java.lang.String-">contains</a>, <a href="../../../../org/apache/juneau/http/HeaderStringArray.html#containsIC-java.lang.String-">containsIC</a>, <a href="../../../../org/apache/juneau/http/HeaderStringArray.html#toString--">toString</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="forString-java.lang.String-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>forString</h4> +<pre>public static <a href="../../../../org/apache/juneau/http/Via.html" title="class in org.apache.juneau.http">Via</a> <a href="../../../../src-html/org/apache/juneau/http/Via.html#line.106">forString</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Returns a parsed <code>Via</code> header.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - The <code>Via</code> header string.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The parsed <code>Via</code> header, or <jk>null</jk> if the string was null.</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/juneau/http/Vary.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/juneau/http/Via.html" target="_top">Frames</a></li> +<li><a href="Via.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/org/apache/juneau/http/Warning.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/http/Warning.html b/content/site/apidocs/org/apache/juneau/http/Warning.html new file mode 100644 index 0000000..ba67c54 --- /dev/null +++ b/content/site/apidocs/org/apache/juneau/http/Warning.html @@ -0,0 +1,346 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Warning (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Warning (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/juneau/http/Via.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/juneau/http/WwwAuthenticate.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/juneau/http/Warning.html" target="_top">Frames</a></li> +<li><a href="Warning.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.juneau.http</div> +<h2 title="Class Warning" class="title">Class Warning</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">org.apache.juneau.http.HeaderString</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.juneau.http.Warning</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/Warning.html#line.106">Warning</a> +extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre> +<div class="block">Represents a parsed <l>Warning</l> HTTP request/response header. + <p> + A general warning about possible problems with the entity body. + + <h6 class='figure'>Example</h6> + <p class='bcode'> + Warning: 199 Miscellaneous warning + </p> + + <h6 class='topic'>RFC2616 Specification</h6> + + The Warning general-header field is used to carry additional information about the status or transformation of a + message which might not be reflected in the message. + This information is typically used to warn about a possible lack of semantic transparency from caching operations + or transformations applied to the entity body of the message. + <p> + Warning headers are sent with responses using: + <p class='bcode'> + Warning = "Warning" ":" 1#warning-value + warning-value = warn-code SP warn-agent SP warn-text + [SP warn-date] + warn-code = 3DIGIT + warn-agent = ( host [ ":" port ] ) | pseudonym + ; the name or pseudonym of the server adding + ; the Warning header, for use in debugging + warn-text = quoted-string + warn-date = <"> HTTP-date <"> + </p> + <p> + A response MAY carry more than one Warning header. + <p> + The warn-text SHOULD be in a natural language and character set that is most likely to be intelligible to the human + user receiving the response. + This decision MAY be based on any available knowledge, such as the location of the cache or user, the + Accept-Language field in a request, the Content-Language field in a response, etc. + The default language is English and the default character set is ISO-8859-1. + <p> + If a character set other than ISO-8859-1 is used, it MUST be encoded in the warn-text using the method described in + RFC 2047. + <p> + Warning headers can in general be applied to any message, however some specific warn-codes are specific to caches + and can only be applied to response messages. + New Warning headers SHOULD be added after any existing Warning headers. + A cache MUST NOT delete any Warning header that it received with a message. + However, if a cache successfully validates a cache entry, it SHOULD remove any Warning headers previously attached + to that entry except as specified for specific Warning codes. + It MUST then add any Warning headers received in the validating response. + In other words, Warning headers are those that would be attached to the most recent relevant response. + <p> + When multiple Warning headers are attached to a response, the user agent ought to inform the user of as many of them + as possible, in the order that they appear in the response. + If it is not possible to inform the user of all of the warnings, the user agent SHOULD follow these heuristics: + <ul> + <li>Warnings that appear early in the response take priority over those appearing later in the response. + <li>Warnings in the user's preferred character set take priority over warnings in other character sets but with + identical warn-codes and warn-agents. + </ul> + Systems that generate multiple Warning headers SHOULD order them with this user agent behavior in mind. + <p> + Requirements for the behavior of caches with respect to Warnings are stated in section 13.1.2. + <p> + This is a list of the currently-defined warn-codes, each with a recommended warn-text in English, and a description + of its meaning. + <ul> + <li>110 Response is stale MUST be included whenever the returned response is stale. + <li>111 Revalidation failed MUST be included if a cache returns a stale response because an attempt to revalidate + the response failed, due to an inability to reach the server. + <li>112 Disconnected operation SHOULD be included if the cache is intentionally disconnected from the rest of the + network for a period of time. + <li>113 Heuristic expiration MUST be included if the cache heuristically chose a freshness lifetime greater than + 24 hours and the response's age is greater than 24 hours. + <li>199 Miscellaneous warning The warning text MAY include arbitrary information to be presented to a human user, + or logged. A system receiving this warning MUST NOT take any automated action, besides presenting the warning + to the user. + <li>214 Transformation applied MUST be added by an intermediate cache or proxy if it applies any transformation + changing the content-coding (as specified in the Content-Encoding header) or media-type (as specified in the + Content-Type header) of the response, or the entity-body of the response, unless this Warning code already + appears in the response. + <li>299 Miscellaneous persistent warning The warning text MAY include arbitrary information to be presented to a + human user, or logged. A system receiving this warning MUST NOT take any automated action. + </ul> + If an implementation sends a message with one or more Warning headers whose version is HTTP/1.0 or lower, then the + sender MUST include in each warning-value a warn-date that matches the date in the response. + <p> + If an implementation receives a message with a warning-value that includes a warn-date, and that warn-date is + different from the Date value in the response, then that warning-value MUST be deleted from the message before + storing, forwarding, or using it. + (This prevents bad consequences of naive caching of Warning header fields.) + If all of the warning-values are deleted for this reason, the Warning header MUST be deleted as well.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http">Warning</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/http/Warning.html#forString-java.lang.String-">forString</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Returns a parsed <code>Warning</code> header.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.http.HeaderString"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></h3> +<code><a href="../../../../org/apache/juneau/http/HeaderString.html#asString--">asString</a>, <a href="../../../../org/apache/juneau/http/HeaderString.html#eq-java.lang.String-">eq</a>, <a href="../../../../org/apache/juneau/http/HeaderString.html#eqIC-java.lang.String-">eqIC</a>, <a href="../../../../org/apache/juneau/http/HeaderString.html#toString--">toString</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="forString-java.lang.String-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>forString</h4> +<pre>public static <a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http">Warning</a> <a href="../../../../src-html/org/apache/juneau/http/Warning.html#line.114">forString</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Returns a parsed <code>Warning</code> header.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - The <code>Warning</code> header string.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The parsed <code>Warning</code> header, or <jk>null</jk> if the string was null.</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/juneau/http/Via.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/juneau/http/WwwAuthenticate.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/juneau/http/Warning.html" target="_top">Frames</a></li> +<li><a href="Warning.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html b/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html new file mode 100644 index 0000000..74d9327 --- /dev/null +++ b/content/site/apidocs/org/apache/juneau/http/WwwAuthenticate.html @@ -0,0 +1,279 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>WwwAuthenticate (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="WwwAuthenticate (Apache Juneau (incubating) 6.2.1-incubating-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/juneau/http/WwwAuthenticate.html" target="_top">Frames</a></li> +<li><a href="WwwAuthenticate.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.juneau.http</div> +<h2 title="Class WwwAuthenticate" class="title">Class WwwAuthenticate</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">org.apache.juneau.http.HeaderString</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.juneau.http.WwwAuthenticate</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <a href="../../../../src-html/org/apache/juneau/http/WwwAuthenticate.html#line.39">WwwAuthenticate</a> +extends <a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></pre> +<div class="block">Represents a parsed <l>WWW-Authenticate </l> HTTP response header. + <p> + Indicates the authentication scheme that should be used to access the requested entity. + + <h6 class='figure'>Example</h6> + <p class='bcode'> + WWW-Authenticate: Basic + </p> + + <h6 class='topic'>RFC2616 Specification</h6> + + The WWW-Authenticate response-header field MUST be included in 401 (Unauthorized) response messages. + The field value consists of at least one challenge that indicates the authentication scheme(s) and parameters + applicable to the Request-URI. + <p class='bcode'> + WWW-Authenticate = "WWW-Authenticate" ":" 1#challenge + </p> + <p> + The HTTP access authentication process is described in "HTTP Authentication: Basic and Digest Access Authentication". + User agents are advised to take special care in parsing the WWW-Authenticate field value as it might contain more + than one challenge, or if more than one WWW-Authenticate header field is provided, the contents of a challenge + itself can contain a comma-separated list of authentication parameters.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/apache/juneau/http/WwwAuthenticate.html" title="class in org.apache.juneau.http">WwwAuthenticate</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/juneau/http/WwwAuthenticate.html#forString-java.lang.String-">forString</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</code> +<div class="block">Returns a parsed <code>WWW-Authenticate</code> header.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.juneau.http.HeaderString"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></h3> +<code><a href="../../../../org/apache/juneau/http/HeaderString.html#asString--">asString</a>, <a href="../../../../org/apache/juneau/http/HeaderString.html#eq-java.lang.String-">eq</a>, <a href="../../../../org/apache/juneau/http/HeaderString.html#eqIC-java.lang.String-">eqIC</a>, <a href="../../../../org/apache/juneau/http/HeaderString.html#toString--">toString</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="forString-java.lang.String-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>forString</h4> +<pre>public static <a href="../../../../org/apache/juneau/http/WwwAuthenticate.html" title="class in org.apache.juneau.http">WwwAuthenticate</a> <a href="../../../../src-html/org/apache/juneau/http/WwwAuthenticate.html#line.47">forString</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value)</pre> +<div class="block">Returns a parsed <code>WWW-Authenticate</code> header.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - The <code>WWW-Authenticate</code> header string.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The parsed <code>WWW-Authenticate</code> header, or <jk>null</jk> if the string was null.</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/juneau/http/WwwAuthenticate.html" target="_top">Frames</a></li> +<li><a href="WwwAuthenticate.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.apache.org/">Apache</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/org/apache/juneau/http/package-frame.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/http/package-frame.html b/content/site/apidocs/org/apache/juneau/http/package-frame.html index 50e84e2..ad6e642 100644 --- a/content/site/apidocs/org/apache/juneau/http/package-frame.html +++ b/content/site/apidocs/org/apache/juneau/http/package-frame.html @@ -14,11 +14,70 @@ <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="Accept.html" title="class in org.apache.juneau.http" target="classFrame">Accept</a></li> +<li><a href="AcceptCharset.html" title="class in org.apache.juneau.http" target="classFrame">AcceptCharset</a></li> <li><a href="AcceptEncoding.html" title="class in org.apache.juneau.http" target="classFrame">AcceptEncoding</a></li> +<li><a href="AcceptLanguage.html" title="class in org.apache.juneau.http" target="classFrame">AcceptLanguage</a></li> +<li><a href="AcceptRanges.html" title="class in org.apache.juneau.http" target="classFrame">AcceptRanges</a></li> +<li><a href="Age.html" title="class in org.apache.juneau.http" target="classFrame">Age</a></li> +<li><a href="Allow.html" title="class in org.apache.juneau.http" target="classFrame">Allow</a></li> +<li><a href="Authorization.html" title="class in org.apache.juneau.http" target="classFrame">Authorization</a></li> +<li><a href="CacheControl.html" title="class in org.apache.juneau.http" target="classFrame">CacheControl</a></li> +<li><a href="Connection.html" title="class in org.apache.juneau.http" target="classFrame">Connection</a></li> +<li><a href="Constants.html" title="class in org.apache.juneau.http" target="classFrame">Constants</a></li> +<li><a href="ContentEncoding.html" title="class in org.apache.juneau.http" target="classFrame">ContentEncoding</a></li> +<li><a href="ContentLanguage.html" title="class in org.apache.juneau.http" target="classFrame">ContentLanguage</a></li> +<li><a href="ContentLength.html" title="class in org.apache.juneau.http" target="classFrame">ContentLength</a></li> +<li><a href="ContentLocation.html" title="class in org.apache.juneau.http" target="classFrame">ContentLocation</a></li> +<li><a href="ContentRange.html" title="class in org.apache.juneau.http" target="classFrame">ContentRange</a></li> <li><a href="ContentType.html" title="class in org.apache.juneau.http" target="classFrame">ContentType</a></li> +<li><a href="Date.html" title="class in org.apache.juneau.http" target="classFrame">Date</a></li> +<li><a href="EntityValidator.html" title="class in org.apache.juneau.http" target="classFrame">EntityValidator</a></li> +<li><a href="ETag.html" title="class in org.apache.juneau.http" target="classFrame">ETag</a></li> +<li><a href="Expect.html" title="class in org.apache.juneau.http" target="classFrame">Expect</a></li> +<li><a href="Expires.html" title="class in org.apache.juneau.http" target="classFrame">Expires</a></li> +<li><a href="From.html" title="class in org.apache.juneau.http" target="classFrame">From</a></li> +<li><a href="HeaderDate.html" title="class in org.apache.juneau.http" target="classFrame">HeaderDate</a></li> +<li><a href="HeaderEntityValidator.html" title="class in org.apache.juneau.http" target="classFrame">HeaderEntityValidator</a></li> +<li><a href="HeaderEntityValidatorArray.html" title="class in org.apache.juneau.http" target="classFrame">HeaderEntityValidatorArray</a></li> +<li><a href="HeaderEnum.html" title="class in org.apache.juneau.http" target="classFrame">HeaderEnum</a></li> +<li><a href="HeaderInteger.html" title="class in org.apache.juneau.http" target="classFrame">HeaderInteger</a></li> +<li><a href="HeaderRangeArray.html" title="class in org.apache.juneau.http" target="classFrame">HeaderRangeArray</a></li> +<li><a href="HeaderString.html" title="class in org.apache.juneau.http" target="classFrame">HeaderString</a></li> +<li><a href="HeaderStringArray.html" title="class in org.apache.juneau.http" target="classFrame">HeaderStringArray</a></li> +<li><a href="HeaderUri.html" title="class in org.apache.juneau.http" target="classFrame">HeaderUri</a></li> +<li><a href="Host.html" title="class in org.apache.juneau.http" target="classFrame">Host</a></li> +<li><a href="IfMatch.html" title="class in org.apache.juneau.http" target="classFrame">IfMatch</a></li> +<li><a href="IfModifiedSince.html" title="class in org.apache.juneau.http" target="classFrame">IfModifiedSince</a></li> +<li><a href="IfNoneMatch.html" title="class in org.apache.juneau.http" target="classFrame">IfNoneMatch</a></li> +<li><a href="IfRange.html" title="class in org.apache.juneau.http" target="classFrame">IfRange</a></li> +<li><a href="IfUnmodifiedSince.html" title="class in org.apache.juneau.http" target="classFrame">IfUnmodifiedSince</a></li> +<li><a href="LastModified.html" title="class in org.apache.juneau.http" target="classFrame">LastModified</a></li> +<li><a href="Location.html" title="class in org.apache.juneau.http" target="classFrame">Location</a></li> +<li><a href="MaxForwards.html" title="class in org.apache.juneau.http" target="classFrame">MaxForwards</a></li> <li><a href="MediaType.html" title="class in org.apache.juneau.http" target="classFrame">MediaType</a></li> <li><a href="MediaTypeRange.html" title="class in org.apache.juneau.http" target="classFrame">MediaTypeRange</a></li> -<li><a href="TypeRange.html" title="class in org.apache.juneau.http" target="classFrame">TypeRange</a></li> +<li><a href="Pragma.html" title="class in org.apache.juneau.http" target="classFrame">Pragma</a></li> +<li><a href="ProxyAuthenticate.html" title="class in org.apache.juneau.http" target="classFrame">ProxyAuthenticate</a></li> +<li><a href="ProxyAuthorization.html" title="class in org.apache.juneau.http" target="classFrame">ProxyAuthorization</a></li> +<li><a href="Range.html" title="class in org.apache.juneau.http" target="classFrame">Range</a></li> +<li><a href="Referer.html" title="class in org.apache.juneau.http" target="classFrame">Referer</a></li> +<li><a href="RetryAfter.html" title="class in org.apache.juneau.http" target="classFrame">RetryAfter</a></li> +<li><a href="Server.html" title="class in org.apache.juneau.http" target="classFrame">Server</a></li> +<li><a href="StringRange.html" title="class in org.apache.juneau.http" target="classFrame">StringRange</a></li> +<li><a href="TE.html" title="class in org.apache.juneau.http" target="classFrame">TE</a></li> +<li><a href="Trailer.html" title="class in org.apache.juneau.http" target="classFrame">Trailer</a></li> +<li><a href="TransferEncoding.html" title="class in org.apache.juneau.http" target="classFrame">TransferEncoding</a></li> +<li><a href="Upgrade.html" title="class in org.apache.juneau.http" target="classFrame">Upgrade</a></li> +<li><a href="UserAgent.html" title="class in org.apache.juneau.http" target="classFrame">UserAgent</a></li> +<li><a href="Vary.html" title="class in org.apache.juneau.http" target="classFrame">Vary</a></li> +<li><a href="Via.html" title="class in org.apache.juneau.http" target="classFrame">Via</a></li> +<li><a href="Warning.html" title="class in org.apache.juneau.http" target="classFrame">Warning</a></li> +<li><a href="WwwAuthenticate.html" title="class in org.apache.juneau.http" target="classFrame">WwwAuthenticate</a></li> +</ul> +<h2 title="Enums">Enums</h2> +<ul title="Enums"> +<li><a href="ContentEncodingEnum.html" title="enum in org.apache.juneau.http" target="classFrame">ContentEncodingEnum</a></li> +<li><a href="HttpMethod.html" title="enum in org.apache.juneau.http" target="classFrame">HttpMethod</a></li> </ul> </div> </body> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/org/apache/juneau/http/package-summary.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/http/package-summary.html b/content/site/apidocs/org/apache/juneau/http/package-summary.html index ec69c16..c317ff9 100644 --- a/content/site/apidocs/org/apache/juneau/http/package-summary.html +++ b/content/site/apidocs/org/apache/juneau/http/package-summary.html @@ -84,19 +84,247 @@ <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/juneau/http/Accept.html" title="class in org.apache.juneau.http">Accept</a></td> <td class="colLast"> -<div class="block">Represents a parsed <code>Accept:</code> HTTP header.</div> +<div class="block">Represents a parsed <l>Accept</l> HTTP request header.</div> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/AcceptCharset.html" title="class in org.apache.juneau.http">AcceptCharset</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Accept-Charset</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/juneau/http/AcceptEncoding.html" title="class in org.apache.juneau.http">AcceptEncoding</a></td> <td class="colLast"> -<div class="block">Represents a parsed <code>Accept-Encoding:</code> HTTP header.</div> +<div class="block">Represents a parsed <l>Accept-Encoding</l> HTTP request header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/AcceptLanguage.html" title="class in org.apache.juneau.http">AcceptLanguage</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Accept-Language</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/AcceptRanges.html" title="class in org.apache.juneau.http">AcceptRanges</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Accept-Range</l> HTTP response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Age.html" title="class in org.apache.juneau.http">Age</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Age</l> HTTP response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Allow.html" title="class in org.apache.juneau.http">Allow</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Allow</l> HTTP response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Authorization.html" title="class in org.apache.juneau.http">Authorization</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Authorization</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/CacheControl.html" title="class in org.apache.juneau.http">CacheControl</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Cache-Control</l> HTTP request header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Connection.html" title="class in org.apache.juneau.http">Connection</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Connection</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Constants.html" title="class in org.apache.juneau.http">Constants</a></td> +<td class="colLast"> +<div class="block">Constants used by classes in this package.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/ContentEncoding.html" title="class in org.apache.juneau.http">ContentEncoding</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Content-Encoding</l> HTTP response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/ContentLanguage.html" title="class in org.apache.juneau.http">ContentLanguage</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Content-Language</l> HTTP response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/ContentLength.html" title="class in org.apache.juneau.http">ContentLength</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Content-Length</l> HTTP request/response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/ContentLocation.html" title="class in org.apache.juneau.http">ContentLocation</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Content-Location</l> HTTP response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/ContentRange.html" title="class in org.apache.juneau.http">ContentRange</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Content-Range</l> HTTP response header.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/juneau/http/ContentType.html" title="class in org.apache.juneau.http">ContentType</a></td> <td class="colLast"> -<div class="block">Represents a parsed <code>Content-Type:</code> HTTP header.</div> +<div class="block">Represents a parsed <l>Content-Type</l> HTTP request/response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Date.html" title="class in org.apache.juneau.http">Date</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Date</l> HTTP request/response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http">EntityValidator</a></td> +<td class="colLast"> +<div class="block">Represents a validator value.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/ETag.html" title="class in org.apache.juneau.http">ETag</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>ETag</l> HTTP response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Expect.html" title="class in org.apache.juneau.http">Expect</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Expect</l> HTTP request header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Expires.html" title="class in org.apache.juneau.http">Expires</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Expires</l> HTTP response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/From.html" title="class in org.apache.juneau.http">From</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>From</l> HTTP request header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HeaderDate.html" title="class in org.apache.juneau.http">HeaderDate</a></td> +<td class="colLast"> +<div class="block">Category of headers that consist of a single HTTP-date.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HeaderEntityValidator.html" title="class in org.apache.juneau.http">HeaderEntityValidator</a></td> +<td class="colLast"> +<div class="block">Category of headers that consist of a single entity validator value.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HeaderEntityValidatorArray.html" title="class in org.apache.juneau.http">HeaderEntityValidatorArray</a></td> +<td class="colLast"> +<div class="block">Category of headers that consist of a comma-delimited list of entity validator values.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HeaderEnum.html" title="class in org.apache.juneau.http">HeaderEnum</a><E extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><E>></td> +<td class="colLast"> +<div class="block">Category of headers that consist of a single enum value.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="class in org.apache.juneau.http">HeaderInteger</a></td> +<td class="colLast"> +<div class="block">Category of headers that consist of a single integer value.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title="class in org.apache.juneau.http">HeaderRangeArray</a></td> +<td class="colLast"> +<div class="block">Category of headers that consist of simple comma-delimited lists of strings with q-values.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http">HeaderString</a></td> +<td class="colLast"> +<div class="block">Category of headers that consist of a single string value.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http">HeaderStringArray</a></td> +<td class="colLast"> +<div class="block">Category of headers that consist of a comma-delimited list of string values.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class in org.apache.juneau.http">HeaderUri</a></td> +<td class="colLast"> +<div class="block">Category of headers that consist of a single URL value.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Host.html" title="class in org.apache.juneau.http">Host</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Host</l> HTTP request header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/IfMatch.html" title="class in org.apache.juneau.http">IfMatch</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>If-Match</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/IfModifiedSince.html" title="class in org.apache.juneau.http">IfModifiedSince</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>If-Modified-Since</l> HTTP request header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/IfNoneMatch.html" title="class in org.apache.juneau.http">IfNoneMatch</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>If-None-Match</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/IfRange.html" title="class in org.apache.juneau.http">IfRange</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>If-Range</l> HTTP request header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/IfUnmodifiedSince.html" title="class in org.apache.juneau.http">IfUnmodifiedSince</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>If-Unmodified-Since</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/LastModified.html" title="class in org.apache.juneau.http">LastModified</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Last-Modified</l> HTTP response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Location.html" title="class in org.apache.juneau.http">Location</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Location</l> HTTP response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/MaxForwards.html" title="class in org.apache.juneau.http">MaxForwards</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Max-Forwards</l> HTTP request header.</div> </td> </tr> <tr class="rowColor"> @@ -114,12 +342,131 @@ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="../../../../org/apache/juneau/http/TypeRange.html" title="class in org.apache.juneau.http">TypeRange</a></td> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Pragma.html" title="class in org.apache.juneau.http">Pragma</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Pragma</l> HTTP request/response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/ProxyAuthenticate.html" title="class in org.apache.juneau.http">ProxyAuthenticate</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l> Proxy-Authenticate</l> HTTP response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/ProxyAuthorization.html" title="class in org.apache.juneau.http">ProxyAuthorization</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Proxy-Authorization</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Range.html" title="class in org.apache.juneau.http">Range</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Range</l> HTTP request header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Referer.html" title="class in org.apache.juneau.http">Referer</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Referer</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/RetryAfter.html" title="class in org.apache.juneau.http">RetryAfter</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Retry-After</l> HTTP response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Server.html" title="class in org.apache.juneau.http">Server</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Server</l> HTTP response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http">StringRange</a></td> <td class="colLast"> <div class="block">Represents a single value in a comma-delimited header value that optionally contains a quality metric for comparison and extension parameters.</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/TE.html" title="class in org.apache.juneau.http">TE</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>TE</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Trailer.html" title="class in org.apache.juneau.http">Trailer</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Trailer</l> HTTP response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/TransferEncoding.html" title="class in org.apache.juneau.http">TransferEncoding</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Transfer-Encoding</l> HTTP response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Upgrade.html" title="class in org.apache.juneau.http">Upgrade</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Upgrade</l> HTTP request header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/UserAgent.html" title="class in org.apache.juneau.http">UserAgent</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>User-Agent</l> HTTP request header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Vary.html" title="class in org.apache.juneau.http">Vary</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Vary</l> HTTP response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Via.html" title="class in org.apache.juneau.http">Via</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Via</l> HTTP response header.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http">Warning</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>Warning</l> HTTP request/response header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/WwwAuthenticate.html" title="class in org.apache.juneau.http">WwwAuthenticate</a></td> +<td class="colLast"> +<div class="block">Represents a parsed <l>WWW-Authenticate </l> HTTP response header.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> +<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Enum</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http">ContentEncodingEnum</a></td> +<td class="colLast"> +<div class="block">Represents the possible values for a <code>Content-Encoding</code> header.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http">HttpMethod</a></td> +<td class="colLast"> +<div class="block">Represents valid HTTP 1.1 method names per the <a class='doclink' href='https://www.ietf.org/rfc/rfc2616.txt'>RFC 2616</a> spec.</div> +</td> +</tr> </tbody> </table> </li> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f1f17bc3/content/site/apidocs/org/apache/juneau/http/package-tree.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/http/package-tree.html b/content/site/apidocs/org/apache/juneau/http/package-tree.html index fee59bf..059d88d 100644 --- a/content/site/apidocs/org/apache/juneau/http/package-tree.html +++ b/content/site/apidocs/org/apache/juneau/http/package-tree.html @@ -81,14 +81,105 @@ <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> <li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Accept.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Accept</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Constants.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Constants</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/EntityValidator.html" title="class in org.apache.juneau.http"><span class="typeNameLink">EntityValidator</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderDate.html" title="class in org.apache.juneau.http"><span class="typeNameLink">HeaderDate</span></a> +<ul> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Date.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Date</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Expires.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Expires</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/IfModifiedSince.html" title="class in org.apache.juneau.http"><span class="typeNameLink">IfModifiedSince</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/IfUnmodifiedSince.html" title="class in org.apache.juneau.http"><span class="typeNameLink">IfUnmodifiedSince</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/LastModified.html" title="class in org.apache.juneau.http"><span class="typeNameLink">LastModified</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderEntityValidator.html" title="class in org.apache.juneau.http"><span class="typeNameLink">HeaderEntityValidator</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderEntityValidatorArray.html" title="class in org.apache.juneau.http"><span class="typeNameLink">HeaderEntityValidatorArray</span></a> +<ul> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/IfMatch.html" title="class in org.apache.juneau.http"><span class="typeNameLink">IfMatch</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/IfNoneMatch.html" title="class in org.apache.juneau.http"><span class="typeNameLink">IfNoneMatch</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderEnum.html" title="class in org.apache.juneau.http"><span class="typeNameLink">HeaderEnum</span></a><E> +<ul> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ContentEncoding.html" title="class in org.apache.juneau.http"><span class="typeNameLink">ContentEncoding</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderInteger.html" title="class in org.apache.juneau.http"><span class="typeNameLink">HeaderInteger</span></a> +<ul> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Age.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Age</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ContentLength.html" title="class in org.apache.juneau.http"><span class="typeNameLink">ContentLength</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/MaxForwards.html" title="class in org.apache.juneau.http"><span class="typeNameLink">MaxForwards</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderRangeArray.html" title="class in org.apache.juneau.http"><span class="typeNameLink">HeaderRangeArray</span></a> +<ul> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/AcceptCharset.html" title="class in org.apache.juneau.http"><span class="typeNameLink">AcceptCharset</span></a></li> <li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/AcceptEncoding.html" title="class in org.apache.juneau.http"><span class="typeNameLink">AcceptEncoding</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/AcceptLanguage.html" title="class in org.apache.juneau.http"><span class="typeNameLink">AcceptLanguage</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/TE.html" title="class in org.apache.juneau.http"><span class="typeNameLink">TE</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderString.html" title="class in org.apache.juneau.http"><span class="typeNameLink">HeaderString</span></a> +<ul> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/AcceptRanges.html" title="class in org.apache.juneau.http"><span class="typeNameLink">AcceptRanges</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Authorization.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Authorization</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/CacheControl.html" title="class in org.apache.juneau.http"><span class="typeNameLink">CacheControl</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Connection.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Connection</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ContentRange.html" title="class in org.apache.juneau.http"><span class="typeNameLink">ContentRange</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ETag.html" title="class in org.apache.juneau.http"><span class="typeNameLink">ETag</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Expect.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Expect</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/From.html" title="class in org.apache.juneau.http"><span class="typeNameLink">From</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Host.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Host</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/IfRange.html" title="class in org.apache.juneau.http"><span class="typeNameLink">IfRange</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Pragma.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Pragma</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ProxyAuthenticate.html" title="class in org.apache.juneau.http"><span class="typeNameLink">ProxyAuthenticate</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ProxyAuthorization.html" title="class in org.apache.juneau.http"><span class="typeNameLink">ProxyAuthorization</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Range.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Range</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/RetryAfter.html" title="class in org.apache.juneau.http"><span class="typeNameLink">RetryAfter</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Server.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Server</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Trailer.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Trailer</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/TransferEncoding.html" title="class in org.apache.juneau.http"><span class="typeNameLink">TransferEncoding</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/UserAgent.html" title="class in org.apache.juneau.http"><span class="typeNameLink">UserAgent</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Vary.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Vary</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Warning.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Warning</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/WwwAuthenticate.html" title="class in org.apache.juneau.http"><span class="typeNameLink">WwwAuthenticate</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderStringArray.html" title="class in org.apache.juneau.http"><span class="typeNameLink">HeaderStringArray</span></a> +<ul> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Allow.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Allow</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ContentLanguage.html" title="class in org.apache.juneau.http"><span class="typeNameLink">ContentLanguage</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Upgrade.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Upgrade</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Via.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Via</span></a></li> +</ul> +</li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HeaderUri.html" title="class in org.apache.juneau.http"><span class="typeNameLink">HeaderUri</span></a> +<ul> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ContentLocation.html" title="class in org.apache.juneau.http"><span class="typeNameLink">ContentLocation</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Location.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Location</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/Referer.html" title="class in org.apache.juneau.http"><span class="typeNameLink">Referer</span></a></li> +</ul> +</li> <li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/MediaType.html" title="class in org.apache.juneau.http"><span class="typeNameLink">MediaType</span></a> <ul> <li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ContentType.html" title="class in org.apache.juneau.http"><span class="typeNameLink">ContentType</span></a></li> </ul> </li> <li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/MediaTypeRange.html" title="class in org.apache.juneau.http"><span class="typeNameLink">MediaTypeRange</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>)</li> -<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/TypeRange.html" title="class in org.apache.juneau.http"><span class="typeNameLink">TypeRange</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>)</li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/StringRange.html" title="class in org.apache.juneau.http"><span class="typeNameLink">StringRange</span></a> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>)</li> +</ul> +</li> +</ul> +<h2 title="Enum Hierarchy">Enum Hierarchy</h2> +<ul> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> +<ul> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a><E> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) +<ul> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/HttpMethod.html" title="enum in org.apache.juneau.http"><span class="typeNameLink">HttpMethod</span></a></li> +<li type="circle">org.apache.juneau.http.<a href="../../../../org/apache/juneau/http/ContentEncodingEnum.html" title="enum in org.apache.juneau.http"><span class="typeNameLink">ContentEncodingEnum</span></a></li> +</ul> +</li> </ul> </li> </ul>
