|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SshdSocketAddress | |
|---|---|
| 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 | |
| Uses of SshdSocketAddress in org.apache.sshd |
|---|
| Methods in org.apache.sshd with parameters of type SshdSocketAddress | |
|---|---|
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. |
| Uses of SshdSocketAddress in org.apache.sshd.client.channel |
|---|
| Constructors in org.apache.sshd.client.channel with parameters of type SshdSocketAddress | |
|---|---|
ChannelDirectTcpip(SshdSocketAddress local,
SshdSocketAddress remote)
|
|
| Uses of SshdSocketAddress in org.apache.sshd.client.session |
|---|
| Methods in org.apache.sshd.client.session with parameters of type SshdSocketAddress | |
|---|---|
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)
|
| Constructors in org.apache.sshd.client.session with parameters of type SshdSocketAddress | |
|---|---|
TcpipForwardSupport.ChannelForwardedTcpip(org.apache.mina.core.session.IoSession serverSession,
SshdSocketAddress remote)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||