Interface ForwardingTunnelEndpointsProvider
- All Known Implementing Classes:
TcpipClientChannel, TcpipServerChannel
public interface ForwardingTunnelEndpointsProvider
- Author:
- Apache MINA SSHD Project
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.common.util.net.SshdSocketAddressorg.apache.sshd.common.util.net.SshdSocketAddress
-
Method Details
-
getTunnelEntrance
org.apache.sshd.common.util.net.SshdSocketAddress getTunnelEntrance() -
getTunnelExit
org.apache.sshd.common.util.net.SshdSocketAddress getTunnelExit()
-