Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SSH Factory
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
M
P
R
S
T
W
C
cancel()
- Method in class com.jscape.inet.ssh.
SshTask
Cancels this task and subsequent tasks by setting it's status to complete.
cancel()
- Method in class com.jscape.inet.telnet.
TelnetTask
Cancels this task and subsequent tasks by setting it's status to complete.
CHANNEL_REQUEST_ENV
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_EXEC
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_EXIT_SIGNAL
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_EXIT_STATUS
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_PTY_REQ
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_SHELL
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_SIGNAL
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_SUBSYSTEM
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_WINDOW_CHANGE
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_X11_REQ
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_REQUEST_XON_XOFF
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_TYPE_DIRECT_TCPIP
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_TYPE_FORWARDED_TCPIP
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_TYPE_SESSION
- Static variable in class com.jscape.inet.ssh.
Ssh
CHANNEL_TYPE_X11
- Static variable in class com.jscape.inet.ssh.
Ssh
clear()
- Method in class com.jscape.inet.ssh.
SshScript
Clears all tasks from the script.
clear()
- Method in class com.jscape.inet.ssh.util.
SshHostKeys
Clears the store contents.
clear()
- Method in class com.jscape.inet.telnet.
TelnetScript
Clears all tasks from the script.
clearProxySettings()
- Method in class com.jscape.inet.ipclient.
IpClient
Clears proxy server values.
clearProxySettings()
- Method in class com.jscape.inet.telnet.
Telnet
Clears proxy server values.
com.jscape.inet.ipclient
- package com.jscape.inet.ipclient
Contains classes for creating TCP/IP client applications.
com.jscape.inet.ipclientssh
- package com.jscape.inet.ipclientssh
Contains classes for creating secure TCP/IP client applications using an SSH encrypted tunnel.
com.jscape.inet.ssh
- package com.jscape.inet.ssh
Contains classes for communicating with SSH (Secure Shell) servers.
com.jscape.inet.ssh.util
- package com.jscape.inet.ssh.util
Contains utility classes for use in authenticating with an SSH server.
com.jscape.inet.telnet
- package com.jscape.inet.telnet
Contains classes for communicating with telnet servers.
com.jscape.inet.telnet.options
- package com.jscape.inet.telnet.options
Contains various option negotiation classes for the telnet protocol.
com.jscape.sscl
- package com.jscape.sscl
Contains classes to handle commands defined in the Secure Shell Command Line language.
com.jscape.util
- package com.jscape.util
Contains some generic utility classes used by this library.
COMMAND_MAP
- Static variable in class com.jscape.inet.telnet.
Telnet
This field can be used to map command codes to their String representation.
COMPLETE
- Static variable in class com.jscape.inet.ssh.
SshTask
SshTask has finished execution of command and has received end prompt
COMPLETE
- Static variable in class com.jscape.inet.telnet.
TelnetTask
TelnetTask has finished execution of command and has received end prompt
COMPRESSION_ALG_NONE
- Static variable in class com.jscape.inet.ssh.
Ssh
COMPRESSION_ALG_ZLIB
- Static variable in class com.jscape.inet.ssh.
Ssh
connect()
- Method in class com.jscape.inet.ipclient.
IpClient
Establishes connection with server.
connect()
- Method in class com.jscape.inet.ipclientssh.
IpClientSsh
Establishes connection with SSH server, performs authentication and creates tunnel to hostname and port provided in constructor.
connect()
- Method in class com.jscape.inet.ssh.
Ssh
Connects to SSH server.
connect(int)
- Method in class com.jscape.inet.ssh.
SshSession
Establishes connection with SSH server and performs login
connect()
- Method in class com.jscape.inet.ssh.
SshSession
Establishes connection with SSH server and performs login.
connect()
- Method in class com.jscape.inet.telnet.
Telnet
Connect the client socket to host and port specified by contructor or
Telnet.setHostname(java.lang.String)
,
Telnet.setPort(int)
methods.
connect(String, String, int)
- Method in class com.jscape.inet.telnet.
TelnetSession
Establishes connection with telnet server and performs login using specified username and password.
connect(String, String)
- Method in class com.jscape.inet.telnet.
TelnetSession
Establishes connection with telnet server and performs login using specified username and password.
connected(IpClientConnectedEvent)
- Method in interface com.jscape.inet.ipclient.
IpClientListener
Invoked when connection to server is established.
connected(SshConnectedEvent)
- Method in class com.jscape.inet.ssh.
SshAdapter
Invoked when SSH connection is established.
connected(SshConnectedEvent)
- Method in interface com.jscape.inet.ssh.
SshListener
Invoked when SSH connection is established.
connected(TelnetConnectedEvent)
- Method in class com.jscape.inet.telnet.
TelnetAdapter
Invoked when Telnet connection is established.
connected(TelnetConnectedEvent)
- Method in interface com.jscape.inet.telnet.
TelnetListener
Invoked when Telnet connection is established.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SSH Factory
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
M
P
R
S
T
W
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved