Constant Field Values


Contents
com.sshtools.*

com.sshtools.j2ssh.authentication.AuthenticationProtocolState
public static final int COMPLETE 4
public static final int FAILED 2
public static final int INITIALIZING 0
public static final int PARTIAL 3
public static final int READY 1

com.sshtools.j2ssh.authentication.SshAuthenticationFactory
public static final java.lang.String AUTH_PASSWORD "password"

com.sshtools.j2ssh.authentication.SshMsgUserAuthBanner
public static final int SSH_MSG_USERAUTH_BANNER 53

com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
protected static final int SSH_MSG_USERAUTH_FAILURE 51

com.sshtools.j2ssh.authentication.SshMsgUserAuthRequest
public static final int SSH_MSG_USERAUTH_REQUEST 50

com.sshtools.j2ssh.authentication.SshMsgUserAuthSuccess
protected static final int SSH_MSG_USERAUTH_SUCCESS 52

com.sshtools.j2ssh.connection.SshMsgChannelClose
protected static final int SSH_MSG_CHANNEL_CLOSE 97

com.sshtools.j2ssh.connection.SshMsgChannelData
public static final int SSH_MSG_CHANNEL_DATA 94

com.sshtools.j2ssh.connection.SshMsgChannelEOF
protected static final int SSH_MSG_CHANNEL_EOF 96

com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
protected static final int SSH_EXTENDED_DATA_STDERR 1
protected static final int SSH_MSG_CHANNEL_EXTENDED_DATA 95

com.sshtools.j2ssh.connection.SshMsgChannelFailure
protected static final int SSH_MSG_CHANNEL_FAILURE 100

com.sshtools.j2ssh.connection.SshMsgChannelOpen
protected static final int SSH_MSG_CHANNEL_OPEN 90

com.sshtools.j2ssh.connection.SshMsgChannelOpenConfirmation
protected static final int SSH_MSG_CHANNEL_OPEN_CONFIRMATION 91

com.sshtools.j2ssh.connection.SshMsgChannelOpenFailure
protected static final int SSH_MSG_CHANNEL_OPEN_FAILURE 92
protected static final long SSH_OPEN_ADMINISTRATIVELY_PROHIBITED 1l
protected static final long SSH_OPEN_CONNECT_FAILED 2l
protected static final long SSH_OPEN_RESOURCE_SHORTAGE 4l
protected static final long SSH_OPEN_UNKNOWN_CHANNEL_TYPE 3l

com.sshtools.j2ssh.connection.SshMsgChannelRequest
protected static final int SSH_MSG_CHANNEL_REQUEST 98

com.sshtools.j2ssh.connection.SshMsgChannelSuccess
protected static final int SSH_MSG_CHANNEL_SUCCESS 99

com.sshtools.j2ssh.connection.SshMsgChannelWindowAdjust
protected static final int SSH_MSG_CHANNEL_WINDOW_ADJUST 93

com.sshtools.j2ssh.connection.SshMsgGlobalRequest
protected static final int SSH_MSG_GLOBAL_REQUEST 80

com.sshtools.j2ssh.connection.SshMsgRequestFailure
public static final int SSH_MSG_REQUEST_FAILURE 82

com.sshtools.j2ssh.connection.SshMsgRequestSuccess
protected static final int SSH_MSG_REQUEST_SUCCESS 81

com.sshtools.j2ssh.transport.ServiceState
public static final int SERVICE_ACCEPTED 2
public static final int SERVICE_REQUESTED 1

com.sshtools.j2ssh.transport.TransportProtocolCommon
public final java.lang.String PROTOCOL_VERSION "2.0"
public final java.lang.String SOFTWARE_VERSION_COMMENTS "Sshtools.com Java SSH2 API (J2SSH) Version 1.0 alpha 1"

com.sshtools.j2ssh.transport.cipher.SshCipherFactory
public static final java.lang.String CIPHER_3DES "3des-cbc"

com.sshtools.j2ssh.transport.compression.SshCompressionFactory
public static final java.lang.String COMP_NONE "none"

com.sshtools.j2ssh.transport.hmac.SshHmacFactory
public static final java.lang.String HMAC_SHA "hmac-sha1"

com.sshtools.j2ssh.transport.kex.KeyExchangeState
public static final int COMPLETE 1
public static final int FAILED 2
public static final int IN_PROGRESS 0

com.sshtools.j2ssh.transport.kex.SshKeyExchangeFactory
public static final java.lang.String DIFFIE_HELLMAN_GROUP1_SHA1 "diffie-hellman-group1-sha1"

com.sshtools.j2ssh.transport.kex.SshMsgKexDhInit
protected static final int SSH_MSG_KEXDH_INIT 30

com.sshtools.j2ssh.transport.kex.SshMsgKexDhReply
protected static final int SSH_MSG_KEXDH_REPLY 31

com.sshtools.j2ssh.transport.publickey.SshPublicKeyFactory
public static final java.lang.String SSH_DSS "ssh-dss"

com.sshtools.sshterm.emulation.TerminalEmulation
public static final java.lang.String ANSI "ansi"
public static final java.lang.String VT100 "vt100"
public static final java.lang.String VT220 "vt220"
public static final java.lang.String VT320 "vt320"

com.sshtools.sshterm.emulation.TerminalPanel
public static final int COLOR_BOLD 8
public static final int COLOR_INVERT 9
public static final int RESIZE_FONT 1
public static final int RESIZE_NONE 0
public static final int RESIZE_SCREEN 2

com.sshtools.sshterm.emulation.VDUBuffer
public static final int BOLD 1
public static final int COLOR 4080
public static final int COLOR_BG 3840
public static final int COLOR_FG 240
public static final int debug 0
public static final int INVERT 4
public static final int LOW 8
public static final int NORMAL 0
public static final boolean SCROLL_DOWN 1
public static final boolean SCROLL_UP 0
public static final int UNDERLINE 2



Copyright © 2002 Sshtools.com. All Rights Reserved.