blob: 93f2656327883a75de30c432d2e0f94c51b5091a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Wed Sep 14 22:30:58 PDT 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
BaseResponseContextWrapper (Abdera2 Common Library 2.0-SNAPSHOT API)
</TITLE>
<META NAME="date" CONTENT="2011-09-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BaseResponseContextWrapper (Abdera2 Common Library 2.0-SNAPSHOT API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BaseResponseContextWrapper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/abdera2/common/protocol/BaseRequestContextWrapper.html" title="class in org.apache.abdera2.common.protocol"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/abdera2/common/protocol/BasicCollectionInfo.html" title="class in org.apache.abdera2.common.protocol"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="BaseResponseContextWrapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.abdera2.common.protocol</FONT>
<BR>
Class BaseResponseContextWrapper</H2>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.abdera2.common.protocol.BaseResponseContextWrapper</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A>, <A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A>, <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></DD>
</DL>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/abdera2/common/protocol/CompressionFilter.CompressingResponseContextWrapper.html" title="class in org.apache.abdera2.common.protocol">CompressionFilter.CompressingResponseContextWrapper</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>BaseResponseContextWrapper</B><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></DL>
</PRE>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#response">response</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#BaseResponseContextWrapper(org.apache.abdera2.common.protocol.ResponseContext)">BaseResponseContextWrapper</A></B>(<A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&nbsp;response)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#addEncodedHeader(java.lang.String, java.lang.String, java.lang.String)">addEncodedHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add an RFC 2047 encoded header in the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#addEncodedHeaders(java.lang.String, java.lang.String, java.lang.String...)">addEncodedHeaders</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;vals)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add an RFC 2047 encoded header in the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#addHeader(java.lang.String, java.lang.Object)">addHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a header to the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#addHeaders(java.lang.String, java.lang.Object...)">addHeaders</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>...&nbsp;vals)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a header to the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getAge()">getAge</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the age of this response as specified by the server</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getAllow()">getAllow</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of the Allow response header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/abdera2/common/http/Authentication.html" title="class in org.apache.abdera2.common.http">Authentication</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getAuthentication()">getAuthentication</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the Authentication Data (WWW-Authentication or Authorization)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/common/http/CacheControl.html" title="class in org.apache.abdera2.common.http">CacheControl</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getCacheControl()">getCacheControl</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the Cache Control Data</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getContentLanguage()">getContentLanguage</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the value of the Content-Language header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getContentLength()">getContentLength</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of the Content-Length response header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/common/iri/IRI.html" title="class in org.apache.abdera2.common.iri">IRI</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getContentLocation()">getContentLocation</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the value of the Content-Location header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/javax/activation/MimeType.html?is-external=true" title="class or interface in javax.activation">MimeType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getContentType()">getContentType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the value of the Content-Type header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getDateHeader(java.lang.String)">getDateHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the value of a Date header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getDecodedHeader(java.lang.String)">getDecodedHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the decoded value of a RFC 2047 header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getDecodedHeaders(java.lang.String)">getDecodedHeaders</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return multiple decoded values for the specified header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/common/http/EntityTag.html" title="class in org.apache.abdera2.common.http">EntityTag</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getEntityTag()">getEntityTag</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the Entity Tag returned by the server</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getExpires()">getExpires</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the date/time this response expires</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getHeader(java.lang.String)">getHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of the specified header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getHeaderNames()">getHeaderNames</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a listing of header names</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getHeaders(java.lang.String)">getHeaders</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return multiple values for the specified header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getLastModified()">getLastModified</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of the Last-Modified response header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/common/iri/IRI.html" title="class in org.apache.abdera2.common.iri">IRI</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getLocation()">getLocation</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of the Location response header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getPrefer()">getPrefer</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the Prefer header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getPreferApplied()">getPreferApplied</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the Applied Preferences</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getSlug()">getSlug</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the value of the Slug header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getStatus()">getStatus</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the specific response status code</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getStatusText()">getStatusText</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the response status text</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/common/http/ResponseType.html" title="enum in org.apache.abdera2.common.http">ResponseType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getType()">getType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the response type classification</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/abdera2/common/http/WebLink.html" title="class in org.apache.abdera2.common.http">WebLink</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#getWebLinks()">getWebLinks</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the Link header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#hasEntity()">hasEntity</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;True if the response contains an entity</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#isBinary()">isBinary</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;True if the response contains a binary entity as opposed to a character based entity.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#removeHeader(java.lang.String)">removeHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove the specified header from the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setAge(long)">setAge</A></B>(long&nbsp;age)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Age header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setAllow(java.lang.String...)">setAllow</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;methods)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specify the HTTP methods allowed</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setAllow(java.lang.String)">setAllow</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;method)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specify the HTTP methods allowed</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setBinary(boolean)">setBinary</A></B>(boolean&nbsp;binary)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;True if the response contains a binary entity as opposed to a character based entity.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setCacheControl(org.apache.abdera2.common.http.CacheControl)">setCacheControl</A></B>(<A HREF="../../../../../org/apache/abdera2/common/http/CacheControl.html" title="class in org.apache.abdera2.common.http">CacheControl</A>&nbsp;cc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specify the CacheControl header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setCacheControl(java.lang.String)">setCacheControl</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;cc)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specify the CacheControl header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setContentLanguage(java.lang.String)">setContentLanguage</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;language)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Content-Language header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setContentLength(long)">setContentLength</A></B>(long&nbsp;length)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Content-Length header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setContentLocation(java.lang.String)">setContentLocation</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uri)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Content-Location header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setContentType(java.lang.String)">setContentType</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;type)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Content-Type header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setContentType(java.lang.String, java.lang.String)">setContentType</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;type,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Content-Type header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setEncodedHeader(java.lang.String, java.lang.String, java.lang.String...)">setEncodedHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;vals)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set an RFC 2047 encoded header in the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setEncodedHeader(java.lang.String, java.lang.String, java.lang.String)">setEncodedHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set an RFC 2047 encoded header in the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setEntityTag(org.apache.abdera2.common.http.EntityTag)">setEntityTag</A></B>(<A HREF="../../../../../org/apache/abdera2/common/http/EntityTag.html" title="class in org.apache.abdera2.common.http">EntityTag</A>&nbsp;etag)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the ETag header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setEntityTag(java.lang.String)">setEntityTag</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;etag)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the ETag header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setEscapedHeader(java.lang.String, org.apache.abdera2.common.text.CharUtils.Profile, java.lang.String)">setEscapedHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="../../../../../org/apache/abdera2/common/text/CharUtils.Profile.html" title="enum in org.apache.abdera2.common.text">CharUtils.Profile</A>&nbsp;profile,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set a pct-encoded header in the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setExpires(java.util.Date)">setExpires</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;date)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Expires header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setHeader(java.lang.String, java.lang.Object...)">setHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>...&nbsp;vals)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of a header in the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setHeader(java.lang.String, java.lang.Object)">setHeader</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of a header in the response</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setLastModified(java.util.Date)">setLastModified</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;date)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Last-Modified header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setLocation(java.lang.String)">setLocation</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uri)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Location header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setPrefer(org.apache.abdera2.common.http.Preference, org.apache.abdera2.common.http.Preference...)">setPrefer</A></B>(<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>&nbsp;pref,
<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>...&nbsp;prefs)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setPreferApplied(org.apache.abdera2.common.http.Preference, org.apache.abdera2.common.http.Preference...)">setPreferApplied</A></B>(<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>&nbsp;pref,
<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>...&nbsp;prefs)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setSlug(java.lang.String)">setSlug</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;slug)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the value of the Slug header</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setStatus(int)">setStatus</A></B>(int&nbsp;status)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the response status code</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setStatusText(java.lang.String)">setStatusText</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;text)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the response status text</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt;
<BR>
T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#setWebLinks(org.apache.abdera2.common.http.WebLink, org.apache.abdera2.common.http.WebLink...)">setWebLinks</A></B>(<A HREF="../../../../../org/apache/abdera2/common/http/WebLink.html" title="class in org.apache.abdera2.common.http">WebLink</A>&nbsp;link,
<A HREF="../../../../../org/apache/abdera2/common/http/WebLink.html" title="class in org.apache.abdera2.common.http">WebLink</A>...&nbsp;links)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#writeTo(java.io.OutputStream)">writeTo</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A>&nbsp;out)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Write the response out to the specified OutputStream</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html#writeTo(java.io.Writer)">writeTo</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</A>&nbsp;javaWriter)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Write the response out to the specified Writer</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/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://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="response"><!-- --></A><H3>
response</H3>
<PRE>
protected final <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A> <B>response</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="BaseResponseContextWrapper(org.apache.abdera2.common.protocol.ResponseContext)"><!-- --></A><H3>
BaseResponseContextWrapper</H3>
<PRE>
public <B>BaseResponseContextWrapper</B>(<A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&nbsp;response)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="addEncodedHeader(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
addEncodedHeader</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>addEncodedHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;value)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#addEncodedHeader(java.lang.String, java.lang.String, java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Add an RFC 2047 encoded header in the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#addEncodedHeader(java.lang.String, java.lang.String, java.lang.String)">addEncodedHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addEncodedHeaders(java.lang.String, java.lang.String, java.lang.String...)"><!-- --></A><H3>
addEncodedHeaders</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>addEncodedHeaders</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;vals)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#addEncodedHeaders(java.lang.String, java.lang.String, java.lang.String...)">ResponseContext</A></CODE></B></DD>
<DD>Add an RFC 2047 encoded header in the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#addEncodedHeaders(java.lang.String, java.lang.String, java.lang.String...)">addEncodedHeaders</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addHeader(java.lang.String, java.lang.Object)"><!-- --></A><H3>
addHeader</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>addHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#addHeader(java.lang.String, java.lang.Object)">ResponseContext</A></CODE></B></DD>
<DD>Add a header to the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#addHeader(java.lang.String, java.lang.Object)">addHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addHeaders(java.lang.String, java.lang.Object...)"><!-- --></A><H3>
addHeaders</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>addHeaders</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>...&nbsp;vals)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#addHeaders(java.lang.String, java.lang.Object...)">ResponseContext</A></CODE></B></DD>
<DD>Add a header to the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#addHeaders(java.lang.String, java.lang.Object...)">addHeaders</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="hasEntity()"><!-- --></A><H3>
hasEntity</H3>
<PRE>
public boolean <B>hasEntity</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#hasEntity()">ResponseContext</A></CODE></B></DD>
<DD>True if the response contains an entity
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#hasEntity()">hasEntity</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="removeHeader(java.lang.String)"><!-- --></A><H3>
removeHeader</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>removeHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#removeHeader(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Remove the specified header from the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#removeHeader(java.lang.String)">removeHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setAge(long)"><!-- --></A><H3>
setAge</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setAge</B>(long&nbsp;age)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setAge(long)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Age header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setAge(long)">setAge</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setAllow(java.lang.String)"><!-- --></A><H3>
setAllow</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setAllow</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;method)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setAllow(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Specify the HTTP methods allowed
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setAllow(java.lang.String)">setAllow</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setAllow(java.lang.String...)"><!-- --></A><H3>
setAllow</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setAllow</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;methods)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setAllow(java.lang.String...)">ResponseContext</A></CODE></B></DD>
<DD>Specify the HTTP methods allowed
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setAllow(java.lang.String...)">setAllow</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setContentLanguage(java.lang.String)"><!-- --></A><H3>
setContentLanguage</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setContentLanguage</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;language)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentLanguage(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Content-Language header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentLanguage(java.lang.String)">setContentLanguage</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setContentLength(long)"><!-- --></A><H3>
setContentLength</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setContentLength</B>(long&nbsp;length)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentLength(long)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Content-Length header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentLength(long)">setContentLength</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setContentLocation(java.lang.String)"><!-- --></A><H3>
setContentLocation</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setContentLocation</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uri)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentLocation(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Content-Location header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentLocation(java.lang.String)">setContentLocation</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setContentType(java.lang.String)"><!-- --></A><H3>
setContentType</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setContentType</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;type)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentType(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Content-Type header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentType(java.lang.String)">setContentType</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setContentType(java.lang.String, java.lang.String)"><!-- --></A><H3>
setContentType</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setContentType</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;type,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentType(java.lang.String, java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Content-Type header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setContentType(java.lang.String, java.lang.String)">setContentType</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setEncodedHeader(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
setEncodedHeader</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setEncodedHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;value)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEncodedHeader(java.lang.String, java.lang.String, java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set an RFC 2047 encoded header in the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEncodedHeader(java.lang.String, java.lang.String, java.lang.String)">setEncodedHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setEncodedHeader(java.lang.String, java.lang.String, java.lang.String...)"><!-- --></A><H3>
setEncodedHeader</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setEncodedHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;charset,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>...&nbsp;vals)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEncodedHeader(java.lang.String, java.lang.String, java.lang.String...)">ResponseContext</A></CODE></B></DD>
<DD>Set an RFC 2047 encoded header in the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEncodedHeader(java.lang.String, java.lang.String, java.lang.String...)">setEncodedHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setEntityTag(java.lang.String)"><!-- --></A><H3>
setEntityTag</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setEntityTag</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;etag)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEntityTag(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the ETag header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEntityTag(java.lang.String)">setEntityTag</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setEntityTag(org.apache.abdera2.common.http.EntityTag)"><!-- --></A><H3>
setEntityTag</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setEntityTag</B>(<A HREF="../../../../../org/apache/abdera2/common/http/EntityTag.html" title="class in org.apache.abdera2.common.http">EntityTag</A>&nbsp;etag)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEntityTag(org.apache.abdera2.common.http.EntityTag)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the ETag header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEntityTag(org.apache.abdera2.common.http.EntityTag)">setEntityTag</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setEscapedHeader(java.lang.String, org.apache.abdera2.common.text.CharUtils.Profile, java.lang.String)"><!-- --></A><H3>
setEscapedHeader</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setEscapedHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="../../../../../org/apache/abdera2/common/text/CharUtils.Profile.html" title="enum in org.apache.abdera2.common.text">CharUtils.Profile</A>&nbsp;profile,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;value)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEscapedHeader(java.lang.String, org.apache.abdera2.common.text.CharUtils.Profile, java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set a pct-encoded header in the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setEscapedHeader(java.lang.String, org.apache.abdera2.common.text.CharUtils.Profile, java.lang.String)">setEscapedHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setExpires(java.util.Date)"><!-- --></A><H3>
setExpires</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setExpires</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;date)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setExpires(java.util.Date)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Expires header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setExpires(java.util.Date)">setExpires</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setHeader(java.lang.String, java.lang.Object)"><!-- --></A><H3>
setHeader</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;value)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setHeader(java.lang.String, java.lang.Object)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of a header in the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setHeader(java.lang.String, java.lang.Object)">setHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setHeader(java.lang.String, java.lang.Object...)"><!-- --></A><H3>
setHeader</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>...&nbsp;vals)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setHeader(java.lang.String, java.lang.Object...)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of a header in the response
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setHeader(java.lang.String, java.lang.Object...)">setHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setLastModified(java.util.Date)"><!-- --></A><H3>
setLastModified</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setLastModified</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;date)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setLastModified(java.util.Date)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Last-Modified header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setLastModified(java.util.Date)">setLastModified</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setLocation(java.lang.String)"><!-- --></A><H3>
setLocation</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setLocation</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uri)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setLocation(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Location header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setLocation(java.lang.String)">setLocation</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setSlug(java.lang.String)"><!-- --></A><H3>
setSlug</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setSlug</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;slug)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setSlug(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set the value of the Slug header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setSlug(java.lang.String)">setSlug</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setStatus(int)"><!-- --></A><H3>
setStatus</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setStatus</B>(int&nbsp;status)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setStatus(int)">ResponseContext</A></CODE></B></DD>
<DD>Set the response status code
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setStatus(int)">setStatus</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setStatusText(java.lang.String)"><!-- --></A><H3>
setStatusText</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setStatusText</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;text)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setStatusText(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Set the response status text
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setStatusText(java.lang.String)">setStatusText</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="writeTo(java.io.OutputStream)"><!-- --></A><H3>
writeTo</H3>
<PRE>
public void <B>writeTo</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A>&nbsp;out)
throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#writeTo(java.io.OutputStream)">ResponseContext</A></CODE></B></DD>
<DD>Write the response out to the specified OutputStream
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#writeTo(java.io.OutputStream)">writeTo</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="writeTo(java.io.Writer)"><!-- --></A><H3>
writeTo</H3>
<PRE>
public void <B>writeTo</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</A>&nbsp;javaWriter)
throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#writeTo(java.io.Writer)">ResponseContext</A></CODE></B></DD>
<DD>Write the response out to the specified Writer
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#writeTo(java.io.Writer)">writeTo</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getAge()"><!-- --></A><H3>
getAge</H3>
<PRE>
public long <B>getAge</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getAge()">Response</A></CODE></B></DD>
<DD>Get the age of this response as specified by the server
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getAge()">getAge</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getAllow()"><!-- --></A><H3>
getAllow</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getAllow</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getAllow()">Response</A></CODE></B></DD>
<DD>Get the value of the Allow response header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getAllow()">getAllow</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getContentLength()"><!-- --></A><H3>
getContentLength</H3>
<PRE>
public long <B>getContentLength</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getContentLength()">Response</A></CODE></B></DD>
<DD>Get the value of the Content-Length response header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getContentLength()">getContentLength</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getEntityTag()"><!-- --></A><H3>
getEntityTag</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/common/http/EntityTag.html" title="class in org.apache.abdera2.common.http">EntityTag</A> <B>getEntityTag</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getEntityTag()">Response</A></CODE></B></DD>
<DD>Get the Entity Tag returned by the server
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getEntityTag()">getEntityTag</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getExpires()"><!-- --></A><H3>
getExpires</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A> <B>getExpires</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getExpires()">Response</A></CODE></B></DD>
<DD>Get the date/time this response expires
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getExpires()">getExpires</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLastModified()"><!-- --></A><H3>
getLastModified</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A> <B>getLastModified</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getLastModified()">Response</A></CODE></B></DD>
<DD>Get the value of the Last-Modified response header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getLastModified()">getLastModified</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLocation()"><!-- --></A><H3>
getLocation</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/common/iri/IRI.html" title="class in org.apache.abdera2.common.iri">IRI</A> <B>getLocation</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getLocation()">Response</A></CODE></B></DD>
<DD>Get the value of the Location response header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getLocation()">getLocation</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getStatus()"><!-- --></A><H3>
getStatus</H3>
<PRE>
public int <B>getStatus</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getStatus()">Response</A></CODE></B></DD>
<DD>Get the specific response status code
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getStatus()">getStatus</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getStatusText()"><!-- --></A><H3>
getStatusText</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getStatusText</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getStatusText()">Response</A></CODE></B></DD>
<DD>Get the response status text
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getStatusText()">getStatusText</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getType()"><!-- --></A><H3>
getType</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/common/http/ResponseType.html" title="enum in org.apache.abdera2.common.http">ResponseType</A> <B>getType</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getType()">Response</A></CODE></B></DD>
<DD>Get the response type classification
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html#getType()">getType</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Response.html" title="interface in org.apache.abdera2.common.protocol">Response</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCacheControl()"><!-- --></A><H3>
getCacheControl</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/common/http/CacheControl.html" title="class in org.apache.abdera2.common.http">CacheControl</A> <B>getCacheControl</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getCacheControl()">Message</A></CODE></B></DD>
<DD>Return the Cache Control Data
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getCacheControl()">getCacheControl</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getContentLanguage()"><!-- --></A><H3>
getContentLanguage</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getContentLanguage</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getContentLanguage()">Message</A></CODE></B></DD>
<DD>Return the value of the Content-Language header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getContentLanguage()">getContentLanguage</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getContentLocation()"><!-- --></A><H3>
getContentLocation</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/common/iri/IRI.html" title="class in org.apache.abdera2.common.iri">IRI</A> <B>getContentLocation</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getContentLocation()">Message</A></CODE></B></DD>
<DD>Return the value of the Content-Location header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getContentLocation()">getContentLocation</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getContentType()"><!-- --></A><H3>
getContentType</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/javax/activation/MimeType.html?is-external=true" title="class or interface in javax.activation">MimeType</A> <B>getContentType</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getContentType()">Message</A></CODE></B></DD>
<DD>Return the value of the Content-Type header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getContentType()">getContentType</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDateHeader(java.lang.String)"><!-- --></A><H3>
getDateHeader</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A> <B>getDateHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getDateHeader(java.lang.String)">Message</A></CODE></B></DD>
<DD>Return the value of a Date header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getDateHeader(java.lang.String)">getDateHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDecodedHeader(java.lang.String)"><!-- --></A><H3>
getDecodedHeader</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getDecodedHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getDecodedHeader(java.lang.String)">Message</A></CODE></B></DD>
<DD>Get the decoded value of a RFC 2047 header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getDecodedHeader(java.lang.String)">getDecodedHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDecodedHeaders(java.lang.String)"><!-- --></A><H3>
getDecodedHeaders</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; <B>getDecodedHeaders</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getDecodedHeaders(java.lang.String)">Message</A></CODE></B></DD>
<DD>Return multiple decoded values for the specified header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getDecodedHeaders(java.lang.String)">getDecodedHeaders</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getAuthentication()"><!-- --></A><H3>
getAuthentication</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/abdera2/common/http/Authentication.html" title="class in org.apache.abdera2.common.http">Authentication</A>&gt; <B>getAuthentication</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getAuthentication()">Message</A></CODE></B></DD>
<DD>Return the Authentication Data (WWW-Authentication or Authorization)
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getAuthentication()">getAuthentication</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="getHeader(java.lang.String)"><!-- --></A><H3>
getHeader</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getHeader</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getHeader(java.lang.String)">Message</A></CODE></B></DD>
<DD>Get the value of the specified header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getHeader(java.lang.String)">getHeader</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getHeaderNames()"><!-- --></A><H3>
getHeaderNames</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; <B>getHeaderNames</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getHeaderNames()">Message</A></CODE></B></DD>
<DD>Return a listing of header names
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getHeaderNames()">getHeaderNames</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getHeaders(java.lang.String)"><!-- --></A><H3>
getHeaders</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&gt; <B>getHeaders</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getHeaders(java.lang.String)">Message</A></CODE></B></DD>
<DD>Return multiple values for the specified header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getHeaders(java.lang.String)">getHeaders</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSlug()"><!-- --></A><H3>
getSlug</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getSlug</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getSlug()">Message</A></CODE></B></DD>
<DD>Return the value of the Slug header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getSlug()">getSlug</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isBinary()"><!-- --></A><H3>
isBinary</H3>
<PRE>
public boolean <B>isBinary</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#isBinary()">ResponseContext</A></CODE></B></DD>
<DD>True if the response contains a binary entity as opposed to a character based entity. Default is false. If true,
the AbderaServlet will pass in the OutputStream for writing out, if false, the AbderaServlet will pass in the
Writer.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#isBinary()">isBinary</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setBinary(boolean)"><!-- --></A><H3>
setBinary</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setBinary</B>(boolean&nbsp;binary)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setBinary(boolean)">ResponseContext</A></CODE></B></DD>
<DD>True if the response contains a binary entity as opposed to a character based entity. Default is false. If true,
the AbderaServlet will pass in the OutputStream for writing out, if false, the AbderaServlet will pass in the
Writer.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setBinary(boolean)">setBinary</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setCacheControl(org.apache.abdera2.common.http.CacheControl)"><!-- --></A><H3>
setCacheControl</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setCacheControl</B>(<A HREF="../../../../../org/apache/abdera2/common/http/CacheControl.html" title="class in org.apache.abdera2.common.http">CacheControl</A>&nbsp;cc)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setCacheControl(org.apache.abdera2.common.http.CacheControl)">ResponseContext</A></CODE></B></DD>
<DD>Specify the CacheControl header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setCacheControl(org.apache.abdera2.common.http.CacheControl)">setCacheControl</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setCacheControl(java.lang.String)"><!-- --></A><H3>
setCacheControl</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setCacheControl</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;cc)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setCacheControl(java.lang.String)">ResponseContext</A></CODE></B></DD>
<DD>Specify the CacheControl header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setCacheControl(java.lang.String)">setCacheControl</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getWebLinks()"><!-- --></A><H3>
getWebLinks</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/abdera2/common/http/WebLink.html" title="class in org.apache.abdera2.common.http">WebLink</A>&gt; <B>getWebLinks</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getWebLinks()">Message</A></CODE></B></DD>
<DD>Return the Link header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getWebLinks()">getWebLinks</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getPrefer()"><!-- --></A><H3>
getPrefer</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>&gt; <B>getPrefer</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getPrefer()">Message</A></CODE></B></DD>
<DD>Return the Prefer header
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getPrefer()">getPrefer</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getPreferApplied()"><!-- --></A><H3>
getPreferApplied</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</A>&lt;<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>&gt; <B>getPreferApplied</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getPreferApplied()">Message</A></CODE></B></DD>
<DD>Return the Applied Preferences
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html#getPreferApplied()">getPreferApplied</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/Message.html" title="interface in org.apache.abdera2.common.protocol">Message</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setWebLinks(org.apache.abdera2.common.http.WebLink, org.apache.abdera2.common.http.WebLink...)"><!-- --></A><H3>
setWebLinks</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setWebLinks</B>(<A HREF="../../../../../org/apache/abdera2/common/http/WebLink.html" title="class in org.apache.abdera2.common.http">WebLink</A>&nbsp;link,
<A HREF="../../../../../org/apache/abdera2/common/http/WebLink.html" title="class in org.apache.abdera2.common.http">WebLink</A>...&nbsp;links)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setWebLinks(org.apache.abdera2.common.http.WebLink, org.apache.abdera2.common.http.WebLink...)">setWebLinks</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setPrefer(org.apache.abdera2.common.http.Preference, org.apache.abdera2.common.http.Preference...)"><!-- --></A><H3>
setPrefer</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setPrefer</B>(<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>&nbsp;pref,
<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>...&nbsp;prefs)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setPrefer(org.apache.abdera2.common.http.Preference, org.apache.abdera2.common.http.Preference...)">setPrefer</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setPreferApplied(org.apache.abdera2.common.http.Preference, org.apache.abdera2.common.http.Preference...)"><!-- --></A><H3>
setPreferApplied</H3>
<PRE>
public &lt;T extends <A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A>&gt; T <B>setPreferApplied</B>(<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>&nbsp;pref,
<A HREF="../../../../../org/apache/abdera2/common/http/Preference.html" title="class in org.apache.abdera2.common.http">Preference</A>...&nbsp;prefs)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html#setPreferApplied(org.apache.abdera2.common.http.Preference, org.apache.abdera2.common.http.Preference...)">setPreferApplied</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/abdera2/common/protocol/ResponseContext.html" title="interface in org.apache.abdera2.common.protocol">ResponseContext</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BaseResponseContextWrapper.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/abdera2/common/protocol/BaseRequestContextWrapper.html" title="class in org.apache.abdera2.common.protocol"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/abdera2/common/protocol/BasicCollectionInfo.html" title="class in org.apache.abdera2.common.protocol"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/abdera2/common/protocol/BaseResponseContextWrapper.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="BaseResponseContextWrapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2006-2011 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>