Package org.apache.sshd.common.forward
Interface ForwardingTunnelEndpointsProvider
-
- All Known Implementing Classes:
TcpipClientChannel,TcpipServerChannel
public interface ForwardingTunnelEndpointsProvider- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SshdSocketAddressgetTunnelEntrance()SshdSocketAddressgetTunnelExit()
-
-
-
Method Detail
-
getTunnelEntrance
SshdSocketAddress getTunnelEntrance()
-
getTunnelExit
SshdSocketAddress getTunnelExit()
-
-