blob: a2814d5952d75ebb09d0866ea7b6c29603e5caeb [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_66) on Fri Jan 15 14:33:41 CET 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ClientFactoryManager (Apache Mina SSHD :: Core 1.1.0 API)</title>
<meta name="date" content="2016-01-15">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ClientFactoryManager (Apache Mina SSHD :: Core 1.1.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ClientFactoryManager.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-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/sshd/client/ClientBuilder.html" title="class in org.apache.sshd.client"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/sshd/client/SshClient.html" title="class in org.apache.sshd.client"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/sshd/client/ClientFactoryManager.html" target="_top">Frames</a></li>
<li><a href="ClientFactoryManager.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&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>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.sshd.client</div>
<h2 title="Interface ClientFactoryManager" class="title">Interface ClientFactoryManager</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../org/apache/sshd/common/channel/ChannelListenerManager.html" title="interface in org.apache.sshd.common.channel">ChannelListenerManager</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html" title="interface in org.apache.sshd.common">FactoryManager</a>, <a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html" title="interface in org.apache.sshd.common.kex">KexFactoryManager</a>, <a href="../../../../org/apache/sshd/common/keyprovider/KeyPairProviderHolder.html" title="interface in org.apache.sshd.common.keyprovider">KeyPairProviderHolder</a>, <a href="../../../../org/apache/sshd/common/PropertyResolver.html" title="interface in org.apache.sshd.common">PropertyResolver</a>, <a href="../../../../org/apache/sshd/common/session/SessionListenerManager.html" title="interface in org.apache.sshd.common.session">SessionListenerManager</a>, <a href="../../../../org/apache/sshd/common/signature/SignatureFactoriesManager.html" title="interface in org.apache.sshd.common.signature">SignatureFactoriesManager</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../org/apache/sshd/client/SshClient.html" title="class in org.apache.sshd.client">SshClient</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">ClientFactoryManager</span>
extends <a href="../../../../org/apache/sshd/common/FactoryManager.html" title="interface in org.apache.sshd.common">FactoryManager</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></pre>
<div class="block">The <code>ClientFactoryManager</code> enable the retrieval of additional
configuration needed specifically for the client side.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd><a href="mailto:dev@mina.apache.org">Apache MINA SSHD Project</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sshd.common.signature.SignatureFactoriesManager">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.sshd.common.signature.<a href="../../../../org/apache/sshd/common/signature/SignatureFactoriesManager.html" title="interface in org.apache.sshd.common.signature">SignatureFactoriesManager</a></h3>
<code><a href="../../../../org/apache/sshd/common/signature/SignatureFactoriesManager.Utils.html" title="class in org.apache.sshd.common.signature">SignatureFactoriesManager.Utils</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#DEFAULT_HEARTBEAT_INTERVAL">DEFAULT_HEARTBEAT_INTERVAL</a></span></code>
<div class="block">Default value for <a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#HEARTBEAT_INTERVAL"><code>HEARTBEAT_INTERVAL</code></a> if none configured</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#DEFAULT_IGNORE_INVALID_IDENTITIES">DEFAULT_IGNORE_INVALID_IDENTITIES</a></span></code>
<div class="block">Default value of <a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#IGNORE_INVALID_IDENTITIES"><code>IGNORE_INVALID_IDENTITIES</code></a> if none configured</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#DEFAULT_KEEP_ALIVE_HEARTBEAT_STRING">DEFAULT_KEEP_ALIVE_HEARTBEAT_STRING</a></span></code>
<div class="block">Default value for <a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#HEARTBEAT_REQUEST"><code>HEARTBEAT_REQUEST</code></a> is none configured</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#HEARTBEAT_INTERVAL">HEARTBEAT_INTERVAL</a></span></code>
<div class="block">Key used to set the heartbeat interval in milliseconds (0 to disable = default)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#HEARTBEAT_REQUEST">HEARTBEAT_REQUEST</a></span></code>
<div class="block">Key used to check the heartbeat request that should be sent to the server</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#IGNORE_INVALID_IDENTITIES">IGNORE_INVALID_IDENTITIES</a></span></code>
<div class="block">Whether to ignore invalid identities files when pre-initializing
the client session</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.sshd.common.FactoryManager">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.apache.sshd.common.<a href="../../../../org/apache/sshd/common/FactoryManager.html" title="interface in org.apache.sshd.common">FactoryManager</a></h3>
<code><a href="../../../../org/apache/sshd/common/FactoryManager.html#AUTH_TIMEOUT">AUTH_TIMEOUT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#CHANNEL_CLOSE_TIMEOUT">CHANNEL_CLOSE_TIMEOUT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_AUTH_TIMEOUT">DEFAULT_AUTH_TIMEOUT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_CHANNEL_CLOSE_TIMEOUT">DEFAULT_CHANNEL_CLOSE_TIMEOUT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_DISCONNECT_TIMEOUT">DEFAULT_DISCONNECT_TIMEOUT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_IDLE_TIMEOUT">DEFAULT_IDLE_TIMEOUT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_IGNORE_MESSAGE_FREQUENCY">DEFAULT_IGNORE_MESSAGE_FREQUENCY</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_IGNORE_MESSAGE_SIZE">DEFAULT_IGNORE_MESSAGE_SIZE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_IGNORE_MESSAGE_VARIANCE">DEFAULT_IGNORE_MESSAGE_VARIANCE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_MAX_PACKET_SIZE">DEFAULT_MAX_PACKET_SIZE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_NIO_WORKERS">DEFAULT_NIO_WORKERS</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_REKEY_BYTES_LIMIT">DEFAULT_REKEY_BYTES_LIMIT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_REKEY_PACKETS_LIMIT">DEFAULT_REKEY_PACKETS_LIMIT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_REKEY_TIME_LIMIT">DEFAULT_REKEY_TIME_LIMIT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_VERSION">DEFAULT_VERSION</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_WINDOW_SIZE">DEFAULT_WINDOW_SIZE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_WINDOW_TIMEOUT">DEFAULT_WINDOW_TIMEOUT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#DISCONNECT_TIMEOUT">DISCONNECT_TIMEOUT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#IDLE_TIMEOUT">IDLE_TIMEOUT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_FREQUENCY">IGNORE_MESSAGE_FREQUENCY</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_SIZE">IGNORE_MESSAGE_SIZE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_VARIANCE">IGNORE_MESSAGE_VARIANCE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#MAX_PACKET_SIZE">MAX_PACKET_SIZE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#NIO_WORKERS">NIO_WORKERS</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#NIO2_READ_BUFFER_SIZE">NIO2_READ_BUFFER_SIZE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_BLOCKS_LIMIT">REKEY_BLOCKS_LIMIT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_BYTES_LIMIT">REKEY_BYTES_LIMIT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_PACKETS_LIMIT">REKEY_PACKETS_LIMIT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_TIME_LIMIT">REKEY_TIME_LIMIT</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#SOCKET_BACKLOG">SOCKET_BACKLOG</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#SOCKET_KEEPALIVE">SOCKET_KEEPALIVE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#SOCKET_LINGER">SOCKET_LINGER</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#SOCKET_RCVBUF">SOCKET_RCVBUF</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#SOCKET_REUSEADDR">SOCKET_REUSEADDR</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#SOCKET_SNDBUF">SOCKET_SNDBUF</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#TCP_NODELAY">TCP_NODELAY</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#WINDOW_SIZE">WINDOW_SIZE</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#WINDOW_TIMEOUT">WINDOW_TIMEOUT</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.sshd.client.ClientAuthenticationManager">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.apache.sshd.client.<a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></h3>
<code><a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#DEFAULT_PASSWORD_PROMPTS">DEFAULT_PASSWORD_PROMPTS</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#PASSWORD_PROMPTS">PASSWORD_PROMPTS</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#PREFERRED_AUTHS">PREFERRED_AUTHS</a></code></li>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/sshd/client/config/keys/ClientIdentityLoader.html" title="interface in org.apache.sshd.client.config.keys">ClientIdentityLoader</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#getClientIdentityLoader--">getClientIdentityLoader</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/sshd/common/config/keys/FilePasswordProvider.html" title="interface in org.apache.sshd.common.config.keys">FilePasswordProvider</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#getFilePasswordProvider--">getFilePasswordProvider</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/sshd/client/config/hosts/HostConfigEntryResolver.html" title="interface in org.apache.sshd.client.config.hosts">HostConfigEntryResolver</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#getHostConfigEntryResolver--">getHostConfigEntryResolver</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#setClientIdentityLoader-org.apache.sshd.client.config.keys.ClientIdentityLoader-">setClientIdentityLoader</a></span>(<a href="../../../../org/apache/sshd/client/config/keys/ClientIdentityLoader.html" title="interface in org.apache.sshd.client.config.keys">ClientIdentityLoader</a>&nbsp;loader)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#setFilePasswordProvider-org.apache.sshd.common.config.keys.FilePasswordProvider-">setFilePasswordProvider</a></span>(<a href="../../../../org/apache/sshd/common/config/keys/FilePasswordProvider.html" title="interface in org.apache.sshd.common.config.keys">FilePasswordProvider</a>&nbsp;provider)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#setHostConfigEntryResolver-org.apache.sshd.client.config.hosts.HostConfigEntryResolver-">setHostConfigEntryResolver</a></span>(<a href="../../../../org/apache/sshd/client/config/hosts/HostConfigEntryResolver.html" title="interface in org.apache.sshd.client.config.hosts">HostConfigEntryResolver</a>&nbsp;resolver)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.FactoryManager">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.<a href="../../../../org/apache/sshd/common/FactoryManager.html" title="interface in org.apache.sshd.common">FactoryManager</a></h3>
<code><a href="../../../../org/apache/sshd/common/FactoryManager.html#getAgentFactory--">getAgentFactory</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getChannelFactories--">getChannelFactories</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getFileSystemFactory--">getFileSystemFactory</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getGlobalRequestHandlers--">getGlobalRequestHandlers</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getIoServiceFactory--">getIoServiceFactory</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getRandomFactory--">getRandomFactory</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getScheduledExecutorService--">getScheduledExecutorService</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getServiceFactories--">getServiceFactories</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getTcpipForwarderFactory--">getTcpipForwarderFactory</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getTcpipForwardingFilter--">getTcpipForwardingFilter</a>, <a href="../../../../org/apache/sshd/common/FactoryManager.html#getVersion--">getVersion</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.kex.KexFactoryManager">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.kex.<a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html" title="interface in org.apache.sshd.common.kex">KexFactoryManager</a></h3>
<code><a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html#getCipherFactories--">getCipherFactories</a>, <a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html#getCompressionFactories--">getCompressionFactories</a>, <a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html#getKeyExchangeFactories--">getKeyExchangeFactories</a>, <a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html#getMacFactories--">getMacFactories</a>, <a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html#setCipherFactories-java.util.List-">setCipherFactories</a>, <a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html#setCompressionFactories-java.util.List-">setCompressionFactories</a>, <a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html#setKeyExchangeFactories-java.util.List-">setKeyExchangeFactories</a>, <a href="../../../../org/apache/sshd/common/kex/KexFactoryManager.html#setMacFactories-java.util.List-">setMacFactories</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.keyprovider.KeyPairProviderHolder">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.keyprovider.<a href="../../../../org/apache/sshd/common/keyprovider/KeyPairProviderHolder.html" title="interface in org.apache.sshd.common.keyprovider">KeyPairProviderHolder</a></h3>
<code><a href="../../../../org/apache/sshd/common/keyprovider/KeyPairProviderHolder.html#getKeyPairProvider--">getKeyPairProvider</a>, <a href="../../../../org/apache/sshd/common/keyprovider/KeyPairProviderHolder.html#setKeyPairProvider-org.apache.sshd.common.keyprovider.KeyPairProvider-">setKeyPairProvider</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.signature.SignatureFactoriesManager">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.signature.<a href="../../../../org/apache/sshd/common/signature/SignatureFactoriesManager.html" title="interface in org.apache.sshd.common.signature">SignatureFactoriesManager</a></h3>
<code><a href="../../../../org/apache/sshd/common/signature/SignatureFactoriesManager.html#getSignatureFactories--">getSignatureFactories</a>, <a href="../../../../org/apache/sshd/common/signature/SignatureFactoriesManager.html#setSignatureFactories-java.util.List-">setSignatureFactories</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.session.SessionListenerManager">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.session.<a href="../../../../org/apache/sshd/common/session/SessionListenerManager.html" title="interface in org.apache.sshd.common.session">SessionListenerManager</a></h3>
<code><a href="../../../../org/apache/sshd/common/session/SessionListenerManager.html#addSessionListener-org.apache.sshd.common.session.SessionListener-">addSessionListener</a>, <a href="../../../../org/apache/sshd/common/session/SessionListenerManager.html#getSessionListenerProxy--">getSessionListenerProxy</a>, <a href="../../../../org/apache/sshd/common/session/SessionListenerManager.html#removeSessionListener-org.apache.sshd.common.session.SessionListener-">removeSessionListener</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.channel.ChannelListenerManager">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.channel.<a href="../../../../org/apache/sshd/common/channel/ChannelListenerManager.html" title="interface in org.apache.sshd.common.channel">ChannelListenerManager</a></h3>
<code><a href="../../../../org/apache/sshd/common/channel/ChannelListenerManager.html#addChannelListener-org.apache.sshd.common.channel.ChannelListener-">addChannelListener</a>, <a href="../../../../org/apache/sshd/common/channel/ChannelListenerManager.html#getChannelListenerProxy--">getChannelListenerProxy</a>, <a href="../../../../org/apache/sshd/common/channel/ChannelListenerManager.html#removeChannelListener-org.apache.sshd.common.channel.ChannelListener-">removeChannelListener</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.PropertyResolver">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.<a href="../../../../org/apache/sshd/common/PropertyResolver.html" title="interface in org.apache.sshd.common">PropertyResolver</a></h3>
<code><a href="../../../../org/apache/sshd/common/PropertyResolver.html#getParentPropertyResolver--">getParentPropertyResolver</a>, <a href="../../../../org/apache/sshd/common/PropertyResolver.html#getProperties--">getProperties</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.client.ClientAuthenticationManager">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.client.<a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></h3>
<code><a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#addPasswordIdentity-java.lang.String-">addPasswordIdentity</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#addPublicKeyIdentity-java.security.KeyPair-">addPublicKeyIdentity</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getPasswordIdentityProvider--">getPasswordIdentityProvider</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getRegisteredIdentities--">getRegisteredIdentities</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getServerKeyVerifier--">getServerKeyVerifier</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getUserAuthFactories--">getUserAuthFactories</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getUserInteraction--">getUserInteraction</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#removePasswordIdentity-java.lang.String-">removePasswordIdentity</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#removePublicKeyIdentity-java.security.KeyPair-">removePublicKeyIdentity</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#setPasswordIdentityProvider-org.apache.sshd.client.auth.password.PasswordIdentityProvider-">setPasswordIdentityProvider</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#setServerKeyVerifier-org.apache.sshd.client.keyverifier.ServerKeyVerifier-">setServerKeyVerifier</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#setUserAuthFactories-java.util.List-">setUserAuthFactories</a>, <a href="../../../../org/apache/sshd/client/ClientAuthenticationManager.html#setUserInteraction-org.apache.sshd.client.auth.keyboard.UserInteraction-">setUserInteraction</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="HEARTBEAT_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HEARTBEAT_INTERVAL</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> HEARTBEAT_INTERVAL</pre>
<div class="block">Key used to set the heartbeat interval in milliseconds (0 to disable = default)</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.client.ClientFactoryManager.HEARTBEAT_INTERVAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_HEARTBEAT_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_HEARTBEAT_INTERVAL</h4>
<pre>static final&nbsp;long DEFAULT_HEARTBEAT_INTERVAL</pre>
<div class="block">Default value for <a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#HEARTBEAT_INTERVAL"><code>HEARTBEAT_INTERVAL</code></a> if none configured</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.client.ClientFactoryManager.DEFAULT_HEARTBEAT_INTERVAL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="HEARTBEAT_REQUEST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HEARTBEAT_REQUEST</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> HEARTBEAT_REQUEST</pre>
<div class="block">Key used to check the heartbeat request that should be sent to the server</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.client.ClientFactoryManager.HEARTBEAT_REQUEST">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_KEEP_ALIVE_HEARTBEAT_STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_KEEP_ALIVE_HEARTBEAT_STRING</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> DEFAULT_KEEP_ALIVE_HEARTBEAT_STRING</pre>
<div class="block">Default value for <a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#HEARTBEAT_REQUEST"><code>HEARTBEAT_REQUEST</code></a> is none configured</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.client.ClientFactoryManager.DEFAULT_KEEP_ALIVE_HEARTBEAT_STRING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IGNORE_INVALID_IDENTITIES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IGNORE_INVALID_IDENTITIES</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> IGNORE_INVALID_IDENTITIES</pre>
<div class="block">Whether to ignore invalid identities files when pre-initializing
the client session</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/client/config/keys/ClientIdentityLoader.html#isValidLocation-java.lang.String-"><code>ClientIdentityLoader.isValidLocation(String)</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.client.ClientFactoryManager.IGNORE_INVALID_IDENTITIES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_IGNORE_INVALID_IDENTITIES">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DEFAULT_IGNORE_INVALID_IDENTITIES</h4>
<pre>static final&nbsp;boolean DEFAULT_IGNORE_INVALID_IDENTITIES</pre>
<div class="block">Default value of <a href="../../../../org/apache/sshd/client/ClientFactoryManager.html#IGNORE_INVALID_IDENTITIES"><code>IGNORE_INVALID_IDENTITIES</code></a> if none configured</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.client.ClientFactoryManager.DEFAULT_IGNORE_INVALID_IDENTITIES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getHostConfigEntryResolver--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHostConfigEntryResolver</h4>
<pre><a href="../../../../org/apache/sshd/client/config/hosts/HostConfigEntryResolver.html" title="interface in org.apache.sshd.client.config.hosts">HostConfigEntryResolver</a>&nbsp;getHostConfigEntryResolver()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The <a href="../../../../org/apache/sshd/client/config/hosts/HostConfigEntryResolver.html" title="interface in org.apache.sshd.client.config.hosts"><code>HostConfigEntryResolver</code></a> to use in order to resolve the
effective session parameters - never <code>null</code></dd>
</dl>
</li>
</ul>
<a name="setHostConfigEntryResolver-org.apache.sshd.client.config.hosts.HostConfigEntryResolver-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHostConfigEntryResolver</h4>
<pre>void&nbsp;setHostConfigEntryResolver(<a href="../../../../org/apache/sshd/client/config/hosts/HostConfigEntryResolver.html" title="interface in org.apache.sshd.client.config.hosts">HostConfigEntryResolver</a>&nbsp;resolver)</pre>
</li>
</ul>
<a name="getClientIdentityLoader--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientIdentityLoader</h4>
<pre><a href="../../../../org/apache/sshd/client/config/keys/ClientIdentityLoader.html" title="interface in org.apache.sshd.client.config.keys">ClientIdentityLoader</a>&nbsp;getClientIdentityLoader()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The <a href="../../../../org/apache/sshd/client/config/keys/ClientIdentityLoader.html" title="interface in org.apache.sshd.client.config.keys"><code>ClientIdentityLoader</code></a> to use in order to load client
key pair identities - never <code>null</code></dd>
</dl>
</li>
</ul>
<a name="setClientIdentityLoader-org.apache.sshd.client.config.keys.ClientIdentityLoader-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClientIdentityLoader</h4>
<pre>void&nbsp;setClientIdentityLoader(<a href="../../../../org/apache/sshd/client/config/keys/ClientIdentityLoader.html" title="interface in org.apache.sshd.client.config.keys">ClientIdentityLoader</a>&nbsp;loader)</pre>
</li>
</ul>
<a name="getFilePasswordProvider--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFilePasswordProvider</h4>
<pre><a href="../../../../org/apache/sshd/common/config/keys/FilePasswordProvider.html" title="interface in org.apache.sshd.common.config.keys">FilePasswordProvider</a>&nbsp;getFilePasswordProvider()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The <a href="../../../../org/apache/sshd/common/config/keys/FilePasswordProvider.html" title="interface in org.apache.sshd.common.config.keys"><code>FilePasswordProvider</code></a> to use if need to load encrypted
identities keys - never <code>null</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/config/keys/FilePasswordProvider.html#EMPTY"><code>FilePasswordProvider.EMPTY</code></a></dd>
</dl>
</li>
</ul>
<a name="setFilePasswordProvider-org.apache.sshd.common.config.keys.FilePasswordProvider-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setFilePasswordProvider</h4>
<pre>void&nbsp;setFilePasswordProvider(<a href="../../../../org/apache/sshd/common/config/keys/FilePasswordProvider.html" title="interface in org.apache.sshd.common.config.keys">FilePasswordProvider</a>&nbsp;provider)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ClientFactoryManager.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-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/sshd/client/ClientBuilder.html" title="class in org.apache.sshd.client"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/sshd/client/SshClient.html" title="class in org.apache.sshd.client"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/sshd/client/ClientFactoryManager.html" target="_top">Frames</a></li>
<li><a href="ClientFactoryManager.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&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>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>