Method Summary |
|
public void | addEventHandler(SshEventAdapter eventHandler) |
public void | allowChannelOpen(String channelType, ChannelFactory cf) Adds a channel factory to the managed connection. |
public void | applyProfileChanges(SshToolsConnectionProfile profile) The session can call this method to apply any changes to the profile it
may have made. |
public ForwardingClient | getForwardingClient() Gets the managed connections port forwarding client. |
public SshToolsConnectionProfile | getProfile() Get the current profile attached to the session. |
public int | getRemoteEOL() |
public String | getServerId() Gets the identification string supplied by the server. |
public boolean | isConnected() Determine if the managed connection is still connected. |
public boolean | openChannel(Channel channel) Opens a channel on the managed connection. |
public SessionChannelClient | openSession() Opens a session on the managed connection. |
public SftpClient | openSftpClient() Opens an SftpClient on the managed connection. |
public boolean | requestDisconnect() Called when a session wants to disconnect the connection. |
public byte[] | sendGlobalRequest(String requestname, boolean wantreply, byte[] requestdata) |