blob: c5d3825fd66d579d6353110379fd91fdabcd5de2 [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:42 CET 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FactoryManager (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="FactoryManager (Apache Mina SSHD :: Core 1.1.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":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/FactoryManager.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/common/Factory.html" title="interface in org.apache.sshd.common"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/sshd/common/NamedFactory.html" title="interface in org.apache.sshd.common"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/sshd/common/FactoryManager.html" target="_top">Frames</a></li>
<li><a href="FactoryManager.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.common</div>
<h2 title="Interface FactoryManager" class="title">Interface FactoryManager</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/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 Subinterfaces:</dt>
<dd><a href="../../../../org/apache/sshd/client/ClientFactoryManager.html" title="interface in org.apache.sshd.client">ClientFactoryManager</a>, <a href="../../../../org/apache/sshd/server/ServerFactoryManager.html" title="interface in org.apache.sshd.server">ServerFactoryManager</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../org/apache/sshd/common/AbstractFactoryManager.html" title="class in org.apache.sshd.common">AbstractFactoryManager</a>, <a href="../../../../org/apache/sshd/client/SshClient.html" title="class in org.apache.sshd.client">SshClient</a>, <a href="../../../../org/apache/sshd/server/SshServer.html" title="class in org.apache.sshd.server">SshServer</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">FactoryManager</span>
extends <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/session/SessionListenerManager.html" title="interface in org.apache.sshd.common.session">SessionListenerManager</a>, <a href="../../../../org/apache/sshd/common/channel/ChannelListenerManager.html" title="interface in org.apache.sshd.common.channel">ChannelListenerManager</a>, <a href="../../../../org/apache/sshd/common/PropertyResolver.html" title="interface in org.apache.sshd.common">PropertyResolver</a></pre>
<div class="block">This interface allows retrieving all the <code>NamedFactory</code> used
in the SSH protocol.</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 <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/common/FactoryManager.html#AUTH_TIMEOUT">AUTH_TIMEOUT</a></span></code>
<div class="block">Key used to retrieve the value of the timeout after which
it will close the connection if the other side has not been
authenticated - in milliseconds.</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/common/FactoryManager.html#CHANNEL_CLOSE_TIMEOUT">CHANNEL_CLOSE_TIMEOUT</a></span></code>
<div class="block">Key used to configure the timeout used when writing a close request
on a channel.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_AUTH_TIMEOUT">DEFAULT_AUTH_TIMEOUT</a></span></code>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#AUTH_TIMEOUT"><code>AUTH_TIMEOUT</code></a> if none set</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_CHANNEL_CLOSE_TIMEOUT">DEFAULT_CHANNEL_CLOSE_TIMEOUT</a></span></code>
<div class="block">Default <a href="../../../../org/apache/sshd/common/FactoryManager.html#CHANNEL_CLOSE_TIMEOUT"><code>CHANNEL_CLOSE_TIMEOUT</code></a> value if none set</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_DISCONNECT_TIMEOUT">DEFAULT_DISCONNECT_TIMEOUT</a></span></code>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#DISCONNECT_TIMEOUT"><code>DISCONNECT_TIMEOUT</code></a> if none set</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_IDLE_TIMEOUT">DEFAULT_IDLE_TIMEOUT</a></span></code>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#IDLE_TIMEOUT"><code>IDLE_TIMEOUT</code></a> if none set</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_IGNORE_MESSAGE_FREQUENCY">DEFAULT_IGNORE_MESSAGE_FREQUENCY</a></span></code>
<div class="block">Default value of <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_FREQUENCY"><code>IGNORE_MESSAGE_FREQUENCY</code></a> if none set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_IGNORE_MESSAGE_SIZE">DEFAULT_IGNORE_MESSAGE_SIZE</a></span></code>
<div class="block">Value of <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_SIZE"><code>IGNORE_MESSAGE_SIZE</code></a> if none configured</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_IGNORE_MESSAGE_VARIANCE">DEFAULT_IGNORE_MESSAGE_VARIANCE</a></span></code>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_VARIANCE"><code>IGNORE_MESSAGE_VARIANCE</code></a> if none configured</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_MAX_PACKET_SIZE">DEFAULT_MAX_PACKET_SIZE</a></span></code>
<div class="block">Default <a href="../../../../org/apache/sshd/common/FactoryManager.html#MAX_PACKET_SIZE"><code>MAX_PACKET_SIZE</code></a> if none set</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_NIO_WORKERS">DEFAULT_NIO_WORKERS</a></span></code>
<div class="block">Default number of worker threads to use if none set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_REKEY_BYTES_LIMIT">DEFAULT_REKEY_BYTES_LIMIT</a></span></code>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_BYTES_LIMIT"><code>REKEY_BYTES_LIMIT</code></a> if no override</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_REKEY_PACKETS_LIMIT">DEFAULT_REKEY_PACKETS_LIMIT</a></span></code>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_PACKETS_LIMIT"><code>REKEY_PACKETS_LIMIT</code></a> if none specified</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_REKEY_TIME_LIMIT">DEFAULT_REKEY_TIME_LIMIT</a></span></code>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_TIME_LIMIT"><code>REKEY_TIME_LIMIT</code></a> if none specified</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/common/FactoryManager.html#DEFAULT_VERSION">DEFAULT_VERSION</a></span></code>
<div class="block">The default reported version of <a href="../../../../org/apache/sshd/common/FactoryManager.html#getVersion--"><code>getVersion()</code></a> if the built-in
version information cannot be accessed</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_WINDOW_SIZE">DEFAULT_WINDOW_SIZE</a></span></code>
<div class="block">Default <a href="../../../../org/apache/sshd/common/FactoryManager.html#WINDOW_SIZE"><code>WINDOW_SIZE</code></a> if none set</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_WINDOW_TIMEOUT">DEFAULT_WINDOW_TIMEOUT</a></span></code>
<div class="block">Default <a href="../../../../org/apache/sshd/common/FactoryManager.html#WINDOW_TIMEOUT"><code>WINDOW_TIMEOUT</code></a> value</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/common/FactoryManager.html#DISCONNECT_TIMEOUT">DISCONNECT_TIMEOUT</a></span></code>
<div class="block">Key used to retrieve the value of the disconnect timeout which
is used when a disconnection is attempted.</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/common/FactoryManager.html#IDLE_TIMEOUT">IDLE_TIMEOUT</a></span></code>
<div class="block">Key used to retrieve the value of idle timeout after which
it will close the connection - in milliseconds.</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/common/FactoryManager.html#IGNORE_MESSAGE_FREQUENCY">IGNORE_MESSAGE_FREQUENCY</a></span></code>
<div class="block">Average number of packets to be skipped before an <code>SSH_MSG_IGNORE</code>
message is inserted in the stream.</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/common/FactoryManager.html#IGNORE_MESSAGE_SIZE">IGNORE_MESSAGE_SIZE</a></span></code>
<div class="block">Minimum size of <code>SSH_MSG_IGNORE</code> payload to send if feature enabled.</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/common/FactoryManager.html#IGNORE_MESSAGE_VARIANCE">IGNORE_MESSAGE_VARIANCE</a></span></code>
<div class="block">The variance to be used around the configured <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_FREQUENCY"><code>IGNORE_MESSAGE_FREQUENCY</code></a>
value in order to avoid insertion at a set frequency.</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/common/FactoryManager.html#MAX_PACKET_SIZE">MAX_PACKET_SIZE</a></span></code>
<div class="block">Key used to retrieve the value of the maximum packet size
in the configuration properties map.</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/common/FactoryManager.html#NIO_WORKERS">NIO_WORKERS</a></span></code>
<div class="block">Number of NIO worker threads to use.</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/common/FactoryManager.html#NIO2_READ_BUFFER_SIZE">NIO2_READ_BUFFER_SIZE</a></span></code>
<div class="block">Read buffer size for NIO2 sessions
See <a href="../../../../org/apache/sshd/common/io/nio2/Nio2Session.html" title="class in org.apache.sshd.common.io.nio2"><code>Nio2Session</code></a></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/common/FactoryManager.html#REKEY_BLOCKS_LIMIT">REKEY_BLOCKS_LIMIT</a></span></code>
<div class="block">Key re-exchange will be automatically performed after the specified
number of cipher blocks has been processed - positive 64-bit value.</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/common/FactoryManager.html#REKEY_BYTES_LIMIT">REKEY_BYTES_LIMIT</a></span></code>
<div class="block">Key re-exchange will be automatically performed after the session
has sent or received the given amount of bytes.</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/common/FactoryManager.html#REKEY_PACKETS_LIMIT">REKEY_PACKETS_LIMIT</a></span></code>
<div class="block">Key re-exchange will be automatically performed after the specified
number of packets has been exchanged - positive 64-bit value.</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/common/FactoryManager.html#REKEY_TIME_LIMIT">REKEY_TIME_LIMIT</a></span></code>
<div class="block">Key re-exchange will be automatically performed after the specified
amount of time has elapsed since the last key exchange - in milliseconds.</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/common/FactoryManager.html#SOCKET_BACKLOG">SOCKET_BACKLOG</a></span></code>
<div class="block">Socket backlog.</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/common/FactoryManager.html#SOCKET_KEEPALIVE">SOCKET_KEEPALIVE</a></span></code>
<div class="block">Socket keep-alive.</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/common/FactoryManager.html#SOCKET_LINGER">SOCKET_LINGER</a></span></code>
<div class="block">Socket linger.</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/common/FactoryManager.html#SOCKET_RCVBUF">SOCKET_RCVBUF</a></span></code>
<div class="block">Socket receive buffer size.</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/common/FactoryManager.html#SOCKET_REUSEADDR">SOCKET_REUSEADDR</a></span></code>
<div class="block">Socket reuse address.</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/common/FactoryManager.html#SOCKET_SNDBUF">SOCKET_SNDBUF</a></span></code>
<div class="block">Socket send buffer size.</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/common/FactoryManager.html#TCP_NODELAY">TCP_NODELAY</a></span></code>
<div class="block">Socket tcp no-delay.</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/common/FactoryManager.html#WINDOW_SIZE">WINDOW_SIZE</a></span></code>
<div class="block">Key used to retrieve the value of the channel window size in the
configuration properties map.</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/common/FactoryManager.html#WINDOW_TIMEOUT">WINDOW_TIMEOUT</a></span></code>
<div class="block">Key used to retrieve timeout (msec.) to wait for data to
become available when reading from a channel.</div>
</td>
</tr>
</table>
</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/agent/SshAgentFactory.html" title="interface in org.apache.sshd.agent">SshAgentFactory</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getAgentFactory--">getAgentFactory</a></span>()</code>
<div class="block">Retrieve the agent factory for creating <code>SshAgent</code> objects.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/sshd/common/NamedFactory.html" title="interface in org.apache.sshd.common">NamedFactory</a>&lt;<a href="../../../../org/apache/sshd/common/channel/Channel.html" title="interface in org.apache.sshd.common.channel">Channel</a>&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getChannelFactories--">getChannelFactories</a></span>()</code>
<div class="block">Retrieve the list of named factories for <code>Channel</code> objects.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/sshd/common/file/FileSystemFactory.html" title="interface in org.apache.sshd.common.file">FileSystemFactory</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getFileSystemFactory--">getFileSystemFactory</a></span>()</code>
<div class="block">Retrieve the <code>FileSystemFactory</code> to be used to traverse the file system.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/sshd/common/channel/RequestHandler.html" title="interface in org.apache.sshd.common.channel">RequestHandler</a>&lt;<a href="../../../../org/apache/sshd/common/session/ConnectionService.html" title="interface in org.apache.sshd.common.session">ConnectionService</a>&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getGlobalRequestHandlers--">getGlobalRequestHandlers</a></span>()</code>
<div class="block">Retrieve the list of global request handlers.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/sshd/common/io/IoServiceFactory.html" title="interface in org.apache.sshd.common.io">IoServiceFactory</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getIoServiceFactory--">getIoServiceFactory</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/sshd/common/Factory.html" title="interface in org.apache.sshd.common">Factory</a>&lt;<a href="../../../../org/apache/sshd/common/random/Random.html" title="interface in org.apache.sshd.common.random">Random</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getRandomFactory--">getRandomFactory</a></span>()</code>
<div class="block">Retrieve the <code>Random</code> factory to be used.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ScheduledExecutorService</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getScheduledExecutorService--">getScheduledExecutorService</a></span>()</code>
<div class="block">Retrieve the <code>ScheduledExecutorService</code> to be used.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/sshd/common/ServiceFactory.html" title="interface in org.apache.sshd.common">ServiceFactory</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getServiceFactories--">getServiceFactories</a></span>()</code>
<div class="block">Retrieve the list of SSH <code>Service</code> factories.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/sshd/common/forward/TcpipForwarderFactory.html" title="interface in org.apache.sshd.common.forward">TcpipForwarderFactory</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getTcpipForwarderFactory--">getTcpipForwarderFactory</a></span>()</code>
<div class="block">Retrieve the tcpip forwarder factory used to support tcpip forwarding.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/sshd/server/forward/ForwardingFilter.html" title="interface in org.apache.sshd.server.forward">ForwardingFilter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sshd/common/FactoryManager.html#getTcpipForwardingFilter--">getTcpipForwardingFilter</a></span>()</code>
<div class="block">Retrieve the <code>ForwardingFilter</code> to be used by the SSH server.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><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/common/FactoryManager.html#getVersion--">getVersion</a></span>()</code>
<div class="block">An upper case string identifying the version of the software used on
client or server side.</div>
</td>
</tr>
</table>
<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>
</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="WINDOW_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WINDOW_SIZE</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> WINDOW_SIZE</pre>
<div class="block">Key used to retrieve the value of the channel window size in the
configuration properties map.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_WINDOW_SIZE"><code>DEFAULT_WINDOW_SIZE</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.WINDOW_SIZE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_WINDOW_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_WINDOW_SIZE</h4>
<pre>static final&nbsp;int DEFAULT_WINDOW_SIZE</pre>
<div class="block">Default <a href="../../../../org/apache/sshd/common/FactoryManager.html#WINDOW_SIZE"><code>WINDOW_SIZE</code></a> if none set</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_WINDOW_SIZE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="WINDOW_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WINDOW_TIMEOUT</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> WINDOW_TIMEOUT</pre>
<div class="block">Key used to retrieve timeout (msec.) to wait for data to
become available when reading from a channel. If not set
or non-positive then infinite value is assumed</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_WINDOW_TIMEOUT"><code>DEFAULT_WINDOW_TIMEOUT</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.WINDOW_TIMEOUT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_WINDOW_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_WINDOW_TIMEOUT</h4>
<pre>static final&nbsp;long DEFAULT_WINDOW_TIMEOUT</pre>
<div class="block">Default <a href="../../../../org/apache/sshd/common/FactoryManager.html#WINDOW_TIMEOUT"><code>WINDOW_TIMEOUT</code></a> value</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_WINDOW_TIMEOUT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MAX_PACKET_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_PACKET_SIZE</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> MAX_PACKET_SIZE</pre>
<div class="block">Key used to retrieve the value of the maximum packet size
in the configuration properties map.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_MAX_PACKET_SIZE"><code>DEFAULT_MAX_PACKET_SIZE</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.MAX_PACKET_SIZE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_MAX_PACKET_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_MAX_PACKET_SIZE</h4>
<pre>static final&nbsp;int DEFAULT_MAX_PACKET_SIZE</pre>
<div class="block">Default <a href="../../../../org/apache/sshd/common/FactoryManager.html#MAX_PACKET_SIZE"><code>MAX_PACKET_SIZE</code></a> if none set</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_MAX_PACKET_SIZE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NIO_WORKERS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NIO_WORKERS</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> NIO_WORKERS</pre>
<div class="block">Number of NIO worker threads to use.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_NIO_WORKERS"><code>DEFAULT_NIO_WORKERS</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.NIO_WORKERS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_NIO_WORKERS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_NIO_WORKERS</h4>
<pre>static final&nbsp;int DEFAULT_NIO_WORKERS</pre>
<div class="block">Default number of worker threads to use if none set.</div>
</li>
</ul>
<a name="AUTH_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTH_TIMEOUT</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> AUTH_TIMEOUT</pre>
<div class="block">Key used to retrieve the value of the timeout after which
it will close the connection if the other side has not been
authenticated - in milliseconds.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_AUTH_TIMEOUT"><code>DEFAULT_AUTH_TIMEOUT</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.AUTH_TIMEOUT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_AUTH_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_AUTH_TIMEOUT</h4>
<pre>static final&nbsp;long DEFAULT_AUTH_TIMEOUT</pre>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#AUTH_TIMEOUT"><code>AUTH_TIMEOUT</code></a> if none set</div>
</li>
</ul>
<a name="IDLE_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDLE_TIMEOUT</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> IDLE_TIMEOUT</pre>
<div class="block">Key used to retrieve the value of idle timeout after which
it will close the connection - in milliseconds.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_IDLE_TIMEOUT"><code>DEFAULT_IDLE_TIMEOUT</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.IDLE_TIMEOUT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_IDLE_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_IDLE_TIMEOUT</h4>
<pre>static final&nbsp;long DEFAULT_IDLE_TIMEOUT</pre>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#IDLE_TIMEOUT"><code>IDLE_TIMEOUT</code></a> if none set</div>
</li>
</ul>
<a name="DISCONNECT_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISCONNECT_TIMEOUT</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> DISCONNECT_TIMEOUT</pre>
<div class="block">Key used to retrieve the value of the disconnect timeout which
is used when a disconnection is attempted. If the disconnect
message has not been sent before the timeout, the underlying socket
will be forcibly closed - in milliseconds.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_DISCONNECT_TIMEOUT"><code>DEFAULT_DISCONNECT_TIMEOUT</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DISCONNECT_TIMEOUT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_DISCONNECT_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_DISCONNECT_TIMEOUT</h4>
<pre>static final&nbsp;long DEFAULT_DISCONNECT_TIMEOUT</pre>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#DISCONNECT_TIMEOUT"><code>DISCONNECT_TIMEOUT</code></a> if none set</div>
</li>
</ul>
<a name="CHANNEL_CLOSE_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHANNEL_CLOSE_TIMEOUT</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> CHANNEL_CLOSE_TIMEOUT</pre>
<div class="block">Key used to configure the timeout used when writing a close request
on a channel. If the message can not be written before the specified
timeout elapses, the channel will be immediately closed. In milliseconds.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_AUTH_TIMEOUT"><code>DEFAULT_AUTH_TIMEOUT</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.CHANNEL_CLOSE_TIMEOUT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_CHANNEL_CLOSE_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_CHANNEL_CLOSE_TIMEOUT</h4>
<pre>static final&nbsp;long DEFAULT_CHANNEL_CLOSE_TIMEOUT</pre>
<div class="block">Default <a href="../../../../org/apache/sshd/common/FactoryManager.html#CHANNEL_CLOSE_TIMEOUT"><code>CHANNEL_CLOSE_TIMEOUT</code></a> value if none set</div>
</li>
</ul>
<a name="SOCKET_BACKLOG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SOCKET_BACKLOG</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> SOCKET_BACKLOG</pre>
<div class="block">Socket backlog.
See <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/channels/AsynchronousServerSocketChannel.html?is-external=true#bind-java.net.SocketAddress-int-" title="class or interface in java.nio.channels"><code>AsynchronousServerSocketChannel.bind(java.net.SocketAddress, int)</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.SOCKET_BACKLOG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SOCKET_KEEPALIVE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SOCKET_KEEPALIVE</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> SOCKET_KEEPALIVE</pre>
<div class="block">Socket keep-alive.
See <a href="http://docs.oracle.com/javase/7/docs/api/java/net/StandardSocketOptions.html?is-external=true#SO_KEEPALIVE" title="class or interface in java.net"><code>StandardSocketOptions.SO_KEEPALIVE</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.SOCKET_KEEPALIVE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SOCKET_SNDBUF">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SOCKET_SNDBUF</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> SOCKET_SNDBUF</pre>
<div class="block">Socket send buffer size.
See <a href="http://docs.oracle.com/javase/7/docs/api/java/net/StandardSocketOptions.html?is-external=true#SO_SNDBUF" title="class or interface in java.net"><code>StandardSocketOptions.SO_SNDBUF</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.SOCKET_SNDBUF">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SOCKET_RCVBUF">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SOCKET_RCVBUF</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> SOCKET_RCVBUF</pre>
<div class="block">Socket receive buffer size.
See <a href="http://docs.oracle.com/javase/7/docs/api/java/net/StandardSocketOptions.html?is-external=true#SO_RCVBUF" title="class or interface in java.net"><code>StandardSocketOptions.SO_RCVBUF</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.SOCKET_RCVBUF">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SOCKET_REUSEADDR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SOCKET_REUSEADDR</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> SOCKET_REUSEADDR</pre>
<div class="block">Socket reuse address.
See <a href="http://docs.oracle.com/javase/7/docs/api/java/net/StandardSocketOptions.html?is-external=true#SO_REUSEADDR" title="class or interface in java.net"><code>StandardSocketOptions.SO_REUSEADDR</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.SOCKET_REUSEADDR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SOCKET_LINGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SOCKET_LINGER</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> SOCKET_LINGER</pre>
<div class="block">Socket linger.
See <a href="http://docs.oracle.com/javase/7/docs/api/java/net/StandardSocketOptions.html?is-external=true#SO_LINGER" title="class or interface in java.net"><code>StandardSocketOptions.SO_LINGER</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.SOCKET_LINGER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TCP_NODELAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TCP_NODELAY</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> TCP_NODELAY</pre>
<div class="block">Socket tcp no-delay.
See <a href="http://docs.oracle.com/javase/7/docs/api/java/net/StandardSocketOptions.html?is-external=true#TCP_NODELAY" title="class or interface in java.net"><code>StandardSocketOptions.TCP_NODELAY</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.TCP_NODELAY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="NIO2_READ_BUFFER_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NIO2_READ_BUFFER_SIZE</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> NIO2_READ_BUFFER_SIZE</pre>
<div class="block">Read buffer size for NIO2 sessions
See <a href="../../../../org/apache/sshd/common/io/nio2/Nio2Session.html" title="class in org.apache.sshd.common.io.nio2"><code>Nio2Session</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.NIO2_READ_BUFFER_SIZE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_VERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_VERSION</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_VERSION</pre>
<div class="block">The default reported version of <a href="../../../../org/apache/sshd/common/FactoryManager.html#getVersion--"><code>getVersion()</code></a> if the built-in
version information cannot be accessed</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_VERSION">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="REKEY_BYTES_LIMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REKEY_BYTES_LIMIT</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> REKEY_BYTES_LIMIT</pre>
<div class="block">Key re-exchange will be automatically performed after the session
has sent or received the given amount of bytes. If non-positive,
then disabled. The default value is <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_REKEY_BYTES_LIMIT"><code>DEFAULT_REKEY_BYTES_LIMIT</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.REKEY_BYTES_LIMIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_REKEY_BYTES_LIMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_REKEY_BYTES_LIMIT</h4>
<pre>static final&nbsp;long DEFAULT_REKEY_BYTES_LIMIT</pre>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_BYTES_LIMIT"><code>REKEY_BYTES_LIMIT</code></a> if no override</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><A HREF="https://tools.ietf.org/html/rfc4253#page-23">RFC4253 section 9</A>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_REKEY_BYTES_LIMIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="REKEY_TIME_LIMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REKEY_TIME_LIMIT</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> REKEY_TIME_LIMIT</pre>
<div class="block">Key re-exchange will be automatically performed after the specified
amount of time has elapsed since the last key exchange - in milliseconds.
If non-positive then disabled. The default value is <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_REKEY_TIME_LIMIT"><code>DEFAULT_REKEY_TIME_LIMIT</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.REKEY_TIME_LIMIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_REKEY_TIME_LIMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_REKEY_TIME_LIMIT</h4>
<pre>static final&nbsp;long DEFAULT_REKEY_TIME_LIMIT</pre>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_TIME_LIMIT"><code>REKEY_TIME_LIMIT</code></a> if none specified</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><A HREF="https://tools.ietf.org/html/rfc4253#page-23">RFC4253 section 9</A>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_REKEY_TIME_LIMIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="REKEY_PACKETS_LIMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REKEY_PACKETS_LIMIT</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> REKEY_PACKETS_LIMIT</pre>
<div class="block">Key re-exchange will be automatically performed after the specified
number of packets has been exchanged - positive 64-bit value. If
non-positive then disabled. The default is <a href="../../../../org/apache/sshd/common/FactoryManager.html#DEFAULT_REKEY_PACKETS_LIMIT"><code>DEFAULT_REKEY_PACKETS_LIMIT</code></a></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.REKEY_PACKETS_LIMIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_REKEY_PACKETS_LIMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_REKEY_PACKETS_LIMIT</h4>
<pre>static final&nbsp;long DEFAULT_REKEY_PACKETS_LIMIT</pre>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#REKEY_PACKETS_LIMIT"><code>REKEY_PACKETS_LIMIT</code></a> if none specified</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><A HREF="https://tools.ietf.org/html/rfc4344#page-3">RFC4344 section 3.1</A>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_REKEY_PACKETS_LIMIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="REKEY_BLOCKS_LIMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REKEY_BLOCKS_LIMIT</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> REKEY_BLOCKS_LIMIT</pre>
<div class="block">Key re-exchange will be automatically performed after the specified
number of cipher blocks has been processed - positive 64-bit value. If
non-positive then disabled. The default is calculated according to
<A HREF="https://tools.ietf.org/html/rfc4344#page-3">RFC4344 section 3.2</A></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.REKEY_BLOCKS_LIMIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IGNORE_MESSAGE_FREQUENCY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IGNORE_MESSAGE_FREQUENCY</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_MESSAGE_FREQUENCY</pre>
<div class="block">Average number of packets to be skipped before an <code>SSH_MSG_IGNORE</code>
message is inserted in the stream. If non-positive, then feature is disabled</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_VARIANCE"><code>IGNORE_MESSAGE_VARIANCE</code></a>,
<a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.IGNORE_MESSAGE_FREQUENCY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_IGNORE_MESSAGE_FREQUENCY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_IGNORE_MESSAGE_FREQUENCY</h4>
<pre>static final&nbsp;long DEFAULT_IGNORE_MESSAGE_FREQUENCY</pre>
<div class="block">Default value of <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_FREQUENCY"><code>IGNORE_MESSAGE_FREQUENCY</code></a> if none set.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_IGNORE_MESSAGE_FREQUENCY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IGNORE_MESSAGE_VARIANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IGNORE_MESSAGE_VARIANCE</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_MESSAGE_VARIANCE</pre>
<div class="block">The variance to be used around the configured <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_FREQUENCY"><code>IGNORE_MESSAGE_FREQUENCY</code></a>
value in order to avoid insertion at a set frequency. If zero, then <U>exact</U>
frequency is used. If negative, then the <U>absolute</U> value is used. If
greater or equal to the frequency, then assumed to be zero - i.e., no variance</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.IGNORE_MESSAGE_VARIANCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_IGNORE_MESSAGE_VARIANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_IGNORE_MESSAGE_VARIANCE</h4>
<pre>static final&nbsp;int DEFAULT_IGNORE_MESSAGE_VARIANCE</pre>
<div class="block">Default value for <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_VARIANCE"><code>IGNORE_MESSAGE_VARIANCE</code></a> if none configured</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_IGNORE_MESSAGE_VARIANCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IGNORE_MESSAGE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IGNORE_MESSAGE_SIZE</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_MESSAGE_SIZE</pre>
<div class="block">Minimum size of <code>SSH_MSG_IGNORE</code> payload to send if feature enabled. If
non-positive then no message is sent. Otherwise, the actual size is between this
size and twice its value</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.IGNORE_MESSAGE_SIZE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_IGNORE_MESSAGE_SIZE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DEFAULT_IGNORE_MESSAGE_SIZE</h4>
<pre>static final&nbsp;int DEFAULT_IGNORE_MESSAGE_SIZE</pre>
<div class="block">Value of <a href="../../../../org/apache/sshd/common/FactoryManager.html#IGNORE_MESSAGE_SIZE"><code>IGNORE_MESSAGE_SIZE</code></a> if none configured</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.sshd.common.FactoryManager.DEFAULT_IGNORE_MESSAGE_SIZE">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="getVersion--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersion</h4>
<pre><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>&nbsp;getVersion()</pre>
<div class="block">An upper case string identifying the version of the software used on
client or server side. This version includes the name of the software
and usually looks like this: <code>SSHD-1.0</code></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the version of the software</dd>
</dl>
</li>
</ul>
<a name="getIoServiceFactory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIoServiceFactory</h4>
<pre><a href="../../../../org/apache/sshd/common/io/IoServiceFactory.html" title="interface in org.apache.sshd.common.io">IoServiceFactory</a>&nbsp;getIoServiceFactory()</pre>
</li>
</ul>
<a name="getRandomFactory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRandomFactory</h4>
<pre><a href="../../../../org/apache/sshd/common/Factory.html" title="interface in org.apache.sshd.common">Factory</a>&lt;<a href="../../../../org/apache/sshd/common/random/Random.html" title="interface in org.apache.sshd.common.random">Random</a>&gt;&nbsp;getRandomFactory()</pre>
<div class="block">Retrieve the <code>Random</code> factory to be used.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>Random</code> factory, never <code>null</code></dd>
</dl>
</li>
</ul>
<a name="getChannelFactories--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChannelFactories</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/sshd/common/NamedFactory.html" title="interface in org.apache.sshd.common">NamedFactory</a>&lt;<a href="../../../../org/apache/sshd/common/channel/Channel.html" title="interface in org.apache.sshd.common.channel">Channel</a>&gt;&gt;&nbsp;getChannelFactories()</pre>
<div class="block">Retrieve the list of named factories for <code>Channel</code> objects.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a list of named <code>Channel</code> factories, never <code>null</code></dd>
</dl>
</li>
</ul>
<a name="getAgentFactory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAgentFactory</h4>
<pre><a href="../../../../org/apache/sshd/agent/SshAgentFactory.html" title="interface in org.apache.sshd.agent">SshAgentFactory</a>&nbsp;getAgentFactory()</pre>
<div class="block">Retrieve the agent factory for creating <code>SshAgent</code> objects.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the factory</dd>
</dl>
</li>
</ul>
<a name="getScheduledExecutorService--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getScheduledExecutorService</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ScheduledExecutorService</a>&nbsp;getScheduledExecutorService()</pre>
<div class="block">Retrieve the <code>ScheduledExecutorService</code> to be used.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>ScheduledExecutorService</code>, never <code>null</code></dd>
</dl>
</li>
</ul>
<a name="getTcpipForwardingFilter--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTcpipForwardingFilter</h4>
<pre><a href="../../../../org/apache/sshd/server/forward/ForwardingFilter.html" title="interface in org.apache.sshd.server.forward">ForwardingFilter</a>&nbsp;getTcpipForwardingFilter()</pre>
<div class="block">Retrieve the <code>ForwardingFilter</code> to be used by the SSH server.
If no filter has been configured (i.e. this method returns
<code>null</code>), then all forwarding requests will be rejected.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>ForwardingFilter</code> or <code>null</code></dd>
</dl>
</li>
</ul>
<a name="getTcpipForwarderFactory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTcpipForwarderFactory</h4>
<pre><a href="../../../../org/apache/sshd/common/forward/TcpipForwarderFactory.html" title="interface in org.apache.sshd.common.forward">TcpipForwarderFactory</a>&nbsp;getTcpipForwarderFactory()</pre>
<div class="block">Retrieve the tcpip forwarder factory used to support tcpip forwarding.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>TcpipForwarderFactory</code></dd>
</dl>
</li>
</ul>
<a name="getFileSystemFactory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFileSystemFactory</h4>
<pre><a href="../../../../org/apache/sshd/common/file/FileSystemFactory.html" title="interface in org.apache.sshd.common.file">FileSystemFactory</a>&nbsp;getFileSystemFactory()</pre>
<div class="block">Retrieve the <code>FileSystemFactory</code> to be used to traverse the file system.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a valid <code>FileSystemFactory</code> object or <code>null</code> if file based
interactions are not supported on this server</dd>
</dl>
</li>
</ul>
<a name="getServiceFactories--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServiceFactories</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/sshd/common/ServiceFactory.html" title="interface in org.apache.sshd.common">ServiceFactory</a>&gt;&nbsp;getServiceFactories()</pre>
<div class="block">Retrieve the list of SSH <code>Service</code> factories.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a list of named <code>Service</code> factories, never <code>null</code></dd>
</dl>
</li>
</ul>
<a name="getGlobalRequestHandlers--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getGlobalRequestHandlers</h4>
<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/sshd/common/channel/RequestHandler.html" title="interface in org.apache.sshd.common.channel">RequestHandler</a>&lt;<a href="../../../../org/apache/sshd/common/session/ConnectionService.html" title="interface in org.apache.sshd.common.session">ConnectionService</a>&gt;&gt;&nbsp;getGlobalRequestHandlers()</pre>
<div class="block">Retrieve the list of global request handlers.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a list of named <code>GlobalRequestHandler</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/FactoryManager.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/common/Factory.html" title="interface in org.apache.sshd.common"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/sshd/common/NamedFactory.html" title="interface in org.apache.sshd.common"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/sshd/common/FactoryManager.html" target="_top">Frames</a></li>
<li><a href="FactoryManager.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>