Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.client.channel | |
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.
|
void |
ClientSession.startLocalPortForwarding(SshdSocketAddress local,
SshdSocketAddress remote)
Start forwarding the given local address on the client to the given address on the server.
|
void |
ClientSession.startRemotePortForwarding(SshdSocketAddress remote,
SshdSocketAddress local)
Start forwarding tcpip from the given address on the server to the
given address on the client.
|
void |
ClientSession.stopLocalPortForwarding(SshdSocketAddress local)
Stop forwarding the given local address.
|
void |
ClientSession.stopRemotePortForwarding(SshdSocketAddress remote)
Stop forwarding of the given remote address.
|
Constructor and Description |
---|
ChannelDirectTcpip(SshdSocketAddress local,
SshdSocketAddress remote) |
Modifier and Type | Method and Description |
---|---|
ChannelDirectTcpip |
ClientSessionImpl.createDirectTcpipChannel(SshdSocketAddress local,
SshdSocketAddress remote) |
void |
ClientSessionImpl.startLocalPortForwarding(SshdSocketAddress local,
SshdSocketAddress remote) |
void |
ClientSessionImpl.startRemotePortForwarding(SshdSocketAddress remote,
SshdSocketAddress local) |
void |
ClientSessionImpl.stopLocalPortForwarding(SshdSocketAddress local) |
void |
ClientSessionImpl.stopRemotePortForwarding(SshdSocketAddress remote) |
Constructor and Description |
---|
TcpipForwardSupport.ChannelForwardedTcpip(org.apache.mina.core.session.IoSession serverSession,
SshdSocketAddress remote) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.