blob: 4b9743a4f20a3c21ed35471f9f8f2fa2c1806324 [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:44 CET 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.sshd.common.SshdSocketAddress (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="Uses of Class org.apache.sshd.common.SshdSocketAddress (Apache Mina SSHD :: Core 1.1.0 API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">Class</a></li>
<li class="navBarCell1Rev">Use</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</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/sshd/common/class-use/SshdSocketAddress.html" target="_top">Frames</a></li>
<li><a href="SshdSocketAddress.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.sshd.common.SshdSocketAddress" class="title">Uses of Class<br>org.apache.sshd.common.SshdSocketAddress</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.sshd.client.channel">org.apache.sshd.client.channel</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.sshd.client.session">org.apache.sshd.client.session</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.sshd.common">org.apache.sshd.common</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.sshd.common.forward">org.apache.sshd.common.forward</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.sshd.server.forward">org.apache.sshd.server.forward</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.sshd.client.channel">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a> in <a href="../../../../../org/apache/sshd/client/channel/package-summary.html">org.apache.sshd.client.channel</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/sshd/client/channel/package-summary.html">org.apache.sshd.client.channel</a> with parameters of type <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/channel/ChannelDirectTcpip.html#ChannelDirectTcpip-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.SshdSocketAddress-">ChannelDirectTcpip</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>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.sshd.client.session">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a> in <a href="../../../../../org/apache/sshd/client/session/package-summary.html">org.apache.sshd.client.session</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/sshd/client/session/package-summary.html">org.apache.sshd.client.session</a> that return <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr 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"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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 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"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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 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"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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 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"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/sshd/client/session/package-summary.html">org.apache.sshd.client.session</a> with parameters of type <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr 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"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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 class="rowColor">
<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"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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 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"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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 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"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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 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"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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 class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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 class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ClientSession.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/client/session/ClientSession.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>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">AbstractClientSession.</span><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>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.sshd.common">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a> in <a href="../../../../../org/apache/sshd/common/package-summary.html">org.apache.sshd.common</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/sshd/common/package-summary.html">org.apache.sshd.common</a> declared as <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></code></td>
<td class="colLast"><span class="typeNameLabel">SshdSocketAddress.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html#LOCALHOST_ADDRESS">LOCALHOST_ADDRESS</a></span></code>
<div class="block">A dummy placeholder that can be used instead of <code>null</code>s</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/sshd/common/package-summary.html">org.apache.sshd.common</a> with parameters of type <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><span class="typeNameLabel">SshdSocketAddress.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html#isEquivalent-org.apache.sshd.common.SshdSocketAddress-">isEquivalent</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;that)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.sshd.common.forward">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a> in <a href="../../../../../org/apache/sshd/common/forward/package-summary.html">org.apache.sshd.common.forward</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a> in <a href="../../../../../org/apache/sshd/common/forward/package-summary.html">org.apache.sshd.common.forward</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/LocalForwardingEntry.html" title="class in org.apache.sshd.common.forward">LocalForwardingEntry</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/sshd/common/forward/package-summary.html">org.apache.sshd.common.forward</a> that return <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr 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"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.html#getForwardedPort-int-">getForwardedPort</a></span>(int&nbsp;remotePort)</code>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.html#getForwardedPort-int-">getForwardedPort</a></span>(int&nbsp;remotePort)</code>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.html#localPortForwardingRequested-org.apache.sshd.common.SshdSocketAddress-">localPortForwardingRequested</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">Called when the other side requested a remote port forward.</div>
</td>
</tr>
<tr 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"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.html#localPortForwardingRequested-org.apache.sshd.common.SshdSocketAddress-">localPortForwardingRequested</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)</code>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.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 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"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.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 tcp/ip from the given remote address to the
given local address.</div>
</td>
</tr>
<tr 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"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.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>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/sshd/common/forward/package-summary.html">org.apache.sshd.common.forward</a> with parameters of type <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><span class="typeNameLabel">LocalForwardingEntry.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/LocalForwardingEntry.html#isEquivalent-org.apache.sshd.common.SshdSocketAddress-">isEquivalent</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;that)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.html#localPortForwardingCancelled-org.apache.sshd.common.SshdSocketAddress-">localPortForwardingCancelled</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">Called when the other side cancelled a remote port forward.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.html#localPortForwardingCancelled-org.apache.sshd.common.SshdSocketAddress-">localPortForwardingCancelled</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)</code>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.html#localPortForwardingRequested-org.apache.sshd.common.SshdSocketAddress-">localPortForwardingRequested</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">Called when the other side requested a remote port forward.</div>
</td>
</tr>
<tr 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"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.html#localPortForwardingRequested-org.apache.sshd.common.SshdSocketAddress-">localPortForwardingRequested</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;local)</code>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.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 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"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.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>&nbsp;</td>
</tr>
<tr 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"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.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 tcp/ip from the given remote address to the
given local address.</div>
</td>
</tr>
<tr 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"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.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>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.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>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.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>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.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 class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.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>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">TcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipForwarder.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>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DefaultTcpipForwarder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/DefaultTcpipForwarder.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>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/sshd/common/forward/package-summary.html">org.apache.sshd.common.forward</a> with parameters of type <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/common/forward/TcpipClientChannel.html#TcpipClientChannel-org.apache.sshd.common.forward.TcpipClientChannel.Type-org.apache.sshd.common.io.IoSession-org.apache.sshd.common.SshdSocketAddress-">TcpipClientChannel</a></span>(<a href="../../../../../org/apache/sshd/common/forward/TcpipClientChannel.Type.html" title="enum in org.apache.sshd.common.forward">TcpipClientChannel.Type</a>&nbsp;type,
<a href="../../../../../org/apache/sshd/common/io/IoSession.html" title="interface in org.apache.sshd.common.io">IoSession</a>&nbsp;serverSession,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;remote)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.sshd.server.forward">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a> in <a href="../../../../../org/apache/sshd/server/forward/package-summary.html">org.apache.sshd.server.forward</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/sshd/server/forward/package-summary.html">org.apache.sshd.server.forward</a> with parameters of type <a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">StaticDecisionForwardingFilter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/server/forward/StaticDecisionForwardingFilter.html#canConnect-org.apache.sshd.server.forward.ForwardingFilter.Type-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.session.Session-">canConnect</a></span>(<a href="../../../../../org/apache/sshd/server/forward/ForwardingFilter.Type.html" title="enum in org.apache.sshd.server.forward">ForwardingFilter.Type</a>&nbsp;type,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;address,
<a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a>&nbsp;session)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ForwardingFilter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/server/forward/ForwardingFilter.html#canConnect-org.apache.sshd.server.forward.ForwardingFilter.Type-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.session.Session-">canConnect</a></span>(<a href="../../../../../org/apache/sshd/server/forward/ForwardingFilter.Type.html" title="enum in org.apache.sshd.server.forward">ForwardingFilter.Type</a>&nbsp;type,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;address,
<a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a>&nbsp;session)</code>
<div class="block">
Determine if the session may create an outbound connection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">StaticDecisionForwardingFilter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/server/forward/StaticDecisionForwardingFilter.html#canListen-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.session.Session-">canListen</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;address,
<a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a>&nbsp;session)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ForwardingFilter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/server/forward/ForwardingFilter.html#canListen-org.apache.sshd.common.SshdSocketAddress-org.apache.sshd.common.session.Session-">canListen</a></span>(<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;address,
<a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a>&nbsp;session)</code>
<div class="block">
Determine if the session may listen for inbound connections.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><span class="typeNameLabel">StaticDecisionForwardingFilter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sshd/server/forward/StaticDecisionForwardingFilter.html#checkAcceptance-java.lang.String-org.apache.sshd.common.session.Session-org.apache.sshd.common.SshdSocketAddress-">checkAcceptance</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;request,
<a href="../../../../../org/apache/sshd/common/session/Session.html" title="interface in org.apache.sshd.common.session">Session</a>&nbsp;session,
<a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">SshdSocketAddress</a>&nbsp;target)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../org/apache/sshd/common/SshdSocketAddress.html" title="class in org.apache.sshd.common">Class</a></li>
<li class="navBarCell1Rev">Use</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</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/sshd/common/class-use/SshdSocketAddress.html" target="_top">Frames</a></li>
<li><a href="SshdSocketAddress.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>
<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>