Interface | Description |
---|---|
AlgorithmNameProvider | |
AttributeRepository | |
AttributeStore |
Provides the capability to attach in-memory attributes to the entity
|
BuiltinFactory<T> |
A named optional factory.
|
Closeable |
A
Closeable is a resource that can be closed. |
Factory<T> |
Factory is a simple interface that is used to create other objects.
|
FactoryManager |
This interface allows retrieving all the
NamedFactory used
in the SSH protocol. |
FactoryManagerHolder | |
NamedFactory<T> |
A named factory is a factory identified by a name.
|
NamedResource | |
OptionalFeature | |
Property<T> |
Property definition.
|
PropertyResolver |
Indicates an entity that can be configured using properties.
|
Service |
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.
|
ServiceFactory |
Class | Description |
---|---|
AttributeRepository.AttributeKey<T> |
Type safe key for storage of user attributes.
|
BaseBuilder<T extends AbstractFactoryManager,S extends BaseBuilder<T,S>> |
Base class for dedicated client/server instance builders
|
Property.BaseProperty<T> | |
Property.BooleanProperty | |
Property.CharsetProperty | |
Property.DurationInSecondsProperty | |
Property.DurationProperty | |
Property.EnumProperty<T extends Enum<T>> | |
Property.IntProperty | |
Property.LongProperty | |
Property.ObjectProperty | |
Property.StringProperty | |
Property.Validating<T> | |
PropertyResolverUtils | |
SshConstants |
This interface defines constants for the SSH protocol.
|
SyspropsMapWrapper |
A wrapper that exposes a read-only
Map access to the system
properties. |
Exception | Description |
---|---|
RuntimeSshException |
Exception used in the SSH client or server.
|
SshException |
Represents an SSH related exception
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.