Frames | No Frames |
Methods with parameter type com.sshtools.j2ssh.forwarding.ForwardingConfiguration | |
void | |
void |
Methods with return type com.sshtools.j2ssh.forwarding.ForwardingConfiguration | |
ForwardingConfiguration | ForwardingServer.getLocalForwardingByAddress(String orginatingAddress, int originatingPort) |
ForwardingConfiguration | ForwardingServer.getRemoteForwardingByAddress(String addressToBind, int portToBind) |
Methods with parameter type com.sshtools.j2ssh.forwarding.ForwardingConfiguration | |
void | |
void |
Classes derived from com.sshtools.j2ssh.forwarding.ForwardingConfiguration | |
class | |
class |
Methods with parameter type com.sshtools.j2ssh.forwarding.ForwardingConfiguration | |
ForwardingConfiguration | |
void | |
void | |
void | ForwardingConfigurationListener.dataReceived(ForwardingConfiguration forward, ForwardingChannel channel, int bytes) |
void | ForwardingConfigurationListener.dataSent(ForwardingConfiguration forward, ForwardingChannel channel, int bytes) |
void |
Methods with return type com.sshtools.j2ssh.forwarding.ForwardingConfiguration | |
ForwardingConfiguration | ForwardingClient.addLocalForwarding(String uniqueName, String addressToBind, int portToBind, String hostToConnect, int portToConnect) |
ForwardingConfiguration | |
ForwardingConfiguration | ForwardingClient.getLocalForwardingByAddress(String addressToBind, int portToBind) |
ForwardingConfiguration | ForwardingClient.getLocalForwardingByName(String name) |
ForwardingConfiguration | ForwardingClient.getRemoteForwardingByAddress(String addressToBind, int portToBind) |
ForwardingConfiguration | ForwardingClient.getRemoteForwardingByName(String name) |
ForwardingConfiguration |