blob: 57777c62f54367811ef1acb4cb637a7537f96f26 [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>AbstractClientSession (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="AbstractClientSession (Apache Mina SSHD :: Core 1.1.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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/AbstractClientSession.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>Prev&nbsp;Class</li>
<li><a href="../../../../../org/apache/sshd/client/session/ClientConnectionService.html" title="class in org.apache.sshd.client.session"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/sshd/client/session/AbstractClientSession.html" target="_top">Frames</a></li>
<li><a href="AbstractClientSession.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><a href="#nested.classes.inherited.from.class.org.apache.sshd.common.util.closeable.AbstractCloseable">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.sshd.common.session.AbstractSession">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&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.session</div>
<h2 title="Class AbstractClientSession" class="title">Class AbstractClientSession</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/sshd/common/util/logging/AbstractLoggingBean.html" title="class in org.apache.sshd.common.util.logging">org.apache.sshd.common.util.logging.AbstractLoggingBean</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/sshd/common/util/closeable/IoBaseCloseable.html" title="class in org.apache.sshd.common.util.closeable">org.apache.sshd.common.util.closeable.IoBaseCloseable</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html" title="class in org.apache.sshd.common.util.closeable">org.apache.sshd.common.util.closeable.AbstractCloseable</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/sshd/common/util/closeable/AbstractInnerCloseable.html" title="class in org.apache.sshd.common.util.closeable">org.apache.sshd.common.util.closeable.AbstractInnerCloseable</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html" title="class in org.apache.sshd.common.kex">org.apache.sshd.common.kex.AbstractKexFactoryManager</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/sshd/common/session/AbstractSession.html" title="class in org.apache.sshd.common.session">org.apache.sshd.common.session.AbstractSession</a></li>
<li>
<ul class="inheritance">
<li>org.apache.sshd.client.session.AbstractClientSession</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/channels/Channel.html?is-external=true" title="class or interface in java.nio.channels">Channel</a>, <a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a>, <a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a>, <a href="../../../../../org/apache/sshd/common/auth/MutableUserHolder.html" title="interface in org.apache.sshd.common.auth">MutableUserHolder</a>, <a href="../../../../../org/apache/sshd/common/auth/UsernameHolder.html" title="interface in org.apache.sshd.common.auth">UsernameHolder</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/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/Session.html" title="interface in org.apache.sshd.common.session">Session</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>Direct Known Subclasses:</dt>
<dd><a href="../../../../../org/apache/sshd/client/session/ClientSessionImpl.html" title="class in org.apache.sshd.client.session">ClientSessionImpl</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">AbstractClientSession</span>
extends <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html" title="class in org.apache.sshd.common.session">AbstractSession</a>
implements <a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></pre>
<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.util.closeable.AbstractCloseable">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sshd.common.util.closeable.<a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html" title="class in org.apache.sshd.common.util.closeable">AbstractCloseable</a></h3>
<code><a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.State.html" title="enum in org.apache.sshd.common.util.closeable">AbstractCloseable.State</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sshd.client.session.ClientSession">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.sshd.client.session.<a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></h3>
<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.ClientSessionEvent.html" title="enum in org.apache.sshd.client.session">ClientSession.ClientSessionEvent</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sshd.common.session.Session">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.sshd.common.session.<a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a></h3>
<code><a href="../../../../../org/apache/sshd/common/session/Session.AttributeKey.html" title="class in org.apache.sshd.common.session">Session.AttributeKey</a>&lt;<a href="../../../../../org/apache/sshd/common/session/Session.AttributeKey.html" title="type parameter in Session.AttributeKey">T</a>&gt;, <a href="../../../../../org/apache/sshd/common/session/Session.TimeoutStatus.html" title="enum in org.apache.sshd.common.session">Session.TimeoutStatus</a></code></li>
</ul>
<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>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.sshd.common.session.AbstractSession">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.sshd.common.session.<a href="../../../../../org/apache/sshd/common/session/AbstractSession.html" title="class in org.apache.sshd.common.session">AbstractSession</a></h3>
<code><a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#attributes">attributes</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#authed">authed</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#authTimeoutStart">authTimeoutStart</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#channelListenerProxy">channelListenerProxy</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#channelListeners">channelListeners</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#clientProposal">clientProposal</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#clientVersion">clientVersion</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#currentService">currentService</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#decodeLock">decodeLock</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#decoderBuffer">decoderBuffer</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#decoderLength">decoderLength</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#decoderState">decoderState</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#encodeLock">encodeLock</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#firstKexPacketFollows">firstKexPacketFollows</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#i_c">i_c</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#i_s">i_s</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#idleTimeoutStart">idleTimeoutStart</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#ignorePacketDataLength">ignorePacketDataLength</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#ignorePacketsCount">ignorePacketsCount</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#ignorePacketsFrequency">ignorePacketsFrequency</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#ignorePacketsVariance">ignorePacketsVariance</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#inBlocksCount">inBlocksCount</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#inBytesCount">inBytesCount</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#inCipher">inCipher</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#inCipherSize">inCipherSize</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#inCompression">inCompression</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#inMac">inMac</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#inMacResult">inMacResult</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#inPacketsCount">inPacketsCount</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#ioSession">ioSession</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#isServer">isServer</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#kex">kex</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#kexFutureHolder">kexFutureHolder</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#kexState">kexState</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#lastKeyTimeValue">lastKeyTimeValue</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#maxRekeyBlocks">maxRekeyBlocks</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#maxRekeyBytes">maxRekeyBytes</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#maxRekeyInterval">maxRekeyInterval</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#maxRekyPackets">maxRekyPackets</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#negotiationResult">negotiationResult</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#outBlocksCount">outBlocksCount</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#outBytesCount">outBytesCount</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#outCipher">outCipher</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#outCipherSize">outCipherSize</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#outCompression">outCompression</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#outMac">outMac</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#outPacketsCount">outPacketsCount</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#pendingPackets">pendingPackets</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#random">random</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#requestLock">requestLock</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#seqi">seqi</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#seqo">seqo</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#serverProposal">serverProposal</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#serverVersion">serverVersion</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#SESSION">SESSION</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#sessionId">sessionId</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#sessionListenerProxy">sessionListenerProxy</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#sessionListeners">sessionListeners</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#timeoutStatus">timeoutStatus</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#uncompressBuffer">uncompressBuffer</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#username">username</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.sshd.common.util.closeable.AbstractCloseable">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.sshd.common.util.closeable.<a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html" title="class in org.apache.sshd.common.util.closeable">AbstractCloseable</a></h3>
<code><a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html#closeFuture">closeFuture</a>, <a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html#lock">lock</a>, <a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html#state">state</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.sshd.common.util.logging.AbstractLoggingBean">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.sshd.common.util.logging.<a href="../../../../../org/apache/sshd/common/util/logging/AbstractLoggingBean.html" title="class in org.apache.sshd.common.util.logging">AbstractLoggingBean</a></h3>
<code><a href="../../../../../org/apache/sshd/common/util/logging/AbstractLoggingBean.html#log">log</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.sshd.common.session.Session">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.apache.sshd.common.session.<a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a></h3>
<code><a href="../../../../../org/apache/sshd/common/session/Session.html#DEFAULT_SSH_VERSION_PREFIX">DEFAULT_SSH_VERSION_PREFIX</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>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#AbstractClientSession-org.apache.sshd.client.ClientFactoryManager-org.apache.sshd.common.io.IoSession-">AbstractClientSession</a></span>(<a href="../../../../../org/apache/sshd/client/ClientFactoryManager.html" title="interface in org.apache.sshd.client">ClientFactoryManager</a>&nbsp;factoryManager,
<a href="../../../../../org/apache/sshd/common/io/IoSession.html" title="interface in org.apache.sshd.common.io">IoSession</a>&nbsp;ioSession)</code>&nbsp;</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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#addPasswordIdentity-java.lang.String-">addPasswordIdentity</a></span>(<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;password)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#addPublicKeyIdentity-java.security.KeyPair-">addPublicKeyIdentity</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyPair.html?is-external=true" title="class or interface in java.security">KeyPair</a>&nbsp;kp)</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/channel/ClientChannel.html" title="interface in org.apache.sshd.client.channel">ClientChannel</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createChannel-java.lang.String-">createChannel</a></span>(<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;type)</code>
<div class="block">Create a channel of the given type.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/channel/ClientChannel.html" title="interface in org.apache.sshd.client.channel">ClientChannel</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createChannel-java.lang.String-java.lang.String-">createChannel</a></span>(<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;type,
<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;subType)</code>
<div class="block">Create a channel of the given type and sub-type.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/channel/ChannelDirectTcpip.html" title="class in org.apache.sshd.client.channel">ChannelDirectTcpip</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createDirectTcpipChannel-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">createDirectTcpipChannel</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;remote)</code>
<div class="block">Create a direct tcp-ip channel which can be used to stream data to a remote port from the server.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/channel/ChannelExec.html" title="class in org.apache.sshd.client.channel">ChannelExec</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createExecChannel-java.lang.String-">createExecChannel</a></span>(<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;command)</code>
<div class="block">Create a channel to execute a command.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/scp/ScpClient.html" title="interface in org.apache.sshd.client.scp">ScpClient</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createScpClient--">createScpClient</a></span>()</code>
<div class="block">Create an SCP client from this session.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/scp/ScpClient.html" title="interface in org.apache.sshd.client.scp">ScpClient</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createScpClient-org.apache.sshd.common.scp.ScpTransferEventListener-">createScpClient</a></span>(<a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp">ScpTransferEventListener</a>&nbsp;listener)</code>
<div class="block">Create an SCP client from this session.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpClient.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpClient</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSftpClient--">createSftpClient</a></span>()</code>
<div class="block">Create an SFTP client from this session.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpClient.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpClient</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSftpClient-int-">createSftpClient</a></span>(int&nbsp;version)</code>
<div class="block">Creates an SFTP client using the specified version</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpClient.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpClient</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSftpClient-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-">createSftpClient</a></span>(<a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpVersionSelector.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpVersionSelector</a>&nbsp;selector)</code>
<div class="block">Creates an SFTP client while allowing the selection of a specific version</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSftpFileSystem--">createSftpFileSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSftpFileSystem-int-">createSftpFileSystem</a></span>(int&nbsp;version)</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSftpFileSystem-int-int-">createSftpFileSystem</a></span>(int&nbsp;readBufferSize,
int&nbsp;writeBufferSize)</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSftpFileSystem-int-int-int-">createSftpFileSystem</a></span>(int&nbsp;version,
int&nbsp;readBufferSize,
int&nbsp;writeBufferSize)</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSftpFileSystem-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-">createSftpFileSystem</a></span>(<a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpVersionSelector.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpVersionSelector</a>&nbsp;selector)</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSftpFileSystem-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-int-int-">createSftpFileSystem</a></span>(<a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpVersionSelector.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpVersionSelector</a>&nbsp;selector,
int&nbsp;readBufferSize,
int&nbsp;writeBufferSize)</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/channel/ChannelSubsystem.html" title="class in org.apache.sshd.client.channel">ChannelSubsystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#createSubsystemChannel-java.lang.String-">createSubsystemChannel</a></span>(<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;subsystem)</code>
<div class="block">Create a subsystem channel.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/sshd/common/session/ConnectionService.html" title="interface in org.apache.sshd.common.session">ConnectionService</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getConnectionService--">getConnectionService</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/ClientFactoryManager.html" title="interface in org.apache.sshd.client">ClientFactoryManager</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getFactoryManager--">getFactoryManager</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/auth/password/PasswordIdentityProvider.html" title="interface in org.apache.sshd.client.auth.password">PasswordIdentityProvider</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getPasswordIdentityProvider--">getPasswordIdentityProvider</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/auth/AuthenticationIdentitiesProvider.html" title="interface in org.apache.sshd.client.auth">AuthenticationIdentitiesProvider</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getRegisteredIdentities--">getRegisteredIdentities</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp">ScpTransferEventListener</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getScpTransferEventListener--">getScpTransferEventListener</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/keyverifier/ServerKeyVerifier.html" title="interface in org.apache.sshd.client.keyverifier">ServerKeyVerifier</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getServerKeyVerifier--">getServerKeyVerifier</a></span>()</code>
<div class="block">Retrieve the server key verifier to be used to check the key when connecting
to an SSH server.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.html" title="interface in org.apache.sshd.common.forward">TcpipForwarder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getTcpipForwarder--">getTcpipForwarder</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i25" 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/client/auth/UserAuth.html" title="interface in org.apache.sshd.client.auth">UserAuth</a>&gt;&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getUserAuthFactories--">getUserAuthFactories</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/sshd/client/session/ClientUserAuthService.html" title="class in org.apache.sshd.client.session">ClientUserAuthService</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getUserAuthService--">getUserAuthService</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/client/auth/keyboard/UserInteraction.html" title="interface in org.apache.sshd.client.auth.keyboard">UserInteraction</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#getUserInteraction--">getUserInteraction</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i28" 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/client/session/AbstractClientSession.html#removePasswordIdentity-java.lang.String-">removePasswordIdentity</a></span>(<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;password)</code>&nbsp;</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyPair.html?is-external=true" title="class or interface in java.security">KeyPair</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#removePublicKeyIdentity-java.security.KeyPair-">removePublicKeyIdentity</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyPair.html?is-external=true" title="class or interface in java.security">KeyPair</a>&nbsp;kp)</code>&nbsp;</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>protected <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/session/AbstractClientSession.html#resolveAvailableSignaturesProposal-org.apache.sshd.common.FactoryManager-">resolveAvailableSignaturesProposal</a></span>(<a href="../../../../../org/apache/sshd/common/FactoryManager.html" title="interface in org.apache.sshd.common">FactoryManager</a>&nbsp;manager)</code>&nbsp;</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#setPasswordIdentityProvider-org.apache.sshd.client.auth.password.PasswordIdentityProvider-">setPasswordIdentityProvider</a></span>(<a href="../../../../../org/apache/sshd/client/auth/password/PasswordIdentityProvider.html" title="interface in org.apache.sshd.client.auth.password">PasswordIdentityProvider</a>&nbsp;provider)</code>&nbsp;</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#setScpTransferEventListener-org.apache.sshd.common.scp.ScpTransferEventListener-">setScpTransferEventListener</a></span>(<a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp">ScpTransferEventListener</a>&nbsp;listener)</code>&nbsp;</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#setServerKeyVerifier-org.apache.sshd.client.keyverifier.ServerKeyVerifier-">setServerKeyVerifier</a></span>(<a href="../../../../../org/apache/sshd/client/keyverifier/ServerKeyVerifier.html" title="interface in org.apache.sshd.client.keyverifier">ServerKeyVerifier</a>&nbsp;serverKeyVerifier)</code>&nbsp;</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#setUserAuthFactories-java.util.List-">setUserAuthFactories</a></span>(<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/client/auth/UserAuth.html" title="interface in org.apache.sshd.client.auth">UserAuth</a>&gt;&gt;&nbsp;userAuthFactories)</code>&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#setUserInteraction-org.apache.sshd.client.auth.keyboard.UserInteraction-">setUserInteraction</a></span>(<a href="../../../../../org/apache/sshd/client/auth/keyboard/UserInteraction.html" title="interface in org.apache.sshd.client.auth.keyboard">UserInteraction</a>&nbsp;userInteraction)</code>&nbsp;</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#startDynamicPortForwarding-org.apache.sshd.common.SshdSocketAddress-">startDynamicPortForwarding</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)</code>
<div class="block">Start dynamic local port forwarding using a SOCKS proxy.</div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#startLocalPortForwarding-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">startLocalPortForwarding</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;remote)</code>
<div class="block">Start forwarding the given local address on the client to the given address on the server.</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#startRemotePortForwarding-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">startRemotePortForwarding</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;remote,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)</code>
<div class="block">
Start forwarding tcpip from the given address on the server to the
given address on the client.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#startService-java.lang.String-">startService</a></span>(<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;name)</code>&nbsp;</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#stopDynamicPortForwarding-org.apache.sshd.common.SshdSocketAddress-">stopDynamicPortForwarding</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)</code>
<div class="block">Stop a previously started dynamic port forwarding.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#stopLocalPortForwarding-org.apache.sshd.common.SshdSocketAddress-">stopLocalPortForwarding</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)</code>
<div class="block">Stop forwarding the given local address.</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/AbstractClientSession.html#stopRemotePortForwarding-org.apache.sshd.common.SshdSocketAddress-">stopRemotePortForwarding</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;remote)</code>
<div class="block">Stop forwarding of the given remote address.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.session.AbstractSession">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.sshd.common.session.<a href="../../../../../org/apache/sshd/common/session/AbstractSession.html" title="class in org.apache.sshd.common.session">AbstractSession</a></h3>
<code><a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#addChannelListener-org.apache.sshd.common.channel.ChannelListener-">addChannelListener</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#addSessionListener-org.apache.sshd.common.session.SessionListener-">addSessionListener</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#attachSession-org.apache.sshd.common.io.IoSession-org.apache.sshd.common.session.AbstractSession-">attachSession</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#calculateNextIgnorePacketCount-org.apache.sshd.common.random.Random-long-int-">calculateNextIgnorePacketCount</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#checkAuthenticationTimeout-long-long-">checkAuthenticationTimeout</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#checkForTimeouts--">checkForTimeouts</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#checkIdleTimeout-long-long-">checkIdleTimeout</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#checkKeys--">checkKeys</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#checkRekey--">checkRekey</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#comparePreferredKexProposalOption-org.apache.sshd.common.kex.KexProposalOption-">comparePreferredKexProposalOption</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#createBuffer-byte-">createBuffer</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#createBuffer-byte-int-">createBuffer</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#createProposal-java.lang.String-">createProposal</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#decode--">decode</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#disconnect-int-java.lang.String-">disconnect</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#doHandleMessage-org.apache.sshd.common.util.buffer.Buffer-">doHandleMessage</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#doReadIdentification-org.apache.sshd.common.util.buffer.Buffer-boolean-">doReadIdentification</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#doWritePacket-org.apache.sshd.common.util.buffer.Buffer-">doWritePacket</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#encode-org.apache.sshd.common.util.buffer.Buffer-">encode</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#exceptionCaught-java.lang.Throwable-">exceptionCaught</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getAttribute-org.apache.sshd.common.session.Session.AttributeKey-">getAttribute</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getAuthTimeout--">getAuthTimeout</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getChannelListenerProxy--">getChannelListenerProxy</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getCipherInformation-boolean-">getCipherInformation</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getClientVersion--">getClientVersion</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getCompressionInformation-boolean-">getCompressionInformation</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getIdleTimeout--">getIdleTimeout</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getInnerCloseable--">getInnerCloseable</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getIoSession--">getIoSession</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getKex--">getKex</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getLock--">getLock</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getMacInformation-boolean-">getMacInformation</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getNegotiatedKexParameter-org.apache.sshd.common.kex.KexProposalOption-">getNegotiatedKexParameter</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getParentPropertyResolver--">getParentPropertyResolver</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getProperties--">getProperties</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getServerVersion--">getServerVersion</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getService-java.lang.Class-">getService</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getServices--">getServices</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getSession-org.apache.sshd.common.io.IoSession-">getSession</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getSession-org.apache.sshd.common.io.IoSession-boolean-">getSession</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getSessionId--">getSessionId</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getSessionListenerProxy--">getSessionListenerProxy</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getTimeoutStatus--">getTimeoutStatus</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getUsername--">getUsername</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleDebug-boolean-java.lang.String-java.lang.String-org.apache.sshd.common.util.buffer.Buffer-">handleDebug</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleDebug-org.apache.sshd.common.util.buffer.Buffer-">handleDebug</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleDisconnect-org.apache.sshd.common.util.buffer.Buffer-">handleDisconnect</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleDisconnect-int-java.lang.String-java.lang.String-org.apache.sshd.common.util.buffer.Buffer-">handleDisconnect</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleFirstKexPacketFollows-int-org.apache.sshd.common.util.buffer.Buffer-boolean-">handleFirstKexPacketFollows</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleIgnore-org.apache.sshd.common.util.buffer.Buffer-">handleIgnore</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleIgnore-byte:A-org.apache.sshd.common.util.buffer.Buffer-">handleIgnore</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleKexInit-org.apache.sshd.common.util.buffer.Buffer-">handleKexInit</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleKexMessage-int-org.apache.sshd.common.util.buffer.Buffer-">handleKexMessage</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleMessage-org.apache.sshd.common.util.buffer.Buffer-">handleMessage</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleNewKeys-int-org.apache.sshd.common.util.buffer.Buffer-">handleNewKeys</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleServiceAccept-org.apache.sshd.common.util.buffer.Buffer-">handleServiceAccept</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleServiceAccept-java.lang.String-org.apache.sshd.common.util.buffer.Buffer-">handleServiceAccept</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleServiceRequest-org.apache.sshd.common.util.buffer.Buffer-">handleServiceRequest</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleServiceRequest-java.lang.String-org.apache.sshd.common.util.buffer.Buffer-">handleServiceRequest</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleUnimplemented-org.apache.sshd.common.util.buffer.Buffer-">handleUnimplemented</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#handleUnimplemented-int-org.apache.sshd.common.util.buffer.Buffer-">handleUnimplemented</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#isAuthenticated--">isAuthenticated</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#isRekeyBlocksCountExceeded--">isRekeyBlocksCountExceeded</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#isRekeyDataSizeExceeded--">isRekeyDataSizeExceeded</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#isRekeyPacketCountsExceeded--">isRekeyPacketCountsExceeded</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#isRekeyRequired--">isRekeyRequired</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#isRekeyTimeIntervalExceeded--">isRekeyTimeIntervalExceeded</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#mergeProposals-java.util.Map-java.util.Map-">mergeProposals</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#messageReceived-org.apache.sshd.common.util.Readable-">messageReceived</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#negotiate--">negotiate</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#notImplemented--">notImplemented</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#preClose--">preClose</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#prepareBuffer-byte-org.apache.sshd.common.util.buffer.Buffer-">prepareBuffer</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#readIdentification-org.apache.sshd.common.util.buffer.Buffer-">readIdentification</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#receiveKexInit-org.apache.sshd.common.util.buffer.Buffer-">receiveKexInit</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#receiveKexInit-org.apache.sshd.common.util.buffer.Buffer-java.util.Map-">receiveKexInit</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#receiveKexInit-java.util.Map-byte:A-">receiveKexInit</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#receiveNewKeys--">receiveNewKeys</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#reExchangeKeys--">reExchangeKeys</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#refreshConfiguration--">refreshConfiguration</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#removeChannelListener-org.apache.sshd.common.channel.ChannelListener-">removeChannelListener</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#removeSessionListener-org.apache.sshd.common.session.SessionListener-">removeSessionListener</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#request-org.apache.sshd.common.util.buffer.Buffer-long-java.util.concurrent.TimeUnit-">request</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#requestFailure-org.apache.sshd.common.util.buffer.Buffer-">requestFailure</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#requestNewKeysExchange--">requestNewKeysExchange</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#requestSuccess-org.apache.sshd.common.util.buffer.Buffer-">requestSuccess</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#resetIdleTimeout--">resetIdleTimeout</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#resizeKey-byte:A-int-org.apache.sshd.common.digest.Digest-byte:A-byte:A-">resizeKey</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#resolveAvailableSignaturesProposal--">resolveAvailableSignaturesProposal</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#resolveIgnoreBufferDataLength--">resolveIgnoreBufferDataLength</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#sendIdentification-java.lang.String-">sendIdentification</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#sendKexInit--">sendKexInit</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#sendKexInit-java.util.Map-">sendKexInit</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#sendNewKeys--">sendNewKeys</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#sendSessionEvent-org.apache.sshd.common.session.SessionListener.Event-">sendSessionEvent</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#serviceAccept--">serviceAccept</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#setAttribute-org.apache.sshd.common.session.Session.AttributeKey-E-">setAttribute</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#setAuthenticated--">setAuthenticated</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#setKexSeed-byte...-">setKexSeed</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#setNegotiationResult-java.util.Map-">setNegotiationResult</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#setUsername-java.lang.String-">setUsername</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#toString--">toString</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#validateKexState-int-org.apache.sshd.common.kex.KexState-">validateKexState</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#writePacket-org.apache.sshd.common.util.buffer.Buffer-">writePacket</a>, <a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#writePacket-org.apache.sshd.common.util.buffer.Buffer-long-java.util.concurrent.TimeUnit-">writePacket</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.kex.AbstractKexFactoryManager">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.sshd.common.kex.<a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html" title="class in org.apache.sshd.common.kex">AbstractKexFactoryManager</a></h3>
<code><a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#getCipherFactories--">getCipherFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#getCompressionFactories--">getCompressionFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#getKeyExchangeFactories--">getKeyExchangeFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#getKeyPairProvider--">getKeyPairProvider</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#getMacFactories--">getMacFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#getSignatureFactories--">getSignatureFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#resolveEffectiveFactories-java.lang.Class-java.util.List-java.util.List-">resolveEffectiveFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#resolveEffectiveProvider-java.lang.Class-V-V-">resolveEffectiveProvider</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#setCipherFactories-java.util.List-">setCipherFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#setCompressionFactories-java.util.List-">setCompressionFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#setKeyExchangeFactories-java.util.List-">setKeyExchangeFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#setKeyPairProvider-org.apache.sshd.common.keyprovider.KeyPairProvider-">setKeyPairProvider</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.html#setMacFactories-java.util.List-">setMacFactories</a>, <a href="../../../../../org/apache/sshd/common/kex/AbstractKexFactoryManager.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.util.closeable.AbstractInnerCloseable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.sshd.common.util.closeable.<a href="../../../../../org/apache/sshd/common/util/closeable/AbstractInnerCloseable.html" title="class in org.apache.sshd.common.util.closeable">AbstractInnerCloseable</a></h3>
<code><a href="../../../../../org/apache/sshd/common/util/closeable/AbstractInnerCloseable.html#doCloseGracefully--">doCloseGracefully</a>, <a href="../../../../../org/apache/sshd/common/util/closeable/AbstractInnerCloseable.html#doCloseImmediately--">doCloseImmediately</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.util.closeable.AbstractCloseable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.sshd.common.util.closeable.<a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html" title="class in org.apache.sshd.common.util.closeable">AbstractCloseable</a></h3>
<code><a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html#builder--">builder</a>, <a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html#close-boolean-">close</a>, <a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html#isClosed--">isClosed</a>, <a href="../../../../../org/apache/sshd/common/util/closeable/AbstractCloseable.html#isClosing--">isClosing</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.util.closeable.IoBaseCloseable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.sshd.common.util.closeable.<a href="../../../../../org/apache/sshd/common/util/closeable/IoBaseCloseable.html" title="class in org.apache.sshd.common.util.closeable">IoBaseCloseable</a></h3>
<code><a href="../../../../../org/apache/sshd/common/util/closeable/IoBaseCloseable.html#close--">close</a>, <a href="../../../../../org/apache/sshd/common/util/closeable/IoBaseCloseable.html#isOpen--">isOpen</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.client.session.ClientSession">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.client.session.<a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></h3>
<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#auth--">auth</a>, <a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createShellChannel--">createShellChannel</a>, <a href="../../../../../org/apache/sshd/client/session/ClientSession.html#getMetadataMap--">getMetadataMap</a>, <a href="../../../../../org/apache/sshd/client/session/ClientSession.html#switchToNoneCipher--">switchToNoneCipher</a>, <a href="../../../../../org/apache/sshd/client/session/ClientSession.html#waitFor-java.util.Collection-long-">waitFor</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.session.Session">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.session.<a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a></h3>
<code><a href="../../../../../org/apache/sshd/common/session/Session.html#createBuffer-byte-">createBuffer</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#createBuffer-byte-int-">createBuffer</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#disconnect-int-java.lang.String-">disconnect</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#exceptionCaught-java.lang.Throwable-">exceptionCaught</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getAttribute-org.apache.sshd.common.session.Session.AttributeKey-">getAttribute</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getAuthTimeout--">getAuthTimeout</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getCipherInformation-boolean-">getCipherInformation</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getClientVersion--">getClientVersion</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getCompressionInformation-boolean-">getCompressionInformation</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getIdleTimeout--">getIdleTimeout</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getIoSession--">getIoSession</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getKex--">getKex</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getMacInformation-boolean-">getMacInformation</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getNegotiatedKexParameter-org.apache.sshd.common.kex.KexProposalOption-">getNegotiatedKexParameter</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getServerVersion--">getServerVersion</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getService-java.lang.Class-">getService</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getSessionId--">getSessionId</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#getTimeoutStatus--">getTimeoutStatus</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#isAuthenticated--">isAuthenticated</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#prepareBuffer-byte-org.apache.sshd.common.util.buffer.Buffer-">prepareBuffer</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#reExchangeKeys--">reExchangeKeys</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#request-org.apache.sshd.common.util.buffer.Buffer-long-java.util.concurrent.TimeUnit-">request</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#resetIdleTimeout--">resetIdleTimeout</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#setAttribute-org.apache.sshd.common.session.Session.AttributeKey-E-">setAttribute</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#setAuthenticated--">setAuthenticated</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#writePacket-org.apache.sshd.common.util.buffer.Buffer-">writePacket</a>, <a href="../../../../../org/apache/sshd/common/session/Session.html#writePacket-org.apache.sshd.common.util.buffer.Buffer-long-java.util.concurrent.TimeUnit-">writePacket</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.common.Closeable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.<a href="../../../../../org/apache/sshd/common/Closeable.html" title="interface in org.apache.sshd.common">Closeable</a></h3>
<code><a href="../../../../../org/apache/sshd/common/Closeable.html#close-boolean-">close</a>, <a href="../../../../../org/apache/sshd/common/Closeable.html#isClosed--">isClosed</a>, <a href="../../../../../org/apache/sshd/common/Closeable.html#isClosing--">isClosing</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.nio.channels.Channel">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;java.nio.channels.<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/channels/Channel.html?is-external=true" title="class or interface in java.nio.channels">Channel</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/channels/Channel.html?is-external=true#close--" title="class or interface in java.nio.channels">close</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/channels/Channel.html?is-external=true#isOpen--" title="class or interface in java.nio.channels">isOpen</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.auth.MutableUserHolder">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.auth.<a href="../../../../../org/apache/sshd/common/auth/MutableUserHolder.html" title="interface in org.apache.sshd.common.auth">MutableUserHolder</a></h3>
<code><a href="../../../../../org/apache/sshd/common/auth/MutableUserHolder.html#setUsername-java.lang.String-">setUsername</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sshd.common.auth.UsernameHolder">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sshd.common.auth.<a href="../../../../../org/apache/sshd/common/auth/UsernameHolder.html" title="interface in org.apache.sshd.common.auth">UsernameHolder</a></h3>
<code><a href="../../../../../org/apache/sshd/common/auth/UsernameHolder.html#getUsername--">getUsername</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AbstractClientSession-org.apache.sshd.client.ClientFactoryManager-org.apache.sshd.common.io.IoSession-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AbstractClientSession</h4>
<pre>protected&nbsp;AbstractClientSession(<a href="../../../../../org/apache/sshd/client/ClientFactoryManager.html" title="interface in org.apache.sshd.client">ClientFactoryManager</a>&nbsp;factoryManager,
<a href="../../../../../org/apache/sshd/common/io/IoSession.html" title="interface in org.apache.sshd.common.io">IoSession</a>&nbsp;ioSession)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getFactoryManager--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFactoryManager</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/ClientFactoryManager.html" title="interface in org.apache.sshd.client">ClientFactoryManager</a>&nbsp;getFactoryManager()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#getFactoryManager--">getFactoryManager</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/common/session/Session.html#getFactoryManager--">getFactoryManager</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#getFactoryManager--">getFactoryManager</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sshd/common/session/AbstractSession.html" title="class in org.apache.sshd.common.session">AbstractSession</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <a href="../../../../../org/apache/sshd/common/FactoryManager.html" title="interface in org.apache.sshd.common"><code>FactoryManager</code></a> that has created this session, can not be <code>null</code></dd>
</dl>
</li>
</ul>
<a name="getServerKeyVerifier--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServerKeyVerifier</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/keyverifier/ServerKeyVerifier.html" title="interface in org.apache.sshd.client.keyverifier">ServerKeyVerifier</a>&nbsp;getServerKeyVerifier()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getServerKeyVerifier--">ClientAuthenticationManager</a></code></span></div>
<div class="block">Retrieve the server key verifier to be used to check the key when connecting
to an SSH server.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getServerKeyVerifier--">getServerKeyVerifier</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <a href="../../../../../org/apache/sshd/client/keyverifier/ServerKeyVerifier.html" title="interface in org.apache.sshd.client.keyverifier"><code>ServerKeyVerifier</code></a> to use - never <code>null</code></dd>
</dl>
</li>
</ul>
<a name="setServerKeyVerifier-org.apache.sshd.client.keyverifier.ServerKeyVerifier-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setServerKeyVerifier</h4>
<pre>public&nbsp;void&nbsp;setServerKeyVerifier(<a href="../../../../../org/apache/sshd/client/keyverifier/ServerKeyVerifier.html" title="interface in org.apache.sshd.client.keyverifier">ServerKeyVerifier</a>&nbsp;serverKeyVerifier)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#setServerKeyVerifier-org.apache.sshd.client.keyverifier.ServerKeyVerifier-">setServerKeyVerifier</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
</dl>
</li>
</ul>
<a name="getUserInteraction--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUserInteraction</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/auth/keyboard/UserInteraction.html" title="interface in org.apache.sshd.client.auth.keyboard">UserInteraction</a>&nbsp;getUserInteraction()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getUserInteraction--">getUserInteraction</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A <a href="../../../../../org/apache/sshd/client/auth/keyboard/UserInteraction.html" title="interface in org.apache.sshd.client.auth.keyboard"><code>UserInteraction</code></a> object to communicate with the user
(may be <code>null</code> to indicate that no such communication is allowed)</dd>
</dl>
</li>
</ul>
<a name="setUserInteraction-org.apache.sshd.client.auth.keyboard.UserInteraction-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUserInteraction</h4>
<pre>public&nbsp;void&nbsp;setUserInteraction(<a href="../../../../../org/apache/sshd/client/auth/keyboard/UserInteraction.html" title="interface in org.apache.sshd.client.auth.keyboard">UserInteraction</a>&nbsp;userInteraction)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#setUserInteraction-org.apache.sshd.client.auth.keyboard.UserInteraction-">setUserInteraction</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
</dl>
</li>
</ul>
<a name="getUserAuthFactories--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUserAuthFactories</h4>
<pre>public&nbsp;<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/client/auth/UserAuth.html" title="interface in org.apache.sshd.client.auth">UserAuth</a>&gt;&gt;&nbsp;getUserAuthFactories()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getUserAuthFactories--">getUserAuthFactories</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><code>List</code></a> of <a href="../../../../../org/apache/sshd/client/auth/UserAuth.html" title="interface in org.apache.sshd.client.auth"><code>UserAuth</code></a> <a href="../../../../../org/apache/sshd/common/NamedFactory.html" title="interface in org.apache.sshd.common"><code>NamedFactory</code></a>-ies - never
<code>null</code>/empty</dd>
</dl>
</li>
</ul>
<a name="setUserAuthFactories-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUserAuthFactories</h4>
<pre>public&nbsp;void&nbsp;setUserAuthFactories(<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/client/auth/UserAuth.html" title="interface in org.apache.sshd.client.auth">UserAuth</a>&gt;&gt;&nbsp;userAuthFactories)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#setUserAuthFactories-java.util.List-">setUserAuthFactories</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
</dl>
</li>
</ul>
<a name="getRegisteredIdentities--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRegisteredIdentities</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/auth/AuthenticationIdentitiesProvider.html" title="interface in org.apache.sshd.client.auth">AuthenticationIdentitiesProvider</a>&nbsp;getRegisteredIdentities()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getRegisteredIdentities--">getRegisteredIdentities</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
</dl>
</li>
</ul>
<a name="getPasswordIdentityProvider--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPasswordIdentityProvider</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/auth/password/PasswordIdentityProvider.html" title="interface in org.apache.sshd.client.auth.password">PasswordIdentityProvider</a>&nbsp;getPasswordIdentityProvider()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#getPasswordIdentityProvider--">getPasswordIdentityProvider</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
</dl>
</li>
</ul>
<a name="setPasswordIdentityProvider-org.apache.sshd.client.auth.password.PasswordIdentityProvider-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPasswordIdentityProvider</h4>
<pre>public&nbsp;void&nbsp;setPasswordIdentityProvider(<a href="../../../../../org/apache/sshd/client/auth/password/PasswordIdentityProvider.html" title="interface in org.apache.sshd.client.auth.password">PasswordIdentityProvider</a>&nbsp;provider)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#setPasswordIdentityProvider-org.apache.sshd.client.auth.password.PasswordIdentityProvider-">setPasswordIdentityProvider</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
</dl>
</li>
</ul>
<a name="addPasswordIdentity-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addPasswordIdentity</h4>
<pre>public&nbsp;void&nbsp;addPasswordIdentity(<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;password)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#addPasswordIdentity-java.lang.String-">addPasswordIdentity</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>password</code> - Password to be added - may not be <code>null</code>/empty.
<B>Note:</B> this password is <U>in addition</U> to whatever passwords
are available via the <a href="../../../../../org/apache/sshd/client/auth/password/PasswordIdentityProvider.html" title="interface in org.apache.sshd.client.auth.password"><code>PasswordIdentityProvider</code></a> (if any)</dd>
</dl>
</li>
</ul>
<a name="removePasswordIdentity-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removePasswordIdentity</h4>
<pre>public&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>&nbsp;removePasswordIdentity(<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;password)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#removePasswordIdentity-java.lang.String-">removePasswordIdentity</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>password</code> - The password to remove - ignored if <code>null</code>/empty</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The removed password - same one that was added via
<a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#addPasswordIdentity-java.lang.String-"><code>ClientAuthenticationManager.addPasswordIdentity(String)</code></a> - or <code>null</code> if no
match found</dd>
</dl>
</li>
</ul>
<a name="addPublicKeyIdentity-java.security.KeyPair-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addPublicKeyIdentity</h4>
<pre>public&nbsp;void&nbsp;addPublicKeyIdentity(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyPair.html?is-external=true" title="class or interface in java.security">KeyPair</a>&nbsp;kp)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#addPublicKeyIdentity-java.security.KeyPair-">addPublicKeyIdentity</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>kp</code> - The <a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyPair.html?is-external=true" title="class or interface in java.security"><code>KeyPair</code></a> to add - may not be <code>null</code>
<B>Note:</B> this key is <U>in addition</U> to whatever keys
are available via the <a href="../../../../../org/apache/sshd/common/keyprovider/KeyIdentityProvider.html" title="interface in org.apache.sshd.common.keyprovider"><code>KeyIdentityProvider</code></a> (if any)</dd>
</dl>
</li>
</ul>
<a name="removePublicKeyIdentity-java.security.KeyPair-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removePublicKeyIdentity</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyPair.html?is-external=true" title="class or interface in java.security">KeyPair</a>&nbsp;removePublicKeyIdentity(<a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyPair.html?is-external=true" title="class or interface in java.security">KeyPair</a>&nbsp;kp)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#removePublicKeyIdentity-java.security.KeyPair-">removePublicKeyIdentity</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html" title="interface in org.apache.sshd.client">ClientAuthenticationManager</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>kp</code> - The <a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyPair.html?is-external=true" title="class or interface in java.security"><code>KeyPair</code></a> to remove - ignored if <code>null</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The removed <a href="http://docs.oracle.com/javase/7/docs/api/java/security/KeyPair.html?is-external=true" title="class or interface in java.security"><code>KeyPair</code></a> - same one that was added via
<a href="../../../../../org/apache/sshd/client/ClientAuthenticationManager.html#addPublicKeyIdentity-java.security.KeyPair-"><code>ClientAuthenticationManager.addPublicKeyIdentity(KeyPair)</code></a> - or <code>null</code> if no
match found</dd>
</dl>
</li>
</ul>
<a name="createChannel-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createChannel</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/channel/ClientChannel.html" title="interface in org.apache.sshd.client.channel">ClientChannel</a>&nbsp;createChannel(<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;type)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createChannel-java.lang.String-">ClientSession</a></code></span></div>
<div class="block">Create a channel of the given type.
Same as calling <code>createChannel(type, null)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createChannel-java.lang.String-">createChannel</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The channel type</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="../../../../../org/apache/sshd/client/channel/ClientChannel.html" title="interface in org.apache.sshd.client.channel"><code>ClientChannel</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the requested channel</dd>
</dl>
</li>
</ul>
<a name="createChannel-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createChannel</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/channel/ClientChannel.html" title="interface in org.apache.sshd.client.channel">ClientChannel</a>&nbsp;createChannel(<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;type,
<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;subType)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createChannel-java.lang.String-java.lang.String-">ClientSession</a></code></span></div>
<div class="block">Create a channel of the given type and sub-type.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createChannel-java.lang.String-java.lang.String-">createChannel</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The channel type</dd>
<dd><code>subType</code> - The channel sub-type</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="../../../../../org/apache/sshd/client/channel/ClientChannel.html" title="interface in org.apache.sshd.client.channel"><code>ClientChannel</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the requested channel</dd>
</dl>
</li>
</ul>
<a name="createExecChannel-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createExecChannel</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/channel/ChannelExec.html" title="class in org.apache.sshd.client.channel">ChannelExec</a>&nbsp;createExecChannel(<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;command)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createExecChannel-java.lang.String-">ClientSession</a></code></span></div>
<div class="block">Create a channel to execute a command.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createExecChannel-java.lang.String-">createExecChannel</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>command</code> - The command to execute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="../../../../../org/apache/sshd/client/channel/ChannelExec.html" title="class in org.apache.sshd.client.channel"><code>ChannelExec</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the requested channel</dd>
</dl>
</li>
</ul>
<a name="createSubsystemChannel-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSubsystemChannel</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/channel/ChannelSubsystem.html" title="class in org.apache.sshd.client.channel">ChannelSubsystem</a>&nbsp;createSubsystemChannel(<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;subsystem)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSubsystemChannel-java.lang.String-">ClientSession</a></code></span></div>
<div class="block">Create a subsystem channel.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSubsystemChannel-java.lang.String-">createSubsystemChannel</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>subsystem</code> - The subsystem name</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="../../../../../org/apache/sshd/client/channel/ChannelSubsystem.html" title="class in org.apache.sshd.client.channel"><code>ChannelSubsystem</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the requested channel</dd>
</dl>
</li>
</ul>
<a name="createDirectTcpipChannel-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDirectTcpipChannel</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/channel/ChannelDirectTcpip.html" title="class in org.apache.sshd.client.channel">ChannelDirectTcpip</a>&nbsp;createDirectTcpipChannel(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;remote)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createDirectTcpipChannel-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">ClientSession</a></code></span></div>
<div class="block">Create a direct tcp-ip channel which can be used to stream data to a remote port from the server.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createDirectTcpipChannel-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">createDirectTcpipChannel</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>local</code> - The local address</dd>
<dd><code>remote</code> - The remote address</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="../../../../../org/apache/sshd/client/channel/ChannelDirectTcpip.html" title="class in org.apache.sshd.client.channel"><code>ChannelDirectTcpip</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the requested channel</dd>
</dl>
</li>
</ul>
<a name="getUserAuthService--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUserAuthService</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/sshd/client/session/ClientUserAuthService.html" title="class in org.apache.sshd.client.session">ClientUserAuthService</a>&nbsp;getUserAuthService()</pre>
</li>
</ul>
<a name="getConnectionService--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConnectionService</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/sshd/common/session/ConnectionService.html" title="interface in org.apache.sshd.common.session">ConnectionService</a>&nbsp;getConnectionService()</pre>
</li>
</ul>
<a name="getScpTransferEventListener--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getScpTransferEventListener</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp">ScpTransferEventListener</a>&nbsp;getScpTransferEventListener()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#getScpTransferEventListener--">getScpTransferEventListener</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The last <a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp"><code>ScpTransferEventListener</code></a> set via
<a href="../../../../../org/apache/sshd/client/session/ClientSession.html#setScpTransferEventListener-org.apache.sshd.common.scp.ScpTransferEventListener-"><code>ClientSession.setScpTransferEventListener(ScpTransferEventListener)</code></a></dd>
</dl>
</li>
</ul>
<a name="setScpTransferEventListener-org.apache.sshd.common.scp.ScpTransferEventListener-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setScpTransferEventListener</h4>
<pre>public&nbsp;void&nbsp;setScpTransferEventListener(<a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp">ScpTransferEventListener</a>&nbsp;listener)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#setScpTransferEventListener-org.apache.sshd.common.scp.ScpTransferEventListener-">setScpTransferEventListener</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>listener</code> - A default <a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp"><code>ScpTransferEventListener</code></a> that can be used
to receive information about the SCP operations - may be <code>null</code>
to indicate no more events are required</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createScpClient-org.apache.sshd.common.scp.ScpTransferEventListener-"><code>ClientSession.createScpClient(ScpTransferEventListener)</code></a></dd>
</dl>
</li>
</ul>
<a name="createScpClient--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createScpClient</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/scp/ScpClient.html" title="interface in org.apache.sshd.client.scp">ScpClient</a>&nbsp;createScpClient()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createScpClient--">ClientSession</a></code></span></div>
<div class="block">Create an SCP client from this session.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createScpClient--">createScpClient</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>An <a href="../../../../../org/apache/sshd/client/scp/ScpClient.html" title="interface in org.apache.sshd.client.scp"><code>ScpClient</code></a> instance. <B>Note:</B> uses the currently
registered <a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp"><code>ScpTransferEventListener</code></a> if any</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#setScpTransferEventListener-org.apache.sshd.common.scp.ScpTransferEventListener-"><code>ClientSession.setScpTransferEventListener(ScpTransferEventListener)</code></a></dd>
</dl>
</li>
</ul>
<a name="createScpClient-org.apache.sshd.common.scp.ScpTransferEventListener-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createScpClient</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/scp/ScpClient.html" title="interface in org.apache.sshd.client.scp">ScpClient</a>&nbsp;createScpClient(<a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp">ScpTransferEventListener</a>&nbsp;listener)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createScpClient-org.apache.sshd.common.scp.ScpTransferEventListener-">ClientSession</a></code></span></div>
<div class="block">Create an SCP client from this session.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createScpClient-org.apache.sshd.common.scp.ScpTransferEventListener-">createScpClient</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>listener</code> - A <a href="../../../../../org/apache/sshd/common/scp/ScpTransferEventListener.html" title="interface in org.apache.sshd.common.scp"><code>ScpTransferEventListener</code></a> that can be used
to receive information about the SCP operations - may be <code>null</code>
to indicate no more events are required. <B>Note:</B> this listener
is used <U>instead</U> of any listener set via <a href="../../../../../org/apache/sshd/client/session/ClientSession.html#setScpTransferEventListener-org.apache.sshd.common.scp.ScpTransferEventListener-"><code>ClientSession.setScpTransferEventListener(ScpTransferEventListener)</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>An <a href="../../../../../org/apache/sshd/client/scp/ScpClient.html" title="interface in org.apache.sshd.client.scp"><code>ScpClient</code></a> instance</dd>
</dl>
</li>
</ul>
<a name="createSftpClient--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSftpClient</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpClient.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpClient</a>&nbsp;createSftpClient()
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpClient--">ClientSession</a></code></span></div>
<div class="block">Create an SFTP client from this session.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpClient--">createSftpClient</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpClient.html" title="interface in org.apache.sshd.client.subsystem.sftp"><code>SftpClient</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if failed to create the client</dd>
</dl>
</li>
</ul>
<a name="createSftpClient-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSftpClient</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpClient.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpClient</a>&nbsp;createSftpClient(int&nbsp;version)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpClient-int-">ClientSession</a></code></span></div>
<div class="block">Creates an SFTP client using the specified version</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpClient-int-">createSftpClient</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>version</code> - The version to use - <B>Note:</B> if the specified
version is not supported by the server then an exception
will occur</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpClient.html" title="interface in org.apache.sshd.client.subsystem.sftp"><code>SftpClient</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the client or use the specified version</dd>
</dl>
</li>
</ul>
<a name="createSftpClient-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSftpClient</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpClient.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpClient</a>&nbsp;createSftpClient(<a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpVersionSelector.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpVersionSelector</a>&nbsp;selector)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpClient-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-">ClientSession</a></code></span></div>
<div class="block">Creates an SFTP client while allowing the selection of a specific version</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpClient-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-">createSftpClient</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>selector</code> - The <a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpVersionSelector.html" title="interface in org.apache.sshd.client.subsystem.sftp"><code>SftpVersionSelector</code></a> to use - <B>Note:</B>
if the server does not support versions re-negotiation then the
selector will be presented with only one &quot;choice&quot; - the
current version</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The created <a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpClient.html" title="interface in org.apache.sshd.client.subsystem.sftp"><code>SftpClient</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the client or re-negotiate</dd>
</dl>
</li>
</ul>
<a name="createSftpFileSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSftpFileSystem</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a>&nbsp;createSftpFileSystem()
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpFileSystem--">createSftpFileSystem</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="createSftpFileSystem-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSftpFileSystem</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a>&nbsp;createSftpFileSystem(int&nbsp;version)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpFileSystem-int-">createSftpFileSystem</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="createSftpFileSystem-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSftpFileSystem</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a>&nbsp;createSftpFileSystem(<a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpVersionSelector.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpVersionSelector</a>&nbsp;selector)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpFileSystem-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-">createSftpFileSystem</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="createSftpFileSystem-int-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSftpFileSystem</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a>&nbsp;createSftpFileSystem(int&nbsp;version,
int&nbsp;readBufferSize,
int&nbsp;writeBufferSize)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpFileSystem-int-int-int-">createSftpFileSystem</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="createSftpFileSystem-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSftpFileSystem</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a>&nbsp;createSftpFileSystem(int&nbsp;readBufferSize,
int&nbsp;writeBufferSize)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpFileSystem-int-int-">createSftpFileSystem</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="createSftpFileSystem-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSftpFileSystem</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html?is-external=true" title="class or interface in java.nio.file">FileSystem</a>&nbsp;createSftpFileSystem(<a href="../../../../../org/apache/sshd/client/subsystem/sftp/SftpVersionSelector.html" title="interface in org.apache.sshd.client.subsystem.sftp">SftpVersionSelector</a>&nbsp;selector,
int&nbsp;readBufferSize,
int&nbsp;writeBufferSize)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#createSftpFileSystem-org.apache.sshd.client.subsystem.sftp.SftpVersionSelector-int-int-">createSftpFileSystem</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="startLocalPortForwarding-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startLocalPortForwarding</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;startLocalPortForwarding(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;remote)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#startLocalPortForwarding-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">ClientSession</a></code></span></div>
<div class="block">Start forwarding the given local address on the client to the given address on the server.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#startLocalPortForwarding-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">startLocalPortForwarding</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>local</code> - The local address</dd>
<dd><code>remote</code> - The remote address</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The bound <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common"><code>SshdSocketAddress</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the requested binding</dd>
</dl>
</li>
</ul>
<a name="stopLocalPortForwarding-org.apache.sshd.common.SshdSocketAddress-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stopLocalPortForwarding</h4>
<pre>public&nbsp;void&nbsp;stopLocalPortForwarding(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#stopLocalPortForwarding-org.apache.sshd.common.SshdSocketAddress-">ClientSession</a></code></span></div>
<div class="block">Stop forwarding the given local address.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#stopLocalPortForwarding-org.apache.sshd.common.SshdSocketAddress-">stopLocalPortForwarding</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>local</code> - The local address</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to cancel the requested binding</dd>
</dl>
</li>
</ul>
<a name="startRemotePortForwarding-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startRemotePortForwarding</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;startRemotePortForwarding(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;remote,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#startRemotePortForwarding-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">ClientSession</a></code></span></div>
<div class="block"><P>
Start forwarding tcpip from the given address on the server to the
given address on the client.
</P>
The remote host name is the address to bind to on the server:
<ul>
<li>"" means that connections are to be accepted on all protocol families
supported by the SSH implementation</li>
<li>"0.0.0.0" means to listen on all IPv4 addresses</li>
<li>"::" means to listen on all IPv6 addresses</li>
<li>"localhost" means to listen on all protocol families supported by the SSH
implementation on loopback addresses only, [RFC3330] and RFC3513]</li>
<li>"127.0.0.1" and "::1" indicate listening on the loopback interfaces for
IPv4 and IPv6 respectively</li>
</ul></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#startRemotePortForwarding-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">startRemotePortForwarding</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>remote</code> - The remote address</dd>
<dd><code>local</code> - The local address</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The bound <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common"><code>SshdSocketAddress</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the requested binding</dd>
</dl>
</li>
</ul>
<a name="stopRemotePortForwarding-org.apache.sshd.common.SshdSocketAddress-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stopRemotePortForwarding</h4>
<pre>public&nbsp;void&nbsp;stopRemotePortForwarding(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;remote)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#stopRemotePortForwarding-org.apache.sshd.common.SshdSocketAddress-">ClientSession</a></code></span></div>
<div class="block">Stop forwarding of the given remote address.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#stopRemotePortForwarding-org.apache.sshd.common.SshdSocketAddress-">stopRemotePortForwarding</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>remote</code> - The remote address</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to cancel the requested binding</dd>
</dl>
</li>
</ul>
<a name="startDynamicPortForwarding-org.apache.sshd.common.SshdSocketAddress-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startDynamicPortForwarding</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;startDynamicPortForwarding(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#startDynamicPortForwarding-org.apache.sshd.common.SshdSocketAddress-">ClientSession</a></code></span></div>
<div class="block">Start dynamic local port forwarding using a SOCKS proxy.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#startDynamicPortForwarding-org.apache.sshd.common.SshdSocketAddress-">startDynamicPortForwarding</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>local</code> - The local address</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The bound <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common"><code>SshdSocketAddress</code></a></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to create the requested binding</dd>
</dl>
</li>
</ul>
<a name="stopDynamicPortForwarding-org.apache.sshd.common.SshdSocketAddress-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stopDynamicPortForwarding</h4>
<pre>public&nbsp;void&nbsp;stopDynamicPortForwarding(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#stopDynamicPortForwarding-org.apache.sshd.common.SshdSocketAddress-">ClientSession</a></code></span></div>
<div class="block">Stop a previously started dynamic port forwarding.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html#stopDynamicPortForwarding-org.apache.sshd.common.SshdSocketAddress-">stopDynamicPortForwarding</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/client/session/ClientSession.html" title="interface in org.apache.sshd.client.session">ClientSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>local</code> - The local address</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - If failed to cancel the requested binding</dd>
</dl>
</li>
</ul>
<a name="getTcpipForwarder--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTcpipForwarder</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.html" title="interface in org.apache.sshd.common.forward">TcpipForwarder</a>&nbsp;getTcpipForwarder()</pre>
</li>
</ul>
<a name="resolveAvailableSignaturesProposal-org.apache.sshd.common.FactoryManager-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resolveAvailableSignaturesProposal</h4>
<pre>protected&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>&nbsp;resolveAvailableSignaturesProposal(<a href="../../../../../org/apache/sshd/common/FactoryManager.html" title="interface in org.apache.sshd.common">FactoryManager</a>&nbsp;manager)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/common/session/AbstractSession.html#resolveAvailableSignaturesProposal-org.apache.sshd.common.FactoryManager-">resolveAvailableSignaturesProposal</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sshd/common/session/AbstractSession.html" title="class in org.apache.sshd.common.session">AbstractSession</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>manager</code> - The <a href="../../../../../org/apache/sshd/common/FactoryManager.html" title="interface in org.apache.sshd.common"><code>FactoryManager</code></a></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A comma-separated list of all the signature protocols to be
included in the proposal - <code>null</code>/empty if no proposal</dd>
</dl>
</li>
</ul>
<a name="startService-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>startService</h4>
<pre>public&nbsp;void&nbsp;startService(<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;name)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/sshd/common/session/Session.html#startService-java.lang.String-">startService</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - Service name</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - If failed to start it</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/AbstractClientSession.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>Prev&nbsp;Class</li>
<li><a href="../../../../../org/apache/sshd/client/session/ClientConnectionService.html" title="class in org.apache.sshd.client.session"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/sshd/client/session/AbstractClientSession.html" target="_top">Frames</a></li>
<li><a href="AbstractClientSession.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><a href="#nested.classes.inherited.from.class.org.apache.sshd.common.util.closeable.AbstractCloseable">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.sshd.common.session.AbstractSession">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&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>