blob: d790dd2041be242fc2e64a0d8438ce0f3a52d12d [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:31:33 PDT 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Session (Abdera2 Client 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="Session (Abdera2 Client 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="../../../../../org/apache/abdera2/protocol/client/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/Session.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/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/abdera2/protocol/client/Session.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Session.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;FIELD&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;FIELD&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.protocol.client</FONT>
<BR>
Class Session</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.protocol.client.Session</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>Session</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></DL>
</PRE>
<P>
A client session. Session's MUST NOT be used by more
than one Thread of execution as a time as multiple threads would stomp
all over the shared session context. It is critical to completely
consume each ClientResponse before executing an additional request on
the same session.
<P>
<P>
<HR>
<P>
<!-- ======== 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 ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected </CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#Session(org.apache.abdera2.protocol.client.Client)">Session</A></B>(<A HREF="../../../../../org/apache/abdera2/protocol/client/Client.html" title="class in org.apache.abdera2.protocol.client">Client</A>&nbsp;client)</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>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#delete(java.lang.String)">delete</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;Sends an HTTP DELETE request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#delete(java.lang.String, org.apache.abdera2.protocol.client.RequestOptions)">delete</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,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP DELETE request to the specified URI.</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/protocol/client/Session.html#doFormLogin(java.lang.String, java.lang.String, java.lang.String)">doFormLogin</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,
<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;userid,
<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;password)</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/protocol/client/Session.html#doFormLogin(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">doFormLogin</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,
<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;userfield,
<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;userid,
<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;passfield,
<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;password)</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;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#execute(org.apache.abdera2.common.http.Method, java.lang.String, org.apache.abdera2.model.Base, org.apache.abdera2.protocol.client.RequestOptions)">execute</A></B>(org.apache.abdera2.common.http.Method&nbsp;method,
<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,
org.apache.abdera2.model.Base&nbsp;base,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends the specified method request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#execute(org.apache.abdera2.common.http.Method, java.lang.String, org.apache.abdera2.protocol.EntityProvider, org.apache.abdera2.protocol.client.RequestOptions)">execute</A></B>(org.apache.abdera2.common.http.Method&nbsp;method,
<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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends the specified method request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#execute(org.apache.abdera2.common.http.Method, java.lang.String, org.apache.http.HttpEntity, org.apache.abdera2.protocol.client.RequestOptions)">execute</A></B>(org.apache.abdera2.common.http.Method&nbsp;method,
<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,
org.apache.http.HttpEntity&nbsp;entity,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</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;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#execute(org.apache.abdera2.common.http.Method, java.lang.String, java.io.InputStream, org.apache.abdera2.protocol.client.RequestOptions)">execute</A></B>(org.apache.abdera2.common.http.Method&nbsp;method,
<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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends the specified method request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#execute(java.lang.String, java.lang.String, org.apache.abdera2.model.Base, org.apache.abdera2.protocol.client.RequestOptions)">execute</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,
<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,
org.apache.abdera2.model.Base&nbsp;base,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends the specified method request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#execute(java.lang.String, java.lang.String, org.apache.abdera2.protocol.EntityProvider, org.apache.abdera2.protocol.client.RequestOptions)">execute</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,
<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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends the specified method request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#execute(java.lang.String, java.lang.String, org.apache.http.HttpEntity, org.apache.abdera2.protocol.client.RequestOptions)">execute</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,
<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,
org.apache.http.HttpEntity&nbsp;entity,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends the specified method request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#execute(java.lang.String, java.lang.String, java.io.InputStream, org.apache.abdera2.protocol.client.RequestOptions)">execute</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,
<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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends the specified method request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#get(java.lang.String)">get</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;Sends an HTTP GET request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#get(java.lang.String, org.apache.abdera2.protocol.client.RequestOptions)">get</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,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP GET request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;org.apache.abdera2.Abdera</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#getAbdera()">getAbdera</A></B>()</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;<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#getDefaultRequestOptions()">getDefaultRequestOptions</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a copy of the default request options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#head(java.lang.String)">head</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;Sends an HTTP HEAD request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#head(java.lang.String, org.apache.abdera2.protocol.client.RequestOptions)">head</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,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP HEAD request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, org.apache.abdera2.model.Base)">post</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,
org.apache.abdera2.model.Base&nbsp;base)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, org.apache.abdera2.model.Base, org.apache.abdera2.protocol.client.RequestOptions)">post</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,
org.apache.abdera2.model.Base&nbsp;base,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, org.apache.abdera2.protocol.EntityProvider)">post</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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, org.apache.abdera2.protocol.EntityProvider, org.apache.abdera2.protocol.client.RequestOptions)">post</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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, org.apache.abdera2.model.Entry, org.apache.http.entity.mime.content.ContentBody)">post</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,
org.apache.abdera2.model.Entry&nbsp;entry,
org.apache.http.entity.mime.content.ContentBody&nbsp;media)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, org.apache.abdera2.model.Entry, org.apache.http.entity.mime.content.ContentBody, org.apache.abdera2.protocol.client.RequestOptions)">post</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,
org.apache.abdera2.model.Entry&nbsp;entry,
org.apache.http.entity.mime.content.ContentBody&nbsp;media,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, org.apache.abdera2.model.Entry, org.apache.http.entity.mime.content.ContentBody, java.lang.String, org.apache.abdera2.protocol.client.RequestOptions)">post</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,
org.apache.abdera2.model.Entry&nbsp;entry,
org.apache.http.entity.mime.content.ContentBody&nbsp;media,
<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;contentType,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, org.apache.http.HttpEntity)">post</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,
org.apache.http.HttpEntity&nbsp;entity)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, org.apache.http.HttpEntity, org.apache.abdera2.protocol.client.RequestOptions)">post</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,
org.apache.http.HttpEntity&nbsp;entity,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, java.io.InputStream)">post</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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#post(java.lang.String, java.io.InputStream, org.apache.abdera2.protocol.client.RequestOptions)">post</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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP POST request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#put(java.lang.String, org.apache.abdera2.model.Base)">put</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,
org.apache.abdera2.model.Base&nbsp;base)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP PUT request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#put(java.lang.String, org.apache.abdera2.model.Base, org.apache.abdera2.protocol.client.RequestOptions)">put</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,
org.apache.abdera2.model.Base&nbsp;base,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP PUT request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#put(java.lang.String, org.apache.abdera2.protocol.EntityProvider)">put</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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP PUT request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#put(java.lang.String, org.apache.abdera2.protocol.EntityProvider, org.apache.abdera2.protocol.client.RequestOptions)">put</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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP PUT request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#put(java.lang.String, org.apache.http.HttpEntity)">put</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,
org.apache.http.HttpEntity&nbsp;entity)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP PUT request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#put(java.lang.String, org.apache.http.HttpEntity, org.apache.abdera2.protocol.client.RequestOptions)">put</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,
org.apache.http.HttpEntity&nbsp;entity,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP PUT request to the specified URI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#put(java.lang.String, java.io.InputStream)">put</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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP PUT request to the specified URI using the default options</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/abdera2/protocol/client/Session.html#put(java.lang.String, java.io.InputStream, org.apache.abdera2.protocol.client.RequestOptions)">put</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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an HTTP PUT request to the specified URI.</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/protocol/client/Session.html#usePreemptiveAuthentication(java.lang.String, java.lang.String)">usePreemptiveAuthentication</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;target,
<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;realm)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>
<!-- ========= 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="Session(org.apache.abdera2.protocol.client.Client)"><!-- --></A><H3>
Session</H3>
<PRE>
protected <B>Session</B>(<A HREF="../../../../../org/apache/abdera2/protocol/client/Client.html" title="class in org.apache.abdera2.protocol.client">Client</A>&nbsp;client)</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="head(java.lang.String, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
head</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>head</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,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP HEAD request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="get(java.lang.String, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
get</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>get</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,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP GET request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, org.apache.abdera2.protocol.EntityProvider, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>provider</CODE> - An EntityProvider implementation providing the payload of the request<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, org.apache.http.HttpEntity, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
org.apache.http.HttpEntity&nbsp;entity,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>entity</CODE> - A RequestEntity object providing the payload of the request<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, java.io.InputStream, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>in</CODE> - An InputStream providing the payload of the request<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, org.apache.abdera2.model.Base, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
org.apache.abdera2.model.Base&nbsp;base,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>base</CODE> - An Abdera FOM Document or Element object providing the payload of the request<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, org.apache.abdera2.model.Entry, org.apache.http.entity.mime.content.ContentBody)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
org.apache.abdera2.model.Entry&nbsp;entry,
org.apache.http.entity.mime.content.ContentBody&nbsp;media)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI. It uses the media and entry parameters to create a
multipart/related object. If the contentType is not provided this method tries to get it from the type attribute
of the entry content.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>entry</CODE> - The entry that will be sent as the first element of the multipart/related object<DD><CODE>media</CODE> - The media object that will be sent as the second element of the multipart/related object</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, org.apache.abdera2.model.Entry, org.apache.http.entity.mime.content.ContentBody, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
org.apache.abdera2.model.Entry&nbsp;entry,
org.apache.http.entity.mime.content.ContentBody&nbsp;media,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI. It uses the media and entry parameters to create a
multipart/related object. If the contentType is not provided this method tries to get it from the type attribute
of the entry content.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>entry</CODE> - The entry that will be sent as the first element of the multipart/related object<DD><CODE>media</CODE> - The media object that will be sent as the second element of the multipart/related object<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, org.apache.abdera2.model.Entry, org.apache.http.entity.mime.content.ContentBody, java.lang.String, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
org.apache.abdera2.model.Entry&nbsp;entry,
org.apache.http.entity.mime.content.ContentBody&nbsp;media,
<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;contentType,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI. It uses the media and entry parameters to create a
multipart/related object.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>entry</CODE> - The entry that will be sent as the first element of the multipart/related object<DD><CODE>media</CODE> - The media object that will be sent as the second element of the multipart/related object<DD><CODE>contentType</CODE> - the content type of the media object<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="put(java.lang.String, org.apache.abdera2.protocol.EntityProvider, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>put</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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP PUT request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>provider</CODE> - An EntityProvider implementation providing the payload of the request<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="put(java.lang.String, org.apache.http.HttpEntity, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>put</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,
org.apache.http.HttpEntity&nbsp;entity,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP PUT request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>entity</CODE> - A RequestEntity object providing the payload of the request<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="put(java.lang.String, java.io.InputStream, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>put</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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP PUT request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>in</CODE> - An InputStream providing the payload of the request<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="put(java.lang.String, org.apache.abdera2.model.Base, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>put</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,
org.apache.abdera2.model.Base&nbsp;base,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP PUT request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>base</CODE> - A FOM Document or Element providing the payload of the request<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="delete(java.lang.String, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
delete</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>delete</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,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends an HTTP DELETE request to the specified URI.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>options</CODE> - The request options</DL>
</DD>
</DL>
<HR>
<A NAME="head(java.lang.String)"><!-- --></A><H3>
head</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>head</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>Sends an HTTP HEAD request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI</DL>
</DD>
</DL>
<HR>
<A NAME="get(java.lang.String)"><!-- --></A><H3>
get</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>get</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>Sends an HTTP GET request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, org.apache.abdera2.protocol.EntityProvider)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>provider</CODE> - An EntityProvider implementation providing the payload the request</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, org.apache.http.HttpEntity)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
org.apache.http.HttpEntity&nbsp;entity)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>entity</CODE> - A RequestEntity object providing the payload of the request</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, java.io.InputStream)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>in</CODE> - An InputStream providing the payload of the request</DL>
</DD>
</DL>
<HR>
<A NAME="post(java.lang.String, org.apache.abdera2.model.Base)"><!-- --></A><H3>
post</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>post</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,
org.apache.abdera2.model.Base&nbsp;base)</PRE>
<DL>
<DD>Sends an HTTP POST request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>base</CODE> - A FOM Document or Element providing the payload of the request</DL>
</DD>
</DL>
<HR>
<A NAME="put(java.lang.String, org.apache.abdera2.protocol.EntityProvider)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>put</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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider)</PRE>
<DL>
<DD>Sends an HTTP PUT request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>provider</CODE> - An EntityProvider implementation providing the payload of the request</DL>
</DD>
</DL>
<HR>
<A NAME="put(java.lang.String, org.apache.http.HttpEntity)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>put</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,
org.apache.http.HttpEntity&nbsp;entity)</PRE>
<DL>
<DD>Sends an HTTP PUT request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>entity</CODE> - A RequestEntity object providing the payload of the request</DL>
</DD>
</DL>
<HR>
<A NAME="put(java.lang.String, java.io.InputStream)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>put</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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in)</PRE>
<DL>
<DD>Sends an HTTP PUT request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>in</CODE> - An InputStream providing the payload of the request</DL>
</DD>
</DL>
<HR>
<A NAME="put(java.lang.String, org.apache.abdera2.model.Base)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>put</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,
org.apache.abdera2.model.Base&nbsp;base)</PRE>
<DL>
<DD>Sends an HTTP PUT request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI<DD><CODE>base</CODE> - A FOM Document or Element providing the payload of the request</DL>
</DD>
</DL>
<HR>
<A NAME="delete(java.lang.String)"><!-- --></A><H3>
delete</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>delete</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>Sends an HTTP DELETE request to the specified URI using the default options
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - The request URI</DL>
</DD>
</DL>
<HR>
<A NAME="execute(java.lang.String, java.lang.String, org.apache.abdera2.model.Base, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
execute</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>execute</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,
<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,
org.apache.abdera2.model.Base&nbsp;base,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends the specified method request to the specified URI. This can be used to send extension HTTP methods to a
server (e.g. PATCH, LOCK, etc)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>method</CODE> - The HTTP method<DD><CODE>uri</CODE> - The request URI<DD><CODE>base</CODE> - A FOM Document and Element providing the payload for the request<DD><CODE>options</CODE> - The Request Options</DL>
</DD>
</DL>
<HR>
<A NAME="execute(org.apache.abdera2.common.http.Method, java.lang.String, org.apache.abdera2.model.Base, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
execute</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>execute</B>(org.apache.abdera2.common.http.Method&nbsp;method,
<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,
org.apache.abdera2.model.Base&nbsp;base,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends the specified method request to the specified URI. This can be used to send extension HTTP methods to a
server (e.g. PATCH, LOCK, etc)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>method</CODE> - The HTTP method<DD><CODE>uri</CODE> - The request URI<DD><CODE>base</CODE> - A FOM Document and Element providing the payload for the request<DD><CODE>options</CODE> - The Request Options</DL>
</DD>
</DL>
<HR>
<A NAME="execute(java.lang.String, java.lang.String, org.apache.abdera2.protocol.EntityProvider, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
execute</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>execute</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,
<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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends the specified method request to the specified URI. This can be used to send extension HTTP methods to a
server (e.g. PATCH, LOCK, etc)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>method</CODE> - The HTTP method<DD><CODE>uri</CODE> - The request URI<DD><CODE>provider</CODE> - An EntityProvider implementation providing the payload of the request<DD><CODE>options</CODE> - The Request Options</DL>
</DD>
</DL>
<HR>
<A NAME="execute(org.apache.abdera2.common.http.Method, java.lang.String, org.apache.abdera2.protocol.EntityProvider, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
execute</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>execute</B>(org.apache.abdera2.common.http.Method&nbsp;method,
<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,
org.apache.abdera2.protocol.EntityProvider&nbsp;provider,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends the specified method request to the specified URI. This can be used to send extension HTTP methods to a
server (e.g. PATCH, LOCK, etc)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>method</CODE> - The HTTP method<DD><CODE>uri</CODE> - The request URI<DD><CODE>provider</CODE> - An EntityProvider implementation providing the payload of the request<DD><CODE>options</CODE> - The Request Options</DL>
</DD>
</DL>
<HR>
<A NAME="execute(java.lang.String, java.lang.String, java.io.InputStream, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
execute</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>execute</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,
<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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends the specified method request to the specified URI. This can be used to send extension HTTP methods to a
server (e.g. PATCH, LOCK, etc)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>method</CODE> - The HTTP method<DD><CODE>uri</CODE> - The request URI<DD><CODE>in</CODE> - An InputStream providing the payload of the request<DD><CODE>options</CODE> - The Request Options</DL>
</DD>
</DL>
<HR>
<A NAME="execute(org.apache.abdera2.common.http.Method, java.lang.String, java.io.InputStream, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
execute</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>execute</B>(org.apache.abdera2.common.http.Method&nbsp;method,
<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,
<A HREF="http://download.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends the specified method request to the specified URI. This can be used to send extension HTTP methods to a
server (e.g. PATCH, LOCK, etc)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>method</CODE> - The HTTP method<DD><CODE>uri</CODE> - The request URI<DD><CODE>in</CODE> - An InputStream providing the payload of the request<DD><CODE>options</CODE> - The Request Options</DL>
</DD>
</DL>
<HR>
<A NAME="execute(org.apache.abdera2.common.http.Method, java.lang.String, org.apache.http.HttpEntity, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
execute</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>execute</B>(org.apache.abdera2.common.http.Method&nbsp;method,
<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,
org.apache.http.HttpEntity&nbsp;entity,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="execute(java.lang.String, java.lang.String, org.apache.http.HttpEntity, org.apache.abdera2.protocol.client.RequestOptions)"><!-- --></A><H3>
execute</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/ClientResponse.html" title="interface in org.apache.abdera2.protocol.client">ClientResponse</A> <B>execute</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,
<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,
org.apache.http.HttpEntity&nbsp;entity,
<A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A>&nbsp;options)</PRE>
<DL>
<DD>Sends the specified method request to the specified URI. This can be used to send extension HTTP methods to a
server (e.g. PATCH, LOCK, etc)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>method</CODE> - The HTTP method<DD><CODE>uri</CODE> - The request URI<DD><CODE>entity</CODE> - A RequestEntity object providing the payload for the request<DD><CODE>options</CODE> - The Request Options</DL>
</DD>
</DL>
<HR>
<A NAME="getDefaultRequestOptions()"><!-- --></A><H3>
getDefaultRequestOptions</H3>
<PRE>
public <A HREF="../../../../../org/apache/abdera2/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client">RequestOptions</A> <B>getDefaultRequestOptions</B>()</PRE>
<DL>
<DD>Get a copy of the default request options
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="usePreemptiveAuthentication(java.lang.String, java.lang.String)"><!-- --></A><H3>
usePreemptiveAuthentication</H3>
<PRE>
public void <B>usePreemptiveAuthentication</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;target,
<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;realm)
throws <A HREF="http://download.oracle.com/javase/6/docs/api/java/net/URISyntaxException.html?is-external=true" title="class or interface in java.net">URISyntaxException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/net/URISyntaxException.html?is-external=true" title="class or interface in java.net">URISyntaxException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getAbdera()"><!-- --></A><H3>
getAbdera</H3>
<PRE>
public org.apache.abdera2.Abdera <B>getAbdera</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="doFormLogin(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
doFormLogin</H3>
<PRE>
public void <B>doFormLogin</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,
<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;userid,
<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;password)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="doFormLogin(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
doFormLogin</H3>
<PRE>
public void <B>doFormLogin</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,
<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;userfield,
<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;userid,
<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;passfield,
<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;password)</PRE>
<DL>
<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="../../../../../org/apache/abdera2/protocol/client/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/Session.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/protocol/client/RequestOptions.html" title="class in org.apache.abdera2.protocol.client"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/abdera2/protocol/client/Session.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Session.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;FIELD&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;FIELD&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>