blob: 731e2d46e0ef063cc119e46fa30d518910f6c3d1 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.1) on Tue Jun 15 20:48:08 PDT 2021 -->
<title>RestClientService (Eclipse Communication Framework (ECF) 3.14.22 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="dc.created" content="2021-06-15">
<meta name="description" content="declaration: package: org.eclipse.ecf.remoteservice.rest.client, class: RestClientService">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-declaration">
<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RestClientService.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.ecf.remoteservice.rest.client</a></div>
<h1 title="Class RestClientService" class="title">Class RestClientService</h1>
</div>
<div class="contentContainer">
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">java.lang.Object</a>
<div class="inheritance"><a href="../../asyncproxy/AbstractAsyncProxyRemoteService.html" title="class in org.eclipse.ecf.remoteservice.asyncproxy">org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteService</a>
<div class="inheritance"><a href="../../AbstractRemoteService.html" title="class in org.eclipse.ecf.remoteservice">org.eclipse.ecf.remoteservice.AbstractRemoteService</a>
<div class="inheritance"><a href="../../client/AbstractClientService.html" title="class in org.eclipse.ecf.remoteservice.client">org.eclipse.ecf.remoteservice.client.AbstractClientService</a>
<div class="inheritance"><a href="AbstractRestClientService.html" title="class in org.eclipse.ecf.remoteservice.rest.client">org.eclipse.ecf.remoteservice.rest.client.AbstractRestClientService</a>
<div class="inheritance">org.eclipse.ecf.remoteservice.rest.client.RestClientService</div>
</div>
</div>
</div>
</div>
</div>
<section class="description">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect" class="externalLink">InvocationHandler</a></code>, <code><a href="../../IRemoteService.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteService</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">RestClientService</span>
extends <a href="AbstractRestClientService.html" title="class in org.eclipse.ecf.remoteservice.rest.client">AbstractRestClientService</a></pre>
<div class="block">This class represents a REST service from the client side of view. So a
RESTful web service can be accessed via the methods provided by this class.
Mostly the methods are inherited from <a href="../../IRemoteService.html" title="interface in org.eclipse.ecf.remoteservice"><code>IRemoteService</code></a>.</div>
</section>
<section class="summary">
<ul class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li class="blockList">
<section class="nestedClassSummary"><a id="nested.class.summary">
<!-- -->
</a>
<h2>Nested Class Summary</h2>
<div class="inheritedList">
<h2>Nested classes/interfaces inherited from class&nbsp;org.eclipse.ecf.remoteservice.client.<a href="../../client/AbstractClientService.html" title="class in org.eclipse.ecf.remoteservice.client">AbstractClientService</a></h2>
<a id="nested.classes.inherited.from.class.org.eclipse.ecf.remoteservice.client.AbstractClientService">
<!-- -->
</a><code><a href="../../client/AbstractClientService.AsyncResult.html" title="class in org.eclipse.ecf.remoteservice.client">AbstractClientService.AsyncResult</a>, <a href="../../client/AbstractClientService.UriRequest.html" title="class in org.eclipse.ecf.remoteservice.client">AbstractClientService.UriRequest</a></code></div>
<div class="inheritedList">
<h2>Nested classes/interfaces inherited from class&nbsp;org.eclipse.ecf.remoteservice.<a href="../../AbstractRemoteService.html" title="class in org.eclipse.ecf.remoteservice">AbstractRemoteService</a></h2>
<a id="nested.classes.inherited.from.class.org.eclipse.ecf.remoteservice.AbstractRemoteService">
<!-- -->
</a><code><a href="../../AbstractRemoteService.AsyncArgs.html" title="class in org.eclipse.ecf.remoteservice">AbstractRemoteService.AsyncArgs</a>, <a href="../../AbstractRemoteService.ProxyClassLoader.html" title="class in org.eclipse.ecf.remoteservice">AbstractRemoteService.ProxyClassLoader</a></code></div>
</section>
</li>
<!-- =========== FIELD SUMMARY =========== -->
<li class="blockList">
<section class="fieldSummary"><a id="field.summary">
<!-- -->
</a>
<h2>Field Summary</h2>
<div class="memberSummary">
<table>
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#connectRequestTimeout">connectRequestTimeout</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#connectTimeout">connectTimeout</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_HTTP_CONTENT_CHARSET">DEFAULT_HTTP_CONTENT_CHARSET</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DEFAULT_RESPONSE_BUFFER_SIZE">DEFAULT_RESPONSE_BUFFER_SIZE</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.apache.http.client.HttpClient</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#httpClient">httpClient</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#responseBufferSize">responseBufferSize</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#socketTimeout">socketTimeout</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="inheritedList">
<h3>Fields inherited from class&nbsp;org.eclipse.ecf.remoteservice.client.<a href="../../client/AbstractClientService.html" title="class in org.eclipse.ecf.remoteservice.client">AbstractClientService</a></h3>
<a id="fields.inherited.from.class.org.eclipse.ecf.remoteservice.client.AbstractClientService">
<!-- -->
</a><code><a href="../../client/AbstractClientService.html#container">container</a>, <a href="../../client/AbstractClientService.html#registration">registration</a></code></div>
<div class="inheritedList">
<h3>Fields inherited from class&nbsp;org.eclipse.ecf.remoteservice.<a href="../../AbstractRemoteService.html" title="class in org.eclipse.ecf.remoteservice">AbstractRemoteService</a></h3>
<a id="fields.inherited.from.class.org.eclipse.ecf.remoteservice.AbstractRemoteService">
<!-- -->
</a><code><a href="../../AbstractRemoteService.html#EMPTY_ARGS">EMPTY_ARGS</a>, <a href="../../AbstractRemoteService.html#futureExecutorService">futureExecutorService</a>, <a href="../../AbstractRemoteService.html#futureExecutorServiceMaxThreads">futureExecutorServiceMaxThreads</a>, <a href="../../AbstractRemoteService.html#iFutureExecutor">iFutureExecutor</a></code></div>
</section>
</li>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li class="blockList">
<section class="constructorSummary"><a id="constructor.summary">
<!-- -->
</a>
<h2>Constructor Summary</h2>
<div class="memberSummary">
<table>
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.eclipse.ecf.remoteservice.rest.client.RestClientContainer,org.eclipse.ecf.remoteservice.client.RemoteServiceClientRegistration)">RestClientService</a></span>&#8203;(<a href="RestClientContainer.html" title="class in org.eclipse.ecf.remoteservice.rest.client">RestClientContainer</a>&nbsp;container,
<a href="../../client/RemoteServiceClientRegistration.html" title="class in org.eclipse.ecf.remoteservice.client">RemoteServiceClientRegistration</a>&nbsp;registration)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li class="blockList">
<section class="methodSummary"><a id="method.summary">
<!-- -->
</a>
<h2>Method Summary</h2>
<div class="memberSummary">
<div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="memberSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Instance Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t4" class="tableTab" onclick="show(8);">Concrete Methods</button></div>
<div id="memberSummary_tabpanel" role="tabpanel">
<table aria-labelledby="t0">
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor" id="i0">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addRequestHeaders(org.apache.http.message.AbstractHttpMessage,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">addRequestHeaders</a></span>&#8203;(org.apache.http.message.AbstractHttpMessage&nbsp;httpMethod,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpRequestBase</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createAndPrepareHttpMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">createAndPrepareHttpMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpRequestBase</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createAndPrepareHttpMethod(org.eclipse.ecf.remoteservice.client.AbstractClientService.UriRequest)">createAndPrepareHttpMethod</a></span>&#8203;(<a href="../../client/AbstractClientService.UriRequest.html" title="class in org.eclipse.ecf.remoteservice.client">AbstractClientService.UriRequest</a>&nbsp;request)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpDelete</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createDeleteMethod(java.lang.String)">createDeleteMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpGet</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createGetMethod(java.lang.String)">createGetMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i5">
<td class="colFirst"><code>protected org.apache.http.client.HttpClient</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createHttpClient()">createHttpClient</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i6">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpPatch</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createPatchMethod(java.lang.String)">createPatchMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i7">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpPost</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createPostMethod(java.lang.String)">createPostMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i8">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpPut</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createPutMethod(java.lang.String)">createPutMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i9">
<td class="colFirst"><code>protected byte[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getResponseAsBytes(org.apache.http.HttpResponse)">getResponseAsBytes</a></span>&#8203;(org.apache.http.HttpResponse&nbsp;response)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i10">
<td class="colFirst"><code>protected org.apache.http.client.entity.UrlEncodedFormEntity</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUrlEncodedFormEntity(java.util.List,org.eclipse.ecf.remoteservice.rest.client.AbstractEntityRequestType)">getUrlEncodedFormEntity</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&nbsp;list,
<a href="AbstractEntityRequestType.html" title="class in org.eclipse.ecf.remoteservice.rest.client">AbstractEntityRequestType</a>&nbsp;postRequestType)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i11">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#invokeRemoteCall(org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">invokeRemoteCall</a></span>&#8203;(<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">
<div class="block">Calls the Rest service with given URL of IRestCall.</div>
</td>
</tr>
<tr class="altColor" id="i12">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpRequestBase</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prepareDeleteMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">prepareDeleteMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i13">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpRequestBase</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prepareGetMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">prepareGetMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i14">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prepareHttpMethod(org.apache.http.client.methods.HttpRequestBase,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">prepareHttpMethod</a></span>&#8203;(org.apache.http.client.methods.HttpRequestBase&nbsp;httpMethod,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i15">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpRequestBase</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#preparePatchMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">preparePatchMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i16">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpRequestBase</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#preparePostMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">preparePostMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i17">
<td class="colFirst"><code>protected org.apache.http.client.methods.HttpRequestBase</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#preparePutMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">preparePutMethod</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i18">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#retrieveErrorResponseBody(org.apache.http.HttpResponse)">retrieveErrorResponseBody</a></span>&#8203;(org.apache.http.HttpResponse&nbsp;response)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i19">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setupAuthenticaton(org.apache.http.client.HttpClient,org.apache.http.client.methods.HttpRequestBase)">setupAuthenticaton</a></span>&#8203;(org.apache.http.client.HttpClient&nbsp;httpClient,
org.apache.http.client.methods.HttpRequestBase&nbsp;method)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i20">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setupHttpMethod(org.apache.http.client.methods.HttpRequestBase,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">setupHttpMethod</a></span>&#8203;(org.apache.http.client.methods.HttpRequestBase&nbsp;httpMethod,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i21">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setupTimeouts(org.apache.http.client.HttpClient,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">setupTimeouts</a></span>&#8203;(org.apache.http.client.HttpClient&nbsp;httpClient,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i22">
<td class="colFirst"><code>protected org.apache.http.NameValuePair[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toNameValuePairs(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">toNameValuePairs</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="inheritedList">
<h3>Methods inherited from class&nbsp;org.eclipse.ecf.remoteservice.rest.client.<a href="AbstractRestClientService.html" title="class in org.eclipse.ecf.remoteservice.rest.client">AbstractRestClientService</a></h3>
<a id="methods.inherited.from.class.org.eclipse.ecf.remoteservice.rest.client.AbstractRestClientService">
<!-- -->
</a><code><a href="AbstractRestClientService.html#handleException(java.lang.String,java.lang.Throwable,int)">handleException</a>, <a href="AbstractRestClientService.html#handleException(java.lang.String,java.lang.Throwable,int,byte%5B%5D)">handleException</a>, <a href="AbstractRestClientService.html#logException(java.lang.String,java.lang.Throwable)">logException</a>, <a href="AbstractRestClientService.html#logWarning(java.lang.String,java.lang.Throwable)">logWarning</a>, <a href="AbstractRestClientService.html#trace(java.lang.String,java.lang.String)">trace</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from class&nbsp;org.eclipse.ecf.remoteservice.client.<a href="../../client/AbstractClientService.html" title="class in org.eclipse.ecf.remoteservice.client">AbstractClientService</a></h3>
<a id="methods.inherited.from.class.org.eclipse.ecf.remoteservice.client.AbstractClientService">
<!-- -->
</a><code><a href="../../client/AbstractClientService.html#callAsync(org.eclipse.ecf.remoteservice.IRemoteCall)">callAsync</a>, <a href="../../client/AbstractClientService.html#callAsync(org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">callAsync</a>, <a href="../../client/AbstractClientService.html#callAsync(org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable,org.eclipse.ecf.remoteservice.IRemoteCallListener)">callAsync</a>, <a href="../../client/AbstractClientService.html#callAsync(org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.IRemoteCallListener)">callAsync</a>, <a href="../../client/AbstractClientService.html#callSync(org.eclipse.ecf.remoteservice.IRemoteCall)">callSync</a>, <a href="../../client/AbstractClientService.html#createUriRequest(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">createUriRequest</a>, <a href="../../client/AbstractClientService.html#fireAsync(org.eclipse.ecf.remoteservice.IRemoteCall)">fireAsync</a>, <a href="../../client/AbstractClientService.html#getCallMethodNameForProxyInvoke(java.lang.reflect.Method,java.lang.Object%5B%5D)">getCallMethodNameForProxyInvoke</a>, <a href="../../client/AbstractClientService.html#getCallParametersForProxyInvoke(java.lang.String,java.lang.reflect.Method,java.lang.Object%5B%5D)">getCallParametersForProxyInvoke</a>, <a href="../../client/AbstractClientService.html#getClientContainer()">getClientContainer</a>, <a href="../../client/AbstractClientService.html#getInterfaceClassNames()">getInterfaceClassNames</a>, <a href="../../client/AbstractClientService.html#getNextRequestID()">getNextRequestID</a>, <a href="../../client/AbstractClientService.html#getRegistration()">getRegistration</a>, <a href="../../client/AbstractClientService.html#getRemoteServiceID()">getRemoteServiceID</a>, <a href="../../client/AbstractClientService.html#getRemoteServiceReference()">getRemoteServiceReference</a>, <a href="../../client/AbstractClientService.html#handleInvokeException(java.lang.String,java.lang.Throwable)">handleInvokeException</a>, <a href="../../client/AbstractClientService.html#invokeSync(org.eclipse.ecf.remoteservice.IRemoteCall)">invokeSync</a>, <a href="../../client/AbstractClientService.html#prepareEndpointAddress(org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">prepareEndpointAddress</a>, <a href="../../client/AbstractClientService.html#prepareParameters(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">prepareParameters</a>, <a href="../../client/AbstractClientService.html#processResponse(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable,java.util.Map,byte%5B%5D)">processResponse</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from class&nbsp;org.eclipse.ecf.remoteservice.<a href="../../AbstractRemoteService.html" title="class in org.eclipse.ecf.remoteservice">AbstractRemoteService</a></h3>
<a id="methods.inherited.from.class.org.eclipse.ecf.remoteservice.AbstractRemoteService">
<!-- -->
</a><code><a href="../../AbstractRemoteService.html#addAsyncProxyClasses(java.lang.ClassLoader,java.lang.Class%5B%5D)">addAsyncProxyClasses</a>, <a href="../../AbstractRemoteService.html#addRemoteServiceProxyToProxy(java.util.List)">addRemoteServiceProxyToProxy</a>, <a href="../../AbstractRemoteService.html#callAsync(org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteCall)">callAsync</a>, <a href="../../AbstractRemoteService.html#callAsync(org.eclipse.ecf.remoteservice.IRemoteCall,java.util.concurrent.Callable)">callAsync</a>, <a href="../../AbstractRemoteService.html#callAsyncWithResult(org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.IRemoteCallListener)">callAsyncWithResult</a>, <a href="../../AbstractRemoteService.html#callAsyncWithTimeout(org.eclipse.ecf.remoteservice.IRemoteCall,java.util.concurrent.Callable)">callAsyncWithTimeout</a>, <a href="../../AbstractRemoteService.html#callAsyncWithTimeout(org.eclipse.ecf.remoteservice.IRemoteCall,java.util.concurrent.Callable,org.eclipse.ecf.remoteservice.IRemoteCallListener)">callAsyncWithTimeout</a>, <a href="../../AbstractRemoteService.html#callCompletableAsync(org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteCall,org.eclipse.ecf.remoteservice.asyncproxy.IAsyncProxyCompletable)">callCompletableAsync</a>, <a href="../../AbstractRemoteService.html#callFutureAsync(org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteCall)">callFutureAsync</a>, <a href="../../AbstractRemoteService.html#callFutureAsync(org.eclipse.ecf.remoteservice.IRemoteCall)">callFutureAsync</a>, <a href="../../AbstractRemoteService.html#callSync(org.eclipse.ecf.remoteservice.IRemoteCall,java.util.concurrent.Callable)">callSync</a>, <a href="../../AbstractRemoteService.html#convertInterfaceNameToAsyncInterfaceName(java.lang.String)">convertInterfaceNameToAsyncInterfaceName</a>, <a href="../../AbstractRemoteService.html#createProxy(java.lang.Class%5B%5D)">createProxy</a>, <a href="../../AbstractRemoteService.html#createProxy(java.lang.ClassLoader,java.lang.Class%5B%5D)">createProxy</a>, <a href="../../AbstractRemoteService.html#createRCCE(java.lang.Object,java.lang.Throwable)">createRCCE</a>, <a href="../../AbstractRemoteService.html#createRCCEFailure(java.lang.Throwable)">createRCCEFailure</a>, <a href="../../AbstractRemoteService.html#createRCCESuccess(java.lang.Object)">createRCCESuccess</a>, <a href="../../AbstractRemoteService.html#createRemoteCall(java.lang.String,java.lang.Object%5B%5D,long)">createRemoteCall</a>, <a href="../../AbstractRemoteService.html#dispose()">dispose</a>, <a href="../../AbstractRemoteService.html#findAsyncRemoteServiceProxyClass(java.lang.Class)">findAsyncRemoteServiceProxyClass</a>, <a href="../../AbstractRemoteService.html#findAsyncRemoteServiceProxyClass(java.lang.ClassLoader,java.lang.Class)">findAsyncRemoteServiceProxyClass</a>, <a href="../../AbstractRemoteService.html#getAsyncArgs(java.lang.reflect.Method,java.lang.Object%5B%5D)">getAsyncArgs</a>, <a href="../../AbstractRemoteService.html#getAsyncInvokeMethodName(java.lang.reflect.Method)">getAsyncInvokeMethodName</a>, <a href="../../AbstractRemoteService.html#getAsyncRemoteCall(java.lang.String,java.lang.Object%5B%5D)">getAsyncRemoteCall</a>, <a href="../../AbstractRemoteService.html#getCallTimeoutForProxyInvoke(java.lang.String,java.lang.reflect.Method,java.lang.Object%5B%5D)">getCallTimeoutForProxyInvoke</a>, <a href="../../AbstractRemoteService.html#getDefaultTimeout()">getDefaultTimeout</a>, <a href="../../AbstractRemoteService.html#getFutureExecutorService(org.eclipse.ecf.remoteservice.IRemoteCall)">getFutureExecutorService</a>, <a href="../../AbstractRemoteService.html#getIFutureExecutor(org.eclipse.ecf.remoteservice.IRemoteCall)">getIFutureExecutor</a>, <a href="../../AbstractRemoteService.html#getProxy()">getProxy</a>, <a href="../../AbstractRemoteService.html#getProxy(java.lang.ClassLoader,java.lang.Class%5B%5D)">getProxy</a>, <a href="../../AbstractRemoteService.html#getRemoteService()">getRemoteService</a>, <a href="../../AbstractRemoteService.html#getRemoteServiceProxyCreator()">getRemoteServiceProxyCreator</a>, <a href="../../AbstractRemoteService.html#handleInvokeSyncException(java.lang.String,org.eclipse.ecf.core.util.ECFException)">handleInvokeSyncException</a>, <a href="../../AbstractRemoteService.html#handleProxyException(java.lang.String,java.lang.Throwable)">handleProxyException</a>, <a href="../../AbstractRemoteService.html#invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object%5B%5D)">invoke</a>, <a href="../../AbstractRemoteService.html#invokeAsync(java.lang.reflect.Method,java.lang.Object%5B%5D)">invokeAsync</a>, <a href="../../AbstractRemoteService.html#invokeObject(java.lang.Object,java.lang.reflect.Method,java.lang.Object%5B%5D)">invokeObject</a>, <a href="../../AbstractRemoteService.html#invokeReturnAsync(java.lang.Object,java.lang.reflect.Method,java.lang.Object%5B%5D)">invokeReturnAsync</a>, <a href="../../AbstractRemoteService.html#isAsync(java.lang.Object,java.lang.reflect.Method,java.lang.Object%5B%5D)">isAsync</a>, <a href="../../AbstractRemoteService.html#isInterfaceAsync(java.lang.Class)">isInterfaceAsync</a>, <a href="../../AbstractRemoteService.html#isMethodAsync(java.lang.String)">isMethodAsync</a>, <a href="../../AbstractRemoteService.html#isOSGIAsync()">isOSGIAsync</a>, <a href="../../AbstractRemoteService.html#loadInterfaceClass(java.lang.ClassLoader,java.lang.String)">loadInterfaceClass</a>, <a href="../../AbstractRemoteService.html#loadInterfaceClass(java.lang.String)">loadInterfaceClass</a>, <a href="../../AbstractRemoteService.html#setFutureExecutorService(java.util.concurrent.ExecutorService)">setFutureExecutorService</a>, <a href="../../AbstractRemoteService.html#setIFutureExecutor(org.eclipse.equinox.concurrent.future.IExecutor)">setIFutureExecutor</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from class&nbsp;org.eclipse.ecf.remoteservice.asyncproxy.<a href="../../asyncproxy/AbstractAsyncProxyRemoteService.html" title="class in org.eclipse.ecf.remoteservice.asyncproxy">AbstractAsyncProxyRemoteService</a></h3>
<a id="methods.inherited.from.class.org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteService">
<!-- -->
</a><code><a href="../../asyncproxy/AbstractAsyncProxyRemoteService.html#callFuture(org.eclipse.ecf.remoteservice.asyncproxy.AbstractAsyncProxyRemoteCall,java.lang.Class)">callFuture</a>, <a href="../../asyncproxy/AbstractAsyncProxyRemoteService.html#isReturnAsync(java.lang.Object,java.lang.reflect.Method,java.lang.Object%5B%5D)">isReturnAsync</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></h3>
<a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang" class="externalLink">clone</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang" class="externalLink">equals</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang" class="externalLink">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang" class="externalLink">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang" class="externalLink">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang" class="externalLink">notify</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang" class="externalLink">toString</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true#wait(long,int)" title="class or interface in java.lang" class="externalLink">wait</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<li class="blockList">
<section class="fieldDetails"><a id="field.detail">
<!-- -->
</a>
<h2>Field Details</h2>
<ul class="blockList">
<li class="blockList">
<section class="detail">
<h3><a id="socketTimeout">socketTimeout</a></h3>
<div class="memberSignature"><span class="modifiers">public static final</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">socketTimeout</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="connectRequestTimeout">connectRequestTimeout</a></h3>
<div class="memberSignature"><span class="modifiers">public static final</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">connectRequestTimeout</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="connectTimeout">connectTimeout</a></h3>
<div class="memberSignature"><span class="modifiers">public static final</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">connectTimeout</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="DEFAULT_RESPONSE_BUFFER_SIZE">DEFAULT_RESPONSE_BUFFER_SIZE</a></h3>
<div class="memberSignature"><span class="modifiers">protected static final</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">DEFAULT_RESPONSE_BUFFER_SIZE</span></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ecf.remoteservice.rest.client.RestClientService.DEFAULT_RESPONSE_BUFFER_SIZE">Constant Field Values</a></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="DEFAULT_HTTP_CONTENT_CHARSET">DEFAULT_HTTP_CONTENT_CHARSET</a></h3>
<div class="memberSignature"><span class="modifiers">protected static final</span>&nbsp;<span class="returnType"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></span>&nbsp;<span class="memberName">DEFAULT_HTTP_CONTENT_CHARSET</span></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.eclipse.ecf.remoteservice.rest.client.RestClientService.DEFAULT_HTTP_CONTENT_CHARSET">Constant Field Values</a></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="httpClient">httpClient</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.HttpClient</span>&nbsp;<span class="memberName">httpClient</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="responseBufferSize">responseBufferSize</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">responseBufferSize</span></div>
</section>
</li>
</ul>
</section>
</li>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li class="blockList">
<section class="constructorDetails"><a id="constructor.detail">
<!-- -->
</a>
<h2>Constructor Details</h2>
<ul class="blockList">
<li class="blockList">
<section class="detail">
<h3><a id="&lt;init&gt;(org.eclipse.ecf.remoteservice.rest.client.RestClientContainer,org.eclipse.ecf.remoteservice.client.RemoteServiceClientRegistration)">RestClientService</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="memberName">RestClientService</span>&#8203;(<span class="arguments"><a href="RestClientContainer.html" title="class in org.eclipse.ecf.remoteservice.rest.client">RestClientContainer</a>&nbsp;container,
<a href="../../client/RemoteServiceClientRegistration.html" title="class in org.eclipse.ecf.remoteservice.client">RemoteServiceClientRegistration</a>&nbsp;registration)</span></div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li class="blockList">
<section class="methodDetails"><a id="method.detail">
<!-- -->
</a>
<h2>Method Details</h2>
<ul class="blockList">
<li class="blockList">
<section class="detail">
<h3><a id="createHttpClient()">createHttpClient</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.HttpClient</span>&nbsp;<span class="memberName">createHttpClient</span>()</div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="createGetMethod(java.lang.String)">createGetMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpGet</span>&nbsp;<span class="memberName">createGetMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="createPostMethod(java.lang.String)">createPostMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpPost</span>&nbsp;<span class="memberName">createPostMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="createPutMethod(java.lang.String)">createPutMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpPut</span>&nbsp;<span class="memberName">createPutMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="createDeleteMethod(java.lang.String)">createDeleteMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpDelete</span>&nbsp;<span class="memberName">createDeleteMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="createPatchMethod(java.lang.String)">createPatchMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpPatch</span>&nbsp;<span class="memberName">createPatchMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.6</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="createAndPrepareHttpMethod(org.eclipse.ecf.remoteservice.client.AbstractClientService.UriRequest)">createAndPrepareHttpMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpRequestBase</span>&nbsp;<span class="memberName">createAndPrepareHttpMethod</span>&#8203;(<span class="arguments"><a href="../../client/AbstractClientService.UriRequest.html" title="class in org.eclipse.ecf.remoteservice.client">AbstractClientService.UriRequest</a>&nbsp;request)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="invokeRemoteCall(org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">invokeRemoteCall</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></span>&nbsp;<span class="memberName">invokeRemoteCall</span>&#8203;(<span class="arguments"><a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span>
throws <span class="exceptions"><a href="../../../core/util/ECFException.html" title="class in org.eclipse.ecf.core.util">ECFException</a></span></div>
<div class="block">Calls the Rest service with given URL of IRestCall. The returned value is
the response body as an InputStream.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../client/AbstractClientService.html#invokeRemoteCall(org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">invokeRemoteCall</a></code>&nbsp;in class&nbsp;<code><a href="../../client/AbstractClientService.html" title="class in org.eclipse.ecf.remoteservice.client">AbstractClientService</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>call</code> - The remote call to make. Must not be <code>null</code>.</dd>
<dd><code>callable</code> - The callable with default parameters to use to make the call.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The InputStream of the response body or <code>null</code> if an
error occurs.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../core/util/ECFException.html" title="class in org.eclipse.ecf.core.util">ECFException</a></code> - thrown if the call fails.</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="retrieveErrorResponseBody(org.apache.http.HttpResponse)">retrieveErrorResponseBody</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">boolean</span>&nbsp;<span class="memberName">retrieveErrorResponseBody</span>&#8203;(<span class="arguments">org.apache.http.HttpResponse&nbsp;response)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="getResponseAsBytes(org.apache.http.HttpResponse)">getResponseAsBytes</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">byte[]</span>&nbsp;<span class="memberName">getResponseAsBytes</span>&#8203;(<span class="arguments">org.apache.http.HttpResponse&nbsp;response)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html?is-external=true" title="class or interface in java.io" class="externalLink">IOException</a></span></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/IOException.html?is-external=true" title="class or interface in java.io" class="externalLink">IOException</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="setupTimeouts(org.apache.http.client.HttpClient,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">setupTimeouts</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">void</span>&nbsp;<span class="memberName">setupTimeouts</span>&#8203;(<span class="arguments">org.apache.http.client.HttpClient&nbsp;httpClient,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="addRequestHeaders(org.apache.http.message.AbstractHttpMessage,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">addRequestHeaders</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">void</span>&nbsp;<span class="memberName">addRequestHeaders</span>&#8203;(<span class="arguments">org.apache.http.message.AbstractHttpMessage&nbsp;httpMethod,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="createAndPrepareHttpMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">createAndPrepareHttpMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpRequestBase</span>&nbsp;<span class="memberName">createAndPrepareHttpMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span>
throws <span class="exceptions"><a href="../RestException.html" title="class in org.eclipse.ecf.remoteservice.rest">RestException</a></span></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../RestException.html" title="class in org.eclipse.ecf.remoteservice.rest">RestException</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="prepareHttpMethod(org.apache.http.client.methods.HttpRequestBase,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">prepareHttpMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">void</span>&nbsp;<span class="memberName">prepareHttpMethod</span>&#8203;(<span class="arguments">org.apache.http.client.methods.HttpRequestBase&nbsp;httpMethod,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="setupHttpMethod(org.apache.http.client.methods.HttpRequestBase,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">setupHttpMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">void</span>&nbsp;<span class="memberName">setupHttpMethod</span>&#8203;(<span class="arguments">org.apache.http.client.methods.HttpRequestBase&nbsp;httpMethod,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="prepareDeleteMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">prepareDeleteMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpRequestBase</span>&nbsp;<span class="memberName">prepareDeleteMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span>
throws <span class="exceptions"><a href="../RestException.html" title="class in org.eclipse.ecf.remoteservice.rest">RestException</a></span></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../RestException.html" title="class in org.eclipse.ecf.remoteservice.rest">RestException</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="preparePutMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">preparePutMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpRequestBase</span>&nbsp;<span class="memberName">preparePutMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a>,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io" class="externalLink">UnsupportedEncodingException</a></span></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a></code></dd>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io" class="externalLink">UnsupportedEncodingException</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="preparePatchMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">preparePatchMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpRequestBase</span>&nbsp;<span class="memberName">preparePatchMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a>,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io" class="externalLink">UnsupportedEncodingException</a></span></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io" class="externalLink">UnsupportedEncodingException</a></code></dd>
<dd><code><a href="../../../core/util/ECFException.html" title="class in org.eclipse.ecf.core.util">ECFException</a></code></dd>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.6</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="preparePostMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">preparePostMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpRequestBase</span>&nbsp;<span class="memberName">preparePostMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a>,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io" class="externalLink">UnsupportedEncodingException</a></span></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io" class="externalLink">UnsupportedEncodingException</a></code></dd>
<dd><code><a href="../../../core/util/ECFException.html" title="class in org.eclipse.ecf.core.util">ECFException</a></code></dd>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="prepareGetMethod(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">prepareGetMethod</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.methods.HttpRequestBase</span>&nbsp;<span class="memberName">prepareGetMethod</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a></span></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a></code></dd>
<dd><code><a href="../../../core/util/ECFException.html" title="class in org.eclipse.ecf.core.util">ECFException</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="getUrlEncodedFormEntity(java.util.List,org.eclipse.ecf.remoteservice.rest.client.AbstractEntityRequestType)">getUrlEncodedFormEntity</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.client.entity.UrlEncodedFormEntity</span>&nbsp;<span class="memberName">getUrlEncodedFormEntity</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&nbsp;list,
<a href="AbstractEntityRequestType.html" title="class in org.eclipse.ecf.remoteservice.rest.client">AbstractEntityRequestType</a>&nbsp;postRequestType)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io" class="externalLink">UnsupportedEncodingException</a></span></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io" class="externalLink">UnsupportedEncodingException</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="toNameValuePairs(java.lang.String,org.eclipse.ecf.remoteservice.IRemoteCall,org.eclipse.ecf.remoteservice.client.IRemoteCallable)">toNameValuePairs</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">org.apache.http.NameValuePair[]</span>&nbsp;<span class="memberName">toNameValuePairs</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;uri,
<a href="../../IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>&nbsp;call,
<a href="../../client/IRemoteCallable.html" title="interface in org.eclipse.ecf.remoteservice.client">IRemoteCallable</a>&nbsp;callable)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a></span></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/NotSerializableException.html?is-external=true" title="class or interface in java.io" class="externalLink">NotSerializableException</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="setupAuthenticaton(org.apache.http.client.HttpClient,org.apache.http.client.methods.HttpRequestBase)">setupAuthenticaton</a></h3>
<div class="memberSignature"><span class="modifiers">protected</span>&nbsp;<span class="returnType">void</span>&nbsp;<span class="memberName">setupAuthenticaton</span>&#8203;(<span class="arguments">org.apache.http.client.HttpClient&nbsp;httpClient,
org.apache.http.client.methods.HttpRequestBase&nbsp;method)</span></div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
</div>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RestClientService.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020 <a href="https://www.eclipse.org/">Eclipse Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>