Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.client.session |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ChannelDirectTcpip |
ClientSessionImpl.createDirectTcpipChannel(SshdSocketAddress local,
SshdSocketAddress remote) |
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.