Serialized Form
-
Package org.apache.sshd.common
-
Class org.apache.sshd.common.RuntimeSshException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -2423550196146939503L
-
Class org.apache.sshd.common.SshException extends java.io.IOException implements Serializable
- serialVersionUID:
- -7349477687125144606L
-
Serialized Fields
-
disconnectCode
int disconnectCode
-
-
-
Package org.apache.sshd.common.channel
-
Class org.apache.sshd.common.channel.WindowClosedException extends SshException implements Serializable
- serialVersionUID:
- -5345787686165334234L
-
-
Package org.apache.sshd.common.channel.exception
-
Class org.apache.sshd.common.channel.exception.SshChannelClosedException extends SshChannelException implements Serializable
- serialVersionUID:
- 4201656251593797929L
-
Class org.apache.sshd.common.channel.exception.SshChannelException extends java.io.IOException implements Serializable
- serialVersionUID:
- 7355720478400167933L
-
Serialized Fields
-
channelId
int channelId
-
-
Class org.apache.sshd.common.channel.exception.SshChannelNotFoundException extends SshChannelException implements Serializable
- serialVersionUID:
- 6235323779982884257L
-
Class org.apache.sshd.common.channel.exception.SshChannelOpenException extends SshChannelException implements Serializable
- serialVersionUID:
- 3591321447714889771L
-
Serialized Fields
-
code
int code
-
-
-
Package org.apache.sshd.common.config.keys
-
Class org.apache.sshd.common.config.keys.AuthorizedKeyEntry extends PublicKeyEntry implements Serializable
- serialVersionUID:
- -9007505285002809156L
-
Serialized Fields
-
comment
java.lang.String comment
-
loginOptions
java.util.Map<java.lang.String,java.lang.String> loginOptions
-
-
Class org.apache.sshd.common.config.keys.PublicKeyEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -585506072687602760L
-
Serialized Fields
-
keyData
byte[] keyData
-
keyDataResolver
PublicKeyEntryDataResolver keyDataResolver
-
keyType
java.lang.String keyType
-
-
-
Package org.apache.sshd.common.config.keys.loader.openssh.kdf
-
Class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException extends RuntimeSshException implements Serializable
- serialVersionUID:
- 1724985268892193553L
-
Serialized Fields
-
rounds
int rounds
-
-
-
Package org.apache.sshd.common.forward
-
Class org.apache.sshd.common.forward.LocalForwardingEntry extends SshdSocketAddress implements Serializable
- serialVersionUID:
- 423661570180889621L
-
Serialized Fields
-
alias
java.lang.String alias
-
-
-
Package org.apache.sshd.common.io
-
Class org.apache.sshd.common.io.ReadPendingException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- -3407225601154249841L
-
Class org.apache.sshd.common.io.WritePendingException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 8814014909076826576L
-
-
Package org.apache.sshd.common.scp
-
Class org.apache.sshd.common.scp.ScpException extends java.io.IOException implements Serializable
- serialVersionUID:
- 7734851624372451732L
-
Serialized Fields
-
exitStatus
java.lang.Integer exitStatus
-
-
Class org.apache.sshd.common.scp.ScpLocation extends java.lang.Object implements Serializable
- serialVersionUID:
- 5450230457030600136L
-
Serialized Fields
-
host
java.lang.String host
-
path
java.lang.String path
-
username
java.lang.String username
-
-
-
Package org.apache.sshd.common.session.helpers
-
Class org.apache.sshd.common.session.helpers.MissingAttachedSessionException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- -7660805009035307684L
-
Class org.apache.sshd.common.session.helpers.MultipleAttachedSessionException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 4488792374797444445L
-
-
Package org.apache.sshd.common.subsystem.sftp
-
Class org.apache.sshd.common.subsystem.sftp.SftpException extends java.io.IOException implements Serializable
- serialVersionUID:
- 8096963562429466995L
-
Serialized Fields
-
status
int status
-
-
-
Package org.apache.sshd.common.subsystem.sftp.extensions
-
Class org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities extends java.lang.Object implements Serializable
- serialVersionUID:
- -3118426327336468237L
-
Serialized Fields
-
capabilities
int capabilities
-
-
Class org.apache.sshd.common.subsystem.sftp.extensions.NewlineParser.Newline extends java.lang.Object implements Serializable
- serialVersionUID:
- 2010656704254497899L
-
Serialized Fields
-
newline
java.lang.String newline
-
-
-
Package org.apache.sshd.common.subsystem.sftp.extensions.openssh
-
Class org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension extends java.lang.Object implements Serializable
- serialVersionUID:
- 5902797870154506909L
-
Serialized Fields
-
name
java.lang.String name
-
version
java.lang.String version
-
-
-
Package org.apache.sshd.common.util
-
Class org.apache.sshd.common.util.VersionInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- -9127482432228413836L
-
Serialized Fields
-
buildNumber
int buildNumber
-
majorVersion
int majorVersion
-
minorVersion
int minorVersion
-
release
int release
-
-
-
Package org.apache.sshd.common.util.buffer
-
Class org.apache.sshd.common.util.buffer.BufferException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 658645233475011039L
-
-
Package org.apache.sshd.common.util.io.der
-
Class org.apache.sshd.common.util.io.der.ASN1Object extends java.lang.Object implements Serializable
- serialVersionUID:
- 4687581744706127265L
-
-
Package org.apache.sshd.common.util.net
-
Class org.apache.sshd.common.util.net.SshdSocketAddress extends java.net.SocketAddress implements Serializable
- serialVersionUID:
- 6461645947151952729L
-
Serialized Fields
-
hostName
java.lang.String hostName
-
port
int port
-
-
-
Package org.apache.sshd.server.auth
-
Class org.apache.sshd.server.auth.AsyncAuthException extends RuntimeSshException implements Serializable
- serialVersionUID:
- 6741236101797649869L
-
Serialized Fields
-
authed
java.lang.Boolean authed
-
listener
java.lang.Object listener
-
-
-
Package org.apache.sshd.server.auth.keyboard
-
Class org.apache.sshd.server.auth.keyboard.PromptEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 8206049800536373640L
-
Serialized Fields
-
echo
boolean echo
-
prompt
java.lang.String prompt
-
-
-
Package org.apache.sshd.server.auth.password
-
Class org.apache.sshd.server.auth.password.PasswordChangeRequiredException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -8522928326608137895L
-
Serialized Fields
-
lang
java.lang.String lang
-
prompt
java.lang.String prompt
-
-
-
Package org.apache.sshd.server.subsystem.sftp
-
Class org.apache.sshd.server.subsystem.sftp.InvalidHandleException extends java.io.IOException implements Serializable
- serialVersionUID:
- -1686077114375131889L
-