C E H K L P S 

C

close() - Method in class com.jcabi.ssh.SSHD
 
com.jcabi.ssh - package com.jcabi.ssh
SSH client.
connect() - Method in class com.jcabi.ssh.SSHD
Get an instance of Shell.

E

escape(String) - Static method in class com.jcabi.ssh.SSH
Escape SSH argument.
exec(String) - Method in class com.jcabi.ssh.Shell.Empty
Just exec.
exec(String, InputStream, OutputStream, OutputStream) - Method in interface com.jcabi.ssh.Shell
Execute and return exit code.
exec(String) - Method in class com.jcabi.ssh.Shell.Plain
Just exec.
exec(String, InputStream, OutputStream, OutputStream) - Method in class com.jcabi.ssh.Shell.Safe
 
exec(String, InputStream, OutputStream, OutputStream) - Method in class com.jcabi.ssh.Shell.Verbose
 

H

home() - Method in class com.jcabi.ssh.SSHD
Get home dir.
host() - Method in class com.jcabi.ssh.SSHD
Get host of SSH.

K

key() - Method in class com.jcabi.ssh.SSHD
Get private SSH key for login.

L

login() - Method in class com.jcabi.ssh.SSHD
Get user name to login.

P

PORT - Static variable in class com.jcabi.ssh.SSH
Default SSH port.
port() - Method in class com.jcabi.ssh.SSHD
Get port.

S

session() - Method in class com.jcabi.ssh.SSH
 
session() - Method in class com.jcabi.ssh.SSHByPassword
 
Shell - Interface in com.jcabi.ssh
Shell.
Shell.Empty - Class in com.jcabi.ssh
Without input and output.
Shell.Empty(Shell) - Constructor for class com.jcabi.ssh.Shell.Empty
Ctor.
Shell.Plain - Class in com.jcabi.ssh
With output only.
Shell.Plain(Shell) - Constructor for class com.jcabi.ssh.Shell.Plain
Ctor.
Shell.Safe - Class in com.jcabi.ssh
Safe run (throws if exit code is not zero).
Shell.Safe(Shell) - Constructor for class com.jcabi.ssh.Shell.Safe
Ctor.
Shell.Verbose - Class in com.jcabi.ssh
Verbose run.
Shell.Verbose(Shell) - Constructor for class com.jcabi.ssh.Shell.Verbose
Ctor.
SSH - Class in com.jcabi.ssh
Single SSH Channel.
SSH(String, String, URL) - Constructor for class com.jcabi.ssh.SSH
Constructor.
SSH(InetAddress, String, URL) - Constructor for class com.jcabi.ssh.SSH
Constructor.
SSH(String, String, String) - Constructor for class com.jcabi.ssh.SSH
Constructor.
SSH(InetAddress, String, String) - Constructor for class com.jcabi.ssh.SSH
Constructor.
SSH(String, int, String, URL) - Constructor for class com.jcabi.ssh.SSH
Constructor.
SSH(InetAddress, int, String, URL) - Constructor for class com.jcabi.ssh.SSH
Constructor.
SSH(String, int, String, String) - Constructor for class com.jcabi.ssh.SSH
Constructor.
SSHByPassword - Class in com.jcabi.ssh
SSH channel with authentication by password.
SSHByPassword(String, int, String, String) - Constructor for class com.jcabi.ssh.SSHByPassword
Constructor.
SSHD - Class in com.jcabi.ssh
Test SSHD daemon (only for Linux).
SSHD() - Constructor for class com.jcabi.ssh.SSHD
Ctor.
SSHD(File) - Constructor for class com.jcabi.ssh.SSHD
Ctor.
C E H K L P S 

Copyright © 2012–2016 jcabi.com. All rights reserved.