Package | Description |
---|---|
com.sshtools.net |
This package contains a set of network utilities for the J2SSH Maverick API.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Vector<ForwardingClient.ActiveTunnel>> |
ForwardingClient.incomingtunnels |
protected Map<String,Vector<ForwardingClient.ActiveTunnel>> |
ForwardingClient.outgoingtunnels |
Modifier and Type | Method and Description |
---|---|
ForwardingClient.ActiveTunnel[] |
ForwardingClient.getLocalForwardingTunnels()
Get all the active local forwarding tunnels
|
ForwardingClient.ActiveTunnel[] |
ForwardingClient.getLocalForwardingTunnels(String key)
Get the active tunnels for a local forwarding listener.
|
ForwardingClient.ActiveTunnel[] |
ForwardingClient.getLocalForwardingTunnels(String addressToBind,
int portToBind)
Get the active tunnels for a local forwarding listener.
|
ForwardingClient.ActiveTunnel[] |
ForwardingClient.getRemoteForwardingTunnels()
Get all the active remote forwarding tunnels
|
ForwardingClient.ActiveTunnel[] |
ForwardingClient.getRemoteForwardingTunnels(String key)
Get the active tunnels for a remote forwarding listener.
|
ForwardingClient.ActiveTunnel[] |
ForwardingClient.getRemoteForwardingTunnels(String addressToBind,
int portToBind)
Get the active tunnels for a remote forwarding listener.
|
ForwardingClient.ActiveTunnel[] |
ForwardingClient.getX11ForwardingTunnels()
Get the active X11 forwarding channels.
|
Copyright © 2024. All rights reserved.