Uses of Class
org.apache.sshd.client.channel.ChannelDirectTcpip
Packages that use ChannelDirectTcpip
-
Uses of ChannelDirectTcpip in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ChannelDirectTcpipModifier and TypeMethodDescriptionAbstractClientSession.createDirectTcpipChannel
(SshdSocketAddress local, SshdSocketAddress remote) ClientSession.createDirectTcpipChannel
(SshdSocketAddress local, SshdSocketAddress remote) Create a direct tcp-ip channel which can be used to stream data to a remote port from the server.