Uses of Class
org.apache.sshd.client.channel.ChannelDirectTcpip

Packages that use ChannelDirectTcpip
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.client.session   
 

Uses of ChannelDirectTcpip in org.apache.sshd
 

Methods in org.apache.sshd that return ChannelDirectTcpip
 ChannelDirectTcpip 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.
 

Uses of ChannelDirectTcpip in org.apache.sshd.client.session
 

Methods in org.apache.sshd.client.session that return ChannelDirectTcpip
 ChannelDirectTcpip ClientSessionImpl.createDirectTcpipChannel(SshdSocketAddress local, SshdSocketAddress remote)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.