- AbstractAgentClient - Class in org.apache.sshd.agent.common
-
- AbstractAgentClient(SshAgent) - Constructor for class org.apache.sshd.agent.common.AbstractAgentClient
-
- AbstractAgentProxy - Class in org.apache.sshd.agent.common
-
- AbstractAgentProxy() - Constructor for class org.apache.sshd.agent.common.AbstractAgentProxy
-
- AbstractChannel - Class in org.apache.sshd.common.channel
-
TODO Add javadoc
- AbstractChannel() - Constructor for class org.apache.sshd.common.channel.AbstractChannel
-
- AbstractChannel.GracefulChannelCloseable - Class in org.apache.sshd.common.channel
-
- AbstractChannel.GracefulState - Enum in org.apache.sshd.common.channel
-
- AbstractClientChannel - Class in org.apache.sshd.client.channel
-
TODO Add javadoc
- AbstractClientChannel(String) - Constructor for class org.apache.sshd.client.channel.AbstractClientChannel
-
- AbstractCloseable() - Constructor for class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
-
- AbstractConnectionService - Class in org.apache.sshd.common.session
-
Base implementation of ConnectionService.
- AbstractConnectionService(Session) - Constructor for class org.apache.sshd.common.session.AbstractConnectionService
-
- AbstractDH - Class in org.apache.sshd.common.kex
-
Base class for the Diffie-Hellman key agreement.
- AbstractDH() - Constructor for class org.apache.sshd.common.kex.AbstractDH
-
- AbstractDHGClient - Class in org.apache.sshd.client.kex
-
Base class for DHG key exchange algorithms.
- AbstractDHGClient() - Constructor for class org.apache.sshd.client.kex.AbstractDHGClient
-
- AbstractDHGServer - Class in org.apache.sshd.server.kex
-
TODO Add javadoc
- AbstractDHGServer() - Constructor for class org.apache.sshd.server.kex.AbstractDHGServer
-
- AbstractFactoryManager - Class in org.apache.sshd.common
-
TODO Add javadoc
- AbstractFactoryManager() - Constructor for class org.apache.sshd.common.AbstractFactoryManager
-
- AbstractGeneratorHostKeyProvider - Class in org.apache.sshd.server.keyprovider
-
TODO Add javadoc
- AbstractGeneratorHostKeyProvider() - Constructor for class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- AbstractGeneratorHostKeyProvider(String) - Constructor for class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- AbstractGeneratorHostKeyProvider(String, String) - Constructor for class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- AbstractGeneratorHostKeyProvider(String, String, int) - Constructor for class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- AbstractInnerCloseable() - Constructor for class org.apache.sshd.common.util.CloseableUtils.AbstractInnerCloseable
-
- AbstractKeyPairProvider - Class in org.apache.sshd.common.keyprovider
-
TODO Add javadoc
- AbstractKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
-
- AbstractServerChannel - Class in org.apache.sshd.server.channel
-
TODO Add javadoc
- AbstractServerChannel() - Constructor for class org.apache.sshd.server.channel.AbstractServerChannel
-
- AbstractSession - Class in org.apache.sshd.common.session
-
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication,
encoding and decoding.
- AbstractSession(boolean, FactoryManager, IoSession) - Constructor for class org.apache.sshd.common.session.AbstractSession
-
Create a new session.
- AbstractSession.PendingWriteFuture - Class in org.apache.sshd.common.session
-
Future holding a packet pending key exchange termination.
- AbstractSessionFactory - Class in org.apache.sshd.common.session
-
An abstract base factory of sessions.
- AbstractSessionFactory() - Constructor for class org.apache.sshd.common.session.AbstractSessionFactory
-
- AbstractSessionIoHandler - Class in org.apache.sshd.common
-
TODO Add javadoc
- AbstractSessionIoHandler() - Constructor for class org.apache.sshd.common.AbstractSessionIoHandler
-
- AbstractSignature - Class in org.apache.sshd.common.signature
-
TODO Add javadoc
- AbstractSignature(String) - Constructor for class org.apache.sshd.common.signature.AbstractSignature
-
- AbstractSignatureDSA - Class in org.apache.sshd.common.signature
-
DSA Signature
- AbstractSignatureDSA(String) - Constructor for class org.apache.sshd.common.signature.AbstractSignatureDSA
-
- AbstractUserAuth - Class in org.apache.sshd.client.auth.deprecated
-
- AbstractUserAuth(ClientSessionImpl, String) - Constructor for class org.apache.sshd.client.auth.deprecated.AbstractUserAuth
-
- AbstractUserAuth - Class in org.apache.sshd.server.auth
-
- AbstractUserAuth() - Constructor for class org.apache.sshd.server.auth.AbstractUserAuth
-
- accept(File) - Method in class org.apache.sshd.common.file.nativefs.NameEqualsFileFilter
-
- AcceptAllServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
A ServerKeyVerifier that accepts all server keys.
- acceptor - Variable in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- acceptor - Variable in class org.apache.sshd.common.io.mina.MinaAcceptor
-
- acceptor - Variable in class org.apache.sshd.SshServer
-
- ack() - Method in class org.apache.sshd.common.scp.ScpHelper
-
- addEnvVariable(String, String) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- addIdentity(KeyPair, String) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- addIdentity(KeyPair, String) - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- addIdentity(KeyPair, String) - Method in class org.apache.sshd.agent.local.AgentImpl
-
- addIdentity(KeyPair, String) - Method in interface org.apache.sshd.agent.SshAgent
-
- addListener(SshFutureListener<T>) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(SshFutureListener<T>) - Method in interface org.apache.sshd.common.future.SshFuture
-
Adds an event listener which is notified when
this future is completed.
- addListener(SessionListener) - Method in class org.apache.sshd.common.session.AbstractSession
-
Add a session |listener|.
- addListener(SessionListener) - Method in class org.apache.sshd.common.session.AbstractSessionFactory
-
Add a session |listener|.
- addListener(SessionListener) - Method in interface org.apache.sshd.common.Session
-
Add a session |listener|.
- addPasswordIdentity(String) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- addPasswordIdentity(String) - Method in interface org.apache.sshd.ClientSession
-
- addPublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- addPublicKeyIdentity(KeyPair) - Method in interface org.apache.sshd.ClientSession
-
- addRequestHandler(RequestHandler<Channel>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- addSignalListener(SignalListener, Signal...) - Method in class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
- addSignalListener(SignalListener) - Method in class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
- addSignalListener(SignalListener, EnumSet<Signal>) - Method in class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
- addSignalListener(SignalListener, Signal...) - Method in interface org.apache.sshd.server.Environment
-
Add a qualified listener for the specific signal
- addSignalListener(SignalListener, EnumSet<Signal>) - Method in interface org.apache.sshd.server.Environment
-
Add a qualified listener for the specific set of signal
- addSignalListener(SignalListener) - Method in interface org.apache.sshd.server.Environment
-
Add a global listener for all signals
- AES128CBC - Class in org.apache.sshd.common.cipher
-
AES128CBC cipher
- AES128CBC() - Constructor for class org.apache.sshd.common.cipher.AES128CBC
-
- AES128CBC.Factory - Class in org.apache.sshd.common.cipher
-
Named factory for AES128CBC Cipher
- AES128CTR - Class in org.apache.sshd.common.cipher
-
AES128CTR cipher
- AES128CTR() - Constructor for class org.apache.sshd.common.cipher.AES128CTR
-
- AES128CTR.Factory - Class in org.apache.sshd.common.cipher
-
Named factory for AES128CTR Cipher
- AES192CBC - Class in org.apache.sshd.common.cipher
-
AES192CBC Cipher
- AES192CBC() - Constructor for class org.apache.sshd.common.cipher.AES192CBC
-
- AES192CBC.Factory - Class in org.apache.sshd.common.cipher
-
Named factory for AES192CBC Cipher
- AES192CTR - Class in org.apache.sshd.common.cipher
-
AES192CBC Cipher
- AES192CTR() - Constructor for class org.apache.sshd.common.cipher.AES192CTR
-
- AES192CTR.Factory - Class in org.apache.sshd.common.cipher
-
Named factory for AES192CBC Cipher
- AES256CBC - Class in org.apache.sshd.common.cipher
-
AES256CBC Cipher
- AES256CBC() - Constructor for class org.apache.sshd.common.cipher.AES256CBC
-
- AES256CBC.Factory - Class in org.apache.sshd.common.cipher
-
Named factory for AES256CBC Cipher
- AES256CTR - Class in org.apache.sshd.common.cipher
-
AES256CTR Cipher
- AES256CTR() - Constructor for class org.apache.sshd.common.cipher.AES256CTR
-
- AES256CTR.Factory - Class in org.apache.sshd.common.cipher
-
Named factory for AES256CTR Cipher
- AgentClient() - Constructor for class org.apache.sshd.agent.local.ChannelAgentForwarding.AgentClient
-
- AgentClient - Class in org.apache.sshd.agent.unix
-
A client for a remote SSH agent
- AgentClient(String) - Constructor for class org.apache.sshd.agent.unix.AgentClient
-
- AgentDelegate - Class in org.apache.sshd.agent.common
-
- AgentDelegate(SshAgent) - Constructor for class org.apache.sshd.agent.common.AgentDelegate
-
- agentFactory - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- agentForward - Variable in class org.apache.sshd.common.session.AbstractConnectionService
-
- AgentForwardedChannel - Class in org.apache.sshd.agent.local
-
- AgentForwardedChannel() - Constructor for class org.apache.sshd.agent.local.AgentForwardedChannel
-
- AgentForwardedChannel - Class in org.apache.sshd.agent.unix
-
- AgentForwardedChannel(long) - Constructor for class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- AgentForwardSupport - Class in org.apache.sshd.agent.common
-
The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.
- AgentForwardSupport(ConnectionService) - Constructor for class org.apache.sshd.agent.common.AgentForwardSupport
-
- AgentImpl - Class in org.apache.sshd.agent.local
-
A local SSH agent implementation
- AgentImpl() - Constructor for class org.apache.sshd.agent.local.AgentImpl
-
- AgentServer - Class in org.apache.sshd.agent.unix
-
A server for an SSH Agent
- AgentServer() - Constructor for class org.apache.sshd.agent.unix.AgentServer
-
- AgentServer(SshAgent) - Constructor for class org.apache.sshd.agent.unix.AgentServer
-
- AgentServer.SshAgentSession - Class in org.apache.sshd.agent.unix
-
- AgentServerProxy - Class in org.apache.sshd.agent.local
-
The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.
- AgentServerProxy(ConnectionService) - Constructor for class org.apache.sshd.agent.local.AgentServerProxy
-
- AgentServerProxy - Class in org.apache.sshd.agent.unix
-
The server side fake agent, acting as an agent, but actually forwarding the requests to the auth channel on the client side.
- AgentServerProxy(ConnectionService) - Constructor for class org.apache.sshd.agent.unix.AgentServerProxy
-
- algorithm - Variable in class org.apache.sshd.common.cipher.BaseCipher
-
- algorithm - Variable in class org.apache.sshd.common.signature.AbstractSignature
-
- ALL_SFTP_IMPL - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- allowMoreSessions - Variable in class org.apache.sshd.common.session.AbstractConnectionService
-
- ANT_HANDLER_PREFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
-
- ARCFOUR128 - Class in org.apache.sshd.common.cipher
-
ARCFOUR128 cipher
- ARCFOUR128() - Constructor for class org.apache.sshd.common.cipher.ARCFOUR128
-
- ARCFOUR128.Factory - Class in org.apache.sshd.common.cipher
-
Named factory for ARCFOUR128 Cipher
- ARCFOUR256 - Class in org.apache.sshd.common.cipher
-
ARCFOUR256 cipher
- ARCFOUR256() - Constructor for class org.apache.sshd.common.cipher.ARCFOUR256
-
- ARCFOUR256.Factory - Class in org.apache.sshd.common.cipher
-
Named factory for AES128CTR Cipher
- areKeyEquals(PublicKey, PublicKey) - Static method in class org.apache.sshd.agent.local.AgentImpl
-
- array() - Method in class org.apache.sshd.common.util.Buffer
-
- asIoBuffer(Buffer) - Static method in class org.apache.sshd.common.io.mina.MinaSupport
-
- asReadable(IoBuffer) - Static method in class org.apache.sshd.common.io.mina.MinaSupport
-
- AsyncCommand - Interface in org.apache.sshd.server
-
Represents a command capable of doing non-blocking io.
- AsyncDataReceiver - Class in org.apache.sshd.server.channel
-
- AsyncDataReceiver(Channel) - Constructor for class org.apache.sshd.server.channel.AsyncDataReceiver
-
- asyncErr - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- asyncErr - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- asyncIn - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- asyncOut - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- asyncOut - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- atime - Variable in class org.apache.sshd.client.SftpClient.Attributes
-
- attachSession(IoSession, AbstractSession) - Static method in class org.apache.sshd.common.session.AbstractSession
-
Attach a session to the MINA session
- AttributeKey() - Constructor for class org.apache.sshd.common.Session.AttributeKey
-
- Attributes() - Constructor for class org.apache.sshd.client.SftpClient.Attributes
-
- attributes - Variable in class org.apache.sshd.client.SftpClient.DirEntry
-
- attributes - Variable in class org.apache.sshd.common.session.AbstractSession
-
- auth() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- auth(UserAuth) - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- auth(List<Object>, String) - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- auth(List<Object>, String) - Method in class org.apache.sshd.client.session.ClientUserAuthServiceNew
-
- auth(UserAuth) - Method in class org.apache.sshd.client.session.ClientUserAuthServiceOld
-
- auth() - Method in interface org.apache.sshd.ClientSession
-
Starts the authentication process.
- auth(ServerSession, String, String, Buffer) - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- auth(ServerSession, String, String, Buffer) - Method in interface org.apache.sshd.server.UserAuth
-
Try to authenticate the user.
- AUTH_METHODS - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
This key is used when configuring multi-step authentications.
- AUTH_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key used to retrieve the value of the timeout after which
it will close the connection if the other side has not been
authenticated.
- authAgent(String) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- authAgent(String) - Method in interface org.apache.sshd.ClientSession
-
- AUTHED - Static variable in interface org.apache.sshd.ClientSession
-
- authed - Variable in class org.apache.sshd.common.session.AbstractSession
-
Boolean indicating if this session has been authenticated or not
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.CachingPublicKeyAuthenticator
-
- authenticate(String, String, ServerSession) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- authenticate(String, String) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- authenticate(String, String, ServerSession) - Method in interface org.apache.sshd.server.PasswordAuthenticator
-
Check the validity of a password.
- authenticate(String, PublicKey, ServerSession) - Method in interface org.apache.sshd.server.PublickeyAuthenticator
-
Check the validity of a public key.
- authenticator - Variable in class org.apache.sshd.server.auth.CachingPublicKeyAuthenticator
-
- AuthFuture - Interface in org.apache.sshd.client.future
-
An
SshFuture
for asynchronous authentication requests.
- authFuture - Variable in class org.apache.sshd.client.session.ClientSessionImpl
-
- authInteractive(String, String) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- authInteractive(String, String) - Method in interface org.apache.sshd.ClientSession
-
- authPassword(String, String) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- authPassword(String, String) - Method in interface org.apache.sshd.ClientSession
-
- authPublicKey(String, KeyPair) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- authPublicKey(String, KeyPair) - Method in interface org.apache.sshd.ClientSession
-
- authTimeoutMs - Variable in class org.apache.sshd.common.session.AbstractSession
-
- authTimeoutTimestamp - Variable in class org.apache.sshd.common.session.AbstractSession
-
- available() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- available() - Method in class org.apache.sshd.common.util.Buffer
-
- available() - Method in interface org.apache.sshd.common.util.Readable
-
- available() - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell.TtyFilterInputStream
-
- await() - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Wait for the asynchronous operation to complete.
- await(long, TimeUnit) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(long) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await() - Method in interface org.apache.sshd.common.future.SshFuture
-
Wait for the asynchronous operation to complete.
- await(long, TimeUnit) - Method in interface org.apache.sshd.common.future.SshFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(long) - Method in interface org.apache.sshd.common.future.SshFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- awaitUninterruptibly() - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly(long, TimeUnit) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Wait for the asynchronous operation to complete with the specified timeout
uninterruptibly.
- awaitUninterruptibly(long) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Wait for the asynchronous operation to complete with the specified timeout
uninterruptibly.
- awaitUninterruptibly() - Method in interface org.apache.sshd.common.future.SshFuture
-
Wait for the asynchronous operation to complete uninterruptibly.
- awaitUninterruptibly(long, TimeUnit) - Method in interface org.apache.sshd.common.future.SshFuture
-
Wait for the asynchronous operation to complete with the specified timeout
uninterruptibly.
- awaitUninterruptibly(long) - Method in interface org.apache.sshd.common.future.SshFuture
-
Wait for the asynchronous operation to complete with the specified timeout
uninterruptibly.
- cache - Variable in class org.apache.sshd.server.auth.CachingPublicKeyAuthenticator
-
- CachingPublicKeyAuthenticator - Class in org.apache.sshd.server.auth
-
TODO Add javadoc
- CachingPublicKeyAuthenticator(PublickeyAuthenticator) - Constructor for class org.apache.sshd.server.auth.CachingPublicKeyAuthenticator
-
- calculateK() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- calculateK() - Method in class org.apache.sshd.common.kex.DH
-
- calculateK() - Method in class org.apache.sshd.common.kex.ECDH
-
- callback - Variable in class org.apache.sshd.server.command.ScpCommand
-
- cancel() - Method in interface org.apache.sshd.client.future.AuthFuture
-
Cancels the authentication attempt and notifies all threads waiting for
this future.
- cancel() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Cancels the connection attempt and notifies all threads waiting for
this future.
- cancel() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Cancels the connection attempt and notifies all threads waiting for
this future.
- cancel() - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
- cancel() - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Cancels the connection attempt and notifies all threads waiting for
this future.
- CancelTcpipForwardHandler - Class in org.apache.sshd.server.global
-
Handler for cancel-tcpip-forward global request.
- CancelTcpipForwardHandler() - Constructor for class org.apache.sshd.server.global.CancelTcpipForwardHandler
-
- canConnect(SshdSocketAddress, Session) - Method in interface org.apache.sshd.common.ForwardingFilter
-
Determine if the session may create an outbound connection.
- canForwardAgent(Session) - Method in interface org.apache.sshd.common.ForwardingFilter
-
Determine if the session may arrange for agent forwarding.
- canForwardX11(Session) - Method in interface org.apache.sshd.common.ForwardingFilter
-
Determine if the session may arrange for X11 forwarding.
- canListen(SshdSocketAddress, Session) - Method in interface org.apache.sshd.common.ForwardingFilter
-
Determine if the session may listen for inbound connections.
- canonicalPath(String) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- canonicalPath(String) - Method in interface org.apache.sshd.client.SftpClient
-
- capacity() - Method in class org.apache.sshd.common.util.Buffer
-
- Channel - Interface in org.apache.sshd.common
-
TODO Add javadoc
- CHANNEL_CLOSE_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key used to configure the timeout used when writing a close request
on a channel.
- CHANNEL_EXEC - Static variable in interface org.apache.sshd.ClientChannel
-
- CHANNEL_SHELL - Static variable in interface org.apache.sshd.ClientChannel
-
- CHANNEL_SUBSYSTEM - Static variable in interface org.apache.sshd.ClientChannel
-
- ChannelAgentForwarding - Class in org.apache.sshd.agent.local
-
The client side channel that will receive requests forwards by the SSH server.
- ChannelAgentForwarding() - Constructor for class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- ChannelAgentForwarding - Class in org.apache.sshd.agent.unix
-
The client side channel that will receive requests forwards by the SSH server.
- ChannelAgentForwarding() - Constructor for class org.apache.sshd.agent.unix.ChannelAgentForwarding
-
- ChannelAgentForwarding.AgentClient - Class in org.apache.sshd.agent.local
-
- ChannelAgentForwarding.Factory - Class in org.apache.sshd.agent.local
-
- ChannelAgentForwarding.Factory - Class in org.apache.sshd.agent.unix
-
- ChannelAsyncInputStream - Class in org.apache.sshd.common.channel
-
- ChannelAsyncInputStream(Channel) - Constructor for class org.apache.sshd.common.channel.ChannelAsyncInputStream
-
- ChannelAsyncInputStream.IoReadFutureImpl - Class in org.apache.sshd.common.channel
-
- ChannelAsyncOutputStream - Class in org.apache.sshd.common.channel
-
- ChannelAsyncOutputStream(Channel, byte) - Constructor for class org.apache.sshd.common.channel.ChannelAsyncOutputStream
-
- ChannelAsyncOutputStream.IoWriteFutureImpl - Class in org.apache.sshd.common.channel
-
- channelClose(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Close a channel due to a close packet received
- channelData(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Process incoming data on a channel
- ChannelDataReceiver - Interface in org.apache.sshd.server.channel
-
Receiving end of the data stream from the client.
- ChannelDirectTcpip - Class in org.apache.sshd.client.channel
-
TODO Add javadoc
- ChannelDirectTcpip(SshdSocketAddress, SshdSocketAddress) - Constructor for class org.apache.sshd.client.channel.ChannelDirectTcpip
-
- channelEof(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Process end of file on a channel
- ChannelExec - Class in org.apache.sshd.client.channel
-
TODO Add javadoc
- ChannelExec(String) - Constructor for class org.apache.sshd.client.channel.ChannelExec
-
- channelExtendedData(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Process incoming extended data on a channel
- channelFactories - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- channelFactories - Variable in class org.apache.sshd.SshBuilder.BaseBuilder
-
- channelFactories(List<NamedFactory<Channel>>) - Method in class org.apache.sshd.SshBuilder.BaseBuilder
-
- channelFailure(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Process a failure on a channel
- ChannelForwardedX11(IoSession) - Constructor for class org.apache.sshd.server.x11.X11ForwardSupport.ChannelForwardedX11
-
- channelOpen(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- channelOpenConfirmation(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- channelOpenFailure(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- ChannelOutputStream - Class in org.apache.sshd.common.channel
-
TODO Add javadoc
- ChannelOutputStream(AbstractChannel, Window, Logger, byte) - Constructor for class org.apache.sshd.common.channel.ChannelOutputStream
-
- ChannelPipedInputStream - Class in org.apache.sshd.common.channel
-
TODO Add javadoc
- ChannelPipedInputStream(Window) - Constructor for class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- ChannelPipedOutputStream - Class in org.apache.sshd.common.channel
-
TODO Add javadoc
- ChannelPipedOutputStream(ChannelPipedInputStream) - Constructor for class org.apache.sshd.common.channel.ChannelPipedOutputStream
-
- channelRequest(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Service a request on a channel
- channels - Variable in class org.apache.sshd.common.session.AbstractConnectionService
-
Map of channels keyed by the identifier
- ChannelSession - Class in org.apache.sshd.client.channel
-
TODO Add javadoc
- ChannelSession() - Constructor for class org.apache.sshd.client.channel.ChannelSession
-
- ChannelSession - Class in org.apache.sshd.server.channel
-
TODO Add javadoc
- ChannelSession() - Constructor for class org.apache.sshd.server.channel.ChannelSession
-
- ChannelSession.CommandCloseable - Class in org.apache.sshd.server.channel
-
- ChannelSession.Factory - Class in org.apache.sshd.server.channel
-
- ChannelSession.StandardEnvironment - Class in org.apache.sshd.server.channel
-
- ChannelSessionAware - Interface in org.apache.sshd.server
-
- ChannelShell - Class in org.apache.sshd.client.channel
-
TODO Add javadoc
- ChannelShell() - Constructor for class org.apache.sshd.client.channel.ChannelShell
-
- ChannelSubsystem - Class in org.apache.sshd.client.channel
-
Client channel to run a subsystem
- ChannelSubsystem(String) - Constructor for class org.apache.sshd.client.channel.ChannelSubsystem
-
- channelWindowAdjust(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Process a window adjust packet on a channel
- check(int) - Method in class org.apache.sshd.common.channel.Window
-
- checkAttributes(Buffer) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- checkConfig() - Method in class org.apache.sshd.SshClient
-
- checkConfig() - Method in class org.apache.sshd.SshServer
-
- checkData(Buffer, int, byte[]) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- checkDir(Buffer) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- checkForTimeouts() - Method in class org.apache.sshd.common.session.AbstractSession
-
Checks whether the session has timed out (both auth and idle timeouts are checked).
- checkHandle(Buffer) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- checkKeys() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- checkKeys() - Method in class org.apache.sshd.common.session.AbstractSession
-
- checkKeys() - Method in class org.apache.sshd.server.session.ServerSession
-
- checkOneName(Buffer) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- checkRekey() - Method in class org.apache.sshd.common.session.AbstractSession
-
- checkRekey() - Method in class org.apache.sshd.server.session.ServerSession
-
- checkStatus(Buffer) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- Cipher - Interface in org.apache.sshd.common
-
Wrapper for a cryptographic cipher, used either for encryption
or decryption.
- cipher - Variable in class org.apache.sshd.common.cipher.BaseCipher
-
- Cipher.Mode - Enum in org.apache.sshd.common
-
- cipherFactories - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- cipherFactories - Variable in class org.apache.sshd.SshBuilder.BaseBuilder
-
- cipherFactories(List<NamedFactory<Cipher>>) - Method in class org.apache.sshd.SshBuilder.BaseBuilder
-
- CipherNone - Class in org.apache.sshd.common.cipher
-
Represents a no-op cipher.
- CipherNone() - Constructor for class org.apache.sshd.common.cipher.CipherNone
-
- CipherNone.Factory - Class in org.apache.sshd.common.cipher
-
Named factory for the no-op Cipher
- clear() - Method in class org.apache.sshd.common.util.Buffer
-
- clearFileList() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.DirectoryHandle
-
- client - Variable in class org.apache.sshd.client.SessionFactory
-
- client() - Static method in class org.apache.sshd.SshBuilder
-
- ClientBuilder() - Constructor for class org.apache.sshd.SshBuilder.ClientBuilder
-
- ClientChannel - Interface in org.apache.sshd
-
A client channel used to communicate with
the SSH server.
- ClientChannel.Streaming - Enum in org.apache.sshd
-
- ClientConnectionService - Class in org.apache.sshd.client.session
-
Client side ssh-connection
service.
- ClientConnectionService(Session) - Constructor for class org.apache.sshd.client.session.ClientConnectionService
-
- ClientConnectionService.Factory - Class in org.apache.sshd.client.session
-
- ClientFactoryManager - Interface in org.apache.sshd.client
-
The ClientFactoryManager
enable the retrieval of additional
configuration needed specifically for the client side.
- clientProposal - Variable in class org.apache.sshd.common.session.AbstractSession
-
- ClientSession - Interface in org.apache.sshd
-
An authenticated session to a given SSH server
A client session is established using the
SshClient
.
- ClientSessionImpl - Class in org.apache.sshd.client.session
-
TODO Add javadoc
- ClientSessionImpl(ClientFactoryManager, IoSession) - Constructor for class org.apache.sshd.client.session.ClientSessionImpl
-
- ClientUserAuthService - Class in org.apache.sshd.client.session
-
Client side ssh-auth
service.
- ClientUserAuthService(Session) - Constructor for class org.apache.sshd.client.session.ClientUserAuthService
-
- ClientUserAuthService.Factory - Class in org.apache.sshd.client.session
-
- ClientUserAuthServiceNew - Class in org.apache.sshd.client.session
-
Client side ssh-auth
service.
- ClientUserAuthServiceNew(Session) - Constructor for class org.apache.sshd.client.session.ClientUserAuthServiceNew
-
- ClientUserAuthServiceOld - Class in org.apache.sshd.client.session
-
Client side ssh-auth
service.
- ClientUserAuthServiceOld(Session) - Constructor for class org.apache.sshd.client.session.ClientUserAuthServiceOld
-
- clientVersion - Variable in class org.apache.sshd.common.session.AbstractSession
-
- close() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- close() - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- close() - Method in class org.apache.sshd.agent.common.AgentForwardSupport
-
- close() - Method in class org.apache.sshd.agent.local.AgentImpl
-
- close() - Method in class org.apache.sshd.agent.local.AgentServerProxy
-
- close(boolean) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- close() - Method in interface org.apache.sshd.agent.SshAgent
-
- close() - Method in interface org.apache.sshd.agent.SshAgentServer
-
- close() - Method in class org.apache.sshd.agent.unix.AgentClient
-
- close() - Method in class org.apache.sshd.agent.unix.AgentServer
-
- close() - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- close(boolean) - Method in class org.apache.sshd.agent.unix.ChannelAgentForwarding
-
- close() - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- close(SftpClient.Handle) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- close() - Method in interface org.apache.sshd.client.SftpClient
-
Close the client.
- close(SftpClient.Handle) - Method in interface org.apache.sshd.client.SftpClient
-
- close(boolean) - Method in interface org.apache.sshd.ClientChannel
-
- close(boolean) - Method in interface org.apache.sshd.ClientSession
-
Close this session.
- close(boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- close() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- close() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- close() - Method in class org.apache.sshd.common.channel.ChannelPipedOutputStream
-
- close(boolean) - Method in interface org.apache.sshd.common.Channel
-
- close(boolean) - Method in interface org.apache.sshd.common.Closeable
-
Close this resource asynchronously and return a future.
- close() - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- close() - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- close(boolean) - Method in class org.apache.sshd.common.forward.TcpipServerChannel
-
- close(boolean) - Method in interface org.apache.sshd.common.io.IoSession
-
Closes this session immediately or after all queued write requests
are flushed.
- close(boolean) - Method in class org.apache.sshd.common.io.mina.MinaService
-
- close(boolean) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- close(boolean) - Method in interface org.apache.sshd.common.Service
-
Close the service.
- close() - Method in interface org.apache.sshd.common.TcpipForwarder
-
Deprecated.
- close(boolean) - Method in class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
-
- close(Closeable) - Method in class org.apache.sshd.common.util.CloseableUtils.Builder
-
- close() - Method in class org.apache.sshd.common.util.NoCloseInputStream
-
- close() - Method in class org.apache.sshd.common.util.NoCloseOutputStream
-
- close() - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
-
- close() - Method in interface org.apache.sshd.server.channel.ChannelDataReceiver
-
Called to indicate EOF.
- close(boolean) - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- close() - Method in class org.apache.sshd.server.channel.PipeDataReceiver
-
- close() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.FileHandle
-
- close() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.Handle
-
- close() - Method in class org.apache.sshd.server.x11.X11ForwardSupport
-
- Closeable - Interface in org.apache.sshd.common
-
A Closeable
is a resource that can be closed.
- CloseableUtils - Class in org.apache.sshd.common.util
-
- CloseableUtils.AbstractCloseable - Class in org.apache.sshd.common.util
-
- CloseableUtils.AbstractCloseable.State - Enum in org.apache.sshd.common.util
-
- CloseableUtils.AbstractInnerCloseable - Class in org.apache.sshd.common.util
-
- CloseableUtils.Builder - Class in org.apache.sshd.common.util
-
- CLOSED - Static variable in interface org.apache.sshd.ClientChannel
-
- CLOSED - Static variable in interface org.apache.sshd.ClientSession
-
- closed() - Static method in class org.apache.sshd.common.util.CloseableUtils
-
- CloseFuture - Interface in org.apache.sshd.common.future
-
An
SshFuture
for asynchronous close requests.
- closeFuture - Variable in class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
-
A future that will be set 'closed' when the object is actually closed
- closeQuietly(Closeable...) - Static method in class org.apache.sshd.common.util.IoUtils
-
- closeShell(int) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- closing - Variable in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- command - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- Command - Interface in org.apache.sshd.server
-
Represents a command, shell or subsystem that can be used to send command.
- COMMAND_EXIT_TIMEOUT - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
Key used to configure the timeout used when receiving a close request
on a channel to wait until the command cleanly exits after setting
an EOF on the input stream.
- CommandCloseable() - Constructor for class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- commandExitFuture - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- CommandFactory - Interface in org.apache.sshd.server
-
A factory of commands.
- commandFactory - Variable in class org.apache.sshd.SshServer
-
- compact() - Method in class org.apache.sshd.common.util.Buffer
-
- completed(V, A) - Method in class org.apache.sshd.common.io.nio2.Nio2CompletionHandler
-
- compress(Buffer) - Method in interface org.apache.sshd.common.Compression
-
Compress the given buffer in place.
- compress(Buffer) - Method in class org.apache.sshd.common.compression.CompressionZlib
-
- Compression - Interface in org.apache.sshd.common
-
Interface used to compress the stream of data between the
SSH server and clients.
- Compression.Type - Enum in org.apache.sshd.common
-
Enum identifying if this object will be used to compress
or uncompress data.
- CompressionDelayedZlib - Class in org.apache.sshd.common.compression
-
ZLib delayed compression.
- CompressionDelayedZlib() - Constructor for class org.apache.sshd.common.compression.CompressionDelayedZlib
-
Create a new instance of a delayed ZLib compression
- CompressionDelayedZlib.Factory - Class in org.apache.sshd.common.compression
-
Named factory for the ZLib Delayed Compression.
- compressionFactories - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- compressionFactories - Variable in class org.apache.sshd.SshBuilder.BaseBuilder
-
- compressionFactories(List<NamedFactory<Compression>>) - Method in class org.apache.sshd.SshBuilder.BaseBuilder
-
- CompressionNone - Class in org.apache.sshd.common.compression
-
No-op Compression
.
- CompressionNone() - Constructor for class org.apache.sshd.common.compression.CompressionNone
-
- CompressionNone.Factory - Class in org.apache.sshd.common.compression
-
Named factory for the no-op Compression
.
- CompressionZlib - Class in org.apache.sshd.common.compression
-
ZLib based Compression.
- CompressionZlib() - Constructor for class org.apache.sshd.common.compression.CompressionZlib
-
Create a new instance of a ZLib base compression
- CompressionZlib.Factory - Class in org.apache.sshd.common.compression
-
Named factory for the ZLib Compression.
- computeRootDir(String) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- configure(SocketSessionConfig) - Method in class org.apache.sshd.common.io.mina.MinaService
-
- configureWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- connect(SocketAddress) - Method in interface org.apache.sshd.common.io.IoConnector
-
- connect(SocketAddress) - Method in class org.apache.sshd.common.io.mina.MinaConnector
-
- connect(SocketAddress) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector
-
- connect(String, int) - Method in class org.apache.sshd.SshClient
-
- connect(String, String, int) - Method in class org.apache.sshd.SshClient
-
- connect(SocketAddress) - Method in class org.apache.sshd.SshClient
-
Deprecated.
- connect(String, SocketAddress) - Method in class org.apache.sshd.SshClient
-
- ConnectFuture - Interface in org.apache.sshd.client.future
-
An
SshFuture
for asynchronous connections requests.
- ConnectionService - Interface in org.apache.sshd.common.session
-
Interface implementing ssh-connection service.
- connector - Variable in class org.apache.sshd.common.io.mina.MinaConnector
-
- connector - Variable in class org.apache.sshd.SshClient
-
- consume(int) - Method in class org.apache.sshd.common.channel.Window
-
- consumeAndCheck(int) - Method in class org.apache.sshd.common.channel.Window
-
- couldHoldIncluded(String) - Method in class org.apache.sshd.common.util.DirectoryScanner
-
Tests whether or not a name matches the start of at least one include
pattern.
- create() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding.Factory
-
- create() - Method in class org.apache.sshd.agent.unix.ChannelAgentForwarding.Factory
-
- create() - Method in class org.apache.sshd.client.auth.UserAuthKeyboardInteractive.Factory
-
- create() - Method in class org.apache.sshd.client.auth.UserAuthPassword.Factory
-
- create() - Method in class org.apache.sshd.client.auth.UserAuthPublicKey.Factory
-
- create() - Method in class org.apache.sshd.client.kex.DHG1.Factory
-
- create() - Method in class org.apache.sshd.client.kex.DHG14.Factory
-
- create() - Method in class org.apache.sshd.client.kex.DHGEX.Factory
-
- create() - Method in class org.apache.sshd.client.kex.DHGEX256.Factory
-
- create() - Method in class org.apache.sshd.client.kex.ECDHP256.Factory
-
- create() - Method in class org.apache.sshd.client.kex.ECDHP384.Factory
-
- create() - Method in class org.apache.sshd.client.kex.ECDHP521.Factory
-
- create(Session) - Method in class org.apache.sshd.client.session.ClientConnectionService.Factory
-
- create(Session) - Method in class org.apache.sshd.client.session.ClientUserAuthService.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.AES128CBC.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.AES128CTR.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.AES192CBC.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.AES192CTR.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.AES256CBC.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.AES256CTR.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.ARCFOUR128.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.ARCFOUR256.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.BlowfishCBC.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.CipherNone.Factory
-
- create() - Method in class org.apache.sshd.common.cipher.TripleDESCBC.Factory
-
- create() - Method in class org.apache.sshd.common.compression.CompressionDelayedZlib.Factory
-
- create() - Method in class org.apache.sshd.common.compression.CompressionNone.Factory
-
- create() - Method in class org.apache.sshd.common.compression.CompressionZlib.Factory
-
- create() - Method in class org.apache.sshd.common.digest.MD5.Factory
-
- create() - Method in class org.apache.sshd.common.digest.SHA1.Factory
-
- create() - Method in class org.apache.sshd.common.digest.SHA256.Factory
-
- create() - Method in class org.apache.sshd.common.digest.SHA384.Factory
-
- create() - Method in class org.apache.sshd.common.digest.SHA512.Factory
-
- create() - Method in interface org.apache.sshd.common.Factory
-
Create a new instance
- create() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Create a new file
- create() - Method in interface org.apache.sshd.common.file.SshFile
-
Create the file.
- create(ConnectionService) - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarderFactory
-
- create() - Method in class org.apache.sshd.common.forward.TcpipServerChannel.DirectTcpipFactory
-
- create() - Method in class org.apache.sshd.common.forward.TcpipServerChannel.ForwardedTcpipFactory
-
- create(FactoryManager) - Method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
-
- create(FactoryManager) - Method in interface org.apache.sshd.common.io.IoServiceFactoryFactory
-
- create(FactoryManager) - Method in class org.apache.sshd.common.io.mina.MinaServiceFactoryFactory
-
- create(FactoryManager) - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactoryFactory
-
- create() - Method in class org.apache.sshd.common.mac.HMACMD5.Factory
-
- create() - Method in class org.apache.sshd.common.mac.HMACMD596.Factory
-
- create() - Method in class org.apache.sshd.common.mac.HMACSHA1.Factory
-
- create() - Method in class org.apache.sshd.common.mac.HMACSHA196.Factory
-
- create() - Method in class org.apache.sshd.common.mac.HMACSHA256.Factory
-
- create() - Method in class org.apache.sshd.common.mac.HMACSHA512.Factory
-
- create(List<NamedFactory<T>>, String) - Static method in class org.apache.sshd.common.NamedFactory.Utils
-
Create an instance of the specified name by looking up the needed factory
in the list.
- create() - Method in class org.apache.sshd.common.random.BouncyCastleRandom.Factory
-
- create() - Method in class org.apache.sshd.common.random.JceRandom.Factory
-
- create() - Method in class org.apache.sshd.common.random.SingletonRandomFactory
-
- create(Session) - Method in interface org.apache.sshd.common.ServiceFactory
-
- create(List<ServiceFactory>, String, Session) - Static method in class org.apache.sshd.common.ServiceFactory.Utils
-
Create an instance of the specified name by looking up the needed factory
in the list.
- create() - Method in class org.apache.sshd.common.signature.SignatureDSA.Factory
-
- create() - Method in class org.apache.sshd.common.signature.SignatureECDSA.NISTP256Factory
-
- create() - Method in class org.apache.sshd.common.signature.SignatureECDSA.NISTP384Factory
-
- create() - Method in class org.apache.sshd.common.signature.SignatureECDSA.NISTP521Factory
-
- create() - Method in class org.apache.sshd.common.signature.SignatureRSA.Factory
-
- create(ConnectionService) - Method in interface org.apache.sshd.common.TcpipForwarderFactory
-
Creates the TcpipForwarder to be used for TCP/IP port forwards for
this ClientSession.
- create() - Method in class org.apache.sshd.server.auth.gss.UserAuthGSS.Factory
-
Create a new authenticator instance.
- create() - Method in class org.apache.sshd.server.auth.UserAuthKeyboardInteractive.Factory
-
- create() - Method in class org.apache.sshd.server.auth.UserAuthNone.Factory
-
- create() - Method in class org.apache.sshd.server.auth.UserAuthPassword.Factory
-
- create() - Method in class org.apache.sshd.server.auth.UserAuthPublicKey.Factory
-
- create() - Method in class org.apache.sshd.server.channel.ChannelSession.Factory
-
- create() - Method in class org.apache.sshd.server.kex.DHG1.Factory
-
- create() - Method in class org.apache.sshd.server.kex.DHG14.Factory
-
- create() - Method in class org.apache.sshd.server.kex.DHGEX.Factory
-
- create() - Method in class org.apache.sshd.server.kex.DHGEX256.Factory
-
- create() - Method in class org.apache.sshd.server.kex.ECDHP256.Factory
-
- create() - Method in class org.apache.sshd.server.kex.ECDHP384.Factory
-
- create() - Method in class org.apache.sshd.server.kex.ECDHP521.Factory
-
- create(Session) - Method in class org.apache.sshd.server.session.ServerConnectionService.Factory
-
- create(Session) - Method in class org.apache.sshd.server.session.ServerUserAuthService.Factory
-
- create() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.Factory
-
- create() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- createAcceptor(IoHandler) - Method in interface org.apache.sshd.common.io.IoServiceFactory
-
- createAcceptor() - Method in class org.apache.sshd.common.io.mina.MinaAcceptor
-
- createAcceptor(IoHandler) - Method in class org.apache.sshd.common.io.mina.MinaServiceFactory
-
- createAcceptor(IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
-
- createAcceptor() - Method in class org.apache.sshd.SshServer
-
- createBuffer(byte) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- createBuffer(byte) - Method in class org.apache.sshd.common.session.AbstractSession
-
- createBuffer(byte, int) - Method in class org.apache.sshd.common.session.AbstractSession
-
Create a new buffer for the specified SSH packet and reserve the needed space
(5 bytes) for the packet header.
- createBuffer(byte) - Method in interface org.apache.sshd.common.Session
-
Create a new buffer for the specified SSH packet and reserve the needed space
(5 bytes) for the packet header.
- createBuffer(byte, int) - Method in interface org.apache.sshd.common.Session
-
Create a new buffer for the specified SSH packet and reserve the needed space
(5 bytes) for the packet header.
- createChannel(String) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- createChannel(String, String) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- createChannel(String) - Method in interface org.apache.sshd.ClientSession
-
Create a channel of the given type.
- createChannel(String, String) - Method in interface org.apache.sshd.ClientSession
-
Create a channel of the given type and subtype.
- createClient() - Method in class org.apache.sshd.agent.local.AgentServerProxy
-
- createClient(FactoryManager) - Method in class org.apache.sshd.agent.local.LocalAgentFactory
-
- createClient(FactoryManager) - Method in class org.apache.sshd.agent.local.ProxyAgentFactory
-
- createClient(FactoryManager) - Method in interface org.apache.sshd.agent.SshAgentFactory
-
Create an SshAgent that can be used on the client side by the authentication
process to send possible keys.
- createClient(FactoryManager) - Method in class org.apache.sshd.agent.unix.UnixAgentFactory
-
- createCommand(String) - Method in class org.apache.sshd.server.command.ScpCommandFactory
-
Parses a command string and verifies that the basic syntax is
correct.
- createCommand(String) - Method in interface org.apache.sshd.server.CommandFactory
-
Create a command with the given name.
- createConnector(IoHandler) - Method in interface org.apache.sshd.common.io.IoServiceFactory
-
- createConnector() - Method in class org.apache.sshd.common.io.mina.MinaConnector
-
- createConnector(IoHandler) - Method in class org.apache.sshd.common.io.mina.MinaServiceFactory
-
- createConnector(IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
-
- createConnector() - Method in class org.apache.sshd.SshClient
-
- createDirectTcpipChannel(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- createDirectTcpipChannel(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.ClientSession
-
Create a direct tcp-ip channel which can be used to stream data to a remote port from the server.
- createDisplay(boolean, String, String, int) - Method in class org.apache.sshd.server.x11.X11ForwardSupport
-
- createExecChannel(String) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- createExecChannel(String) - Method in interface org.apache.sshd.ClientSession
-
Create a channel to execute a command.
- createFileSystemView(Session) - Method in interface org.apache.sshd.common.file.FileSystemFactory
-
Create user specific file system view.
- createFileSystemView(Session) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Create the appropriate user file system view.
- createFileSystemView(Session) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- createInputStream(long) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Create input stream for reading.
- createInputStream(long) - Method in interface org.apache.sshd.common.file.SshFile
-
Create input stream for reading.
- createNativeSshFile(String, File, String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
- createOutputStream(long) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Create output stream for writing.
- createOutputStream(long) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFileNio
-
- createOutputStream(long) - Method in interface org.apache.sshd.common.file.SshFile
-
Create output stream for writing.
- createProposal(String) - Method in class org.apache.sshd.common.session.AbstractSession
-
Create our proposal for SSH negotiation
- createScpClient() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- createScpClient() - Method in interface org.apache.sshd.ClientSession
-
Create an SCP client from this session.
- createServer(ConnectionService) - Method in class org.apache.sshd.agent.local.LocalAgentFactory
-
- createServer(ConnectionService) - Method in class org.apache.sshd.agent.local.ProxyAgentFactory
-
- createServer(ConnectionService) - Method in interface org.apache.sshd.agent.SshAgentFactory
-
Create the server side that will be used by other SSH clients.
- createServer(ConnectionService) - Method in class org.apache.sshd.agent.unix.UnixAgentFactory
-
- createSession(IoSession) - Method in class org.apache.sshd.common.AbstractSessionIoHandler
-
- createSession(IoSession) - Method in class org.apache.sshd.common.session.AbstractSessionFactory
-
- createSessionFactory() - Method in class org.apache.sshd.SshClient
-
- createSessionFactory() - Method in class org.apache.sshd.SshServer
-
- createSessionTimeoutListener() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- createSftpClient() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- createSftpClient() - Method in interface org.apache.sshd.ClientSession
-
Create an SFTP client from this session.
- createShellChannel() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- createShellChannel() - Method in interface org.apache.sshd.ClientSession
-
Create a channel to start a shell.
- createSubsystemChannel(String) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- createSubsystemChannel(String) - Method in interface org.apache.sshd.ClientSession
-
Create a subsystem channel.
- createSymbolicLink(SshFile) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
- createSymbolicLink(SshFile) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFileNio
-
- createSymbolicLink(SshFile) - Method in interface org.apache.sshd.common.file.SshFile
-
- createX11Display(boolean, String, String, int) - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- createX11Display(boolean, String, String, int) - Method in interface org.apache.sshd.common.session.ConnectionService
-
- createX11Display(boolean, String, String, int) - Method in class org.apache.sshd.server.session.ServerConnectionService
-
- CredentialHelper - Class in org.apache.sshd.server.auth.gss
-
Simple helper class which gets GSS credential using a fixed Krb5 login configuration.
- CredentialHelper() - Constructor for class org.apache.sshd.server.auth.gss.CredentialHelper
-
- creds(GSSManager, String, String) - Static method in class org.apache.sshd.server.auth.gss.CredentialHelper
-
- currentService - Variable in class org.apache.sshd.common.session.AbstractSession
-
- data(byte[], int, int) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
Receive binary data
- data(ChannelSession, byte[], int, int) - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
-
- data(ChannelSession, byte[], int, int) - Method in interface org.apache.sshd.server.channel.ChannelDataReceiver
-
Called when the server receives additional bytes from the client.
- data(ChannelSession, byte[], int, int) - Method in class org.apache.sshd.server.channel.PipeDataReceiver
-
- decode() - Method in class org.apache.sshd.common.session.AbstractSession
-
Decode the incoming buffer and handle packets as needed.
- decode(Object) - Method in class org.apache.sshd.common.util.Base64
-
Decodes an Object using the base64 algorithm.
- decode(byte[]) - Method in class org.apache.sshd.common.util.Base64
-
Decodes a byte[] containing containing
characters in the Base64 alphabet.
- decodeBase64(byte[]) - Static method in class org.apache.sshd.common.util.Base64
-
Decodes Base64 data into octects
- decodeECPoint(byte[], EllipticCurve) - Static method in class org.apache.sshd.common.cipher.ECCurves
-
Decode an OctetString to EllipticCurvePoint according to SECG 2.3.4
- decodeLock - Variable in class org.apache.sshd.common.session.AbstractSession
-
- decoderBuffer - Variable in class org.apache.sshd.common.session.AbstractSession
-
- decoderLength - Variable in class org.apache.sshd.common.session.AbstractSession
-
- decoderState - Variable in class org.apache.sshd.common.session.AbstractSession
-
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.sshd.server.shell.InvertedShellWrapper
-
default buffer size for the IO pumps.
- DEFAULT_CHANNEL_CLOSE_TIMEOUT - Static variable in class org.apache.sshd.common.channel.AbstractChannel
-
- DEFAULT_COMMAND_EXIT_TIMEOUT - Static variable in class org.apache.sshd.server.channel.ChannelSession
-
- DEFAULT_COPY_BUFFER_SIZE - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
Default size (in bytes) of send / receive buffer size
- DEFAULT_NIO_WORKERS - Static variable in interface org.apache.sshd.common.FactoryManager
-
Default number of worker threads to use.
- DEFAULT_PACKET_SIZE - Static variable in class org.apache.sshd.common.channel.AbstractChannel
-
- DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- DEFAULT_SEND_BUFFER_SIZE - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- DEFAULT_SIZE - Static variable in class org.apache.sshd.common.util.Buffer
-
- DEFAULT_SSH_CLIENT_FACTORY - Static variable in class org.apache.sshd.SshClient
-
- DEFAULT_SSH_SERVER_FACTORY - Static variable in class org.apache.sshd.SshServer
-
- DEFAULT_WINDOW_SIZE - Static variable in class org.apache.sshd.common.channel.AbstractChannel
-
- DefaultAuthFuture - Class in org.apache.sshd.client.future
-
- DefaultAuthFuture(Object) - Constructor for class org.apache.sshd.client.future.DefaultAuthFuture
-
- DefaultCloseFuture - Class in org.apache.sshd.common.future
-
- DefaultCloseFuture(Object) - Constructor for class org.apache.sshd.common.future.DefaultCloseFuture
-
Create a new instance
- DefaultConnectFuture - Class in org.apache.sshd.client.future
-
- DefaultConnectFuture(Object) - Constructor for class org.apache.sshd.client.future.DefaultConnectFuture
-
- DefaultIoServiceFactoryFactory - Class in org.apache.sshd.common.io
-
- DefaultIoServiceFactoryFactory() - Constructor for class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
-
- DefaultOpenFuture - Class in org.apache.sshd.client.future
-
- DefaultOpenFuture(Object) - Constructor for class org.apache.sshd.client.future.DefaultOpenFuture
-
- DefaultScpClient - Class in org.apache.sshd.client.scp
-
- DefaultScpClient(ClientSession) - Constructor for class org.apache.sshd.client.scp.DefaultScpClient
-
- DefaultSftpClient - Class in org.apache.sshd.client.sftp
-
- DefaultSftpClient(ClientSession) - Constructor for class org.apache.sshd.client.sftp.DefaultSftpClient
-
- DefaultSshFuture<T extends SshFuture> - Class in org.apache.sshd.common.future
-
- DefaultSshFuture(Object) - Constructor for class org.apache.sshd.common.future.DefaultSshFuture
-
Creates a new instance.
- DefaultTcpipForwarder - Class in org.apache.sshd.common.forward
-
TODO Add javadoc
- DefaultTcpipForwarder(ConnectionService) - Constructor for class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- DefaultTcpipForwarderFactory - Class in org.apache.sshd.common.forward
-
The default {link TcpipForwarderFactory} implementation.
- DefaultTcpipForwarderFactory() - Constructor for class org.apache.sshd.common.forward.DefaultTcpipForwarderFactory
-
- delegateNew - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
- delegateOld - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
- DelegatingServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
- DelegatingServerKeyVerifier() - Constructor for class org.apache.sshd.client.keyverifier.DelegatingServerKeyVerifier
-
- delete() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Delete file.
- delete() - Method in interface org.apache.sshd.common.file.SshFile
-
Delete file.
- deNormalizeSeparateChar(String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
Normalize separate character.
- destroy() - Method in class org.apache.sshd.client.auth.UserAuthKeyboardInteractive
-
- destroy() - Method in class org.apache.sshd.client.auth.UserAuthPassword
-
- destroy() - Method in class org.apache.sshd.client.auth.UserAuthPublicKey
-
- destroy() - Method in interface org.apache.sshd.client.UserAuth
-
- destroy() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- destroy() - Method in class org.apache.sshd.server.auth.gss.UserAuthGSS
-
Free any system resources used by the module.
- destroy() - Method in interface org.apache.sshd.server.Command
-
Destroy the shell.
- destroy() - Method in class org.apache.sshd.server.command.ScpCommand
-
- destroy() - Method in class org.apache.sshd.server.command.UnknownCommand
-
- destroy() - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- destroy() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Destroy the shell.
- destroy() - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- destroy() - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell
-
- destroy() - Method in interface org.apache.sshd.server.UserAuth
-
Free any system resources used by the module.
- DH - Class in org.apache.sshd.common.kex
-
Diffie-Hellman key generator.
- DH() - Constructor for class org.apache.sshd.common.kex.DH
-
- DH(Factory<Digest>) - Constructor for class org.apache.sshd.common.kex.DH
-
- DHG1 - Class in org.apache.sshd.client.kex
-
TODO Add javadoc
- DHG1() - Constructor for class org.apache.sshd.client.kex.DHG1
-
- DHG1 - Class in org.apache.sshd.server.kex
-
TODO Add javadoc
- DHG1() - Constructor for class org.apache.sshd.server.kex.DHG1
-
- DHG1.Factory - Class in org.apache.sshd.client.kex
-
Named factory for DHG1 key exchange
- DHG1.Factory - Class in org.apache.sshd.server.kex
-
- DHG14 - Class in org.apache.sshd.client.kex
-
DHG14 does not work with the default JCE implementation provided by Sun
because it does not support 2048 bits encryption.
- DHG14() - Constructor for class org.apache.sshd.client.kex.DHG14
-
- DHG14 - Class in org.apache.sshd.server.kex
-
DHG14 does not work with the default JCE implementation provided by Sun
because it does not support 2048 bits encryption.
- DHG14() - Constructor for class org.apache.sshd.server.kex.DHG14
-
- DHG14.Factory - Class in org.apache.sshd.client.kex
-
Named factory for DHG14 key exchange
- DHG14.Factory - Class in org.apache.sshd.server.kex
-
- DHGEX - Class in org.apache.sshd.client.kex
-
Client side Diffie Hellman Group Exchange
- DHGEX() - Constructor for class org.apache.sshd.client.kex.DHGEX
-
- DHGEX - Class in org.apache.sshd.server.kex
-
Server side Diffie Hellman Group Exchange
- DHGEX() - Constructor for class org.apache.sshd.server.kex.DHGEX
-
- DHGEX.Factory - Class in org.apache.sshd.client.kex
-
Named factory for DHGEX key exchange
- DHGEX.Factory - Class in org.apache.sshd.server.kex
-
- DHGEX256 - Class in org.apache.sshd.client.kex
-
Client side Diffie Hellman Group Exchange
- DHGEX256() - Constructor for class org.apache.sshd.client.kex.DHGEX256
-
- DHGEX256 - Class in org.apache.sshd.server.kex
-
Server side Diffie Hellman Group Exchange
- DHGEX256() - Constructor for class org.apache.sshd.server.kex.DHGEX256
-
- DHGEX256.Factory - Class in org.apache.sshd.client.kex
-
Named factory for DHGEX key exchange
- DHGEX256.Factory - Class in org.apache.sshd.server.kex
-
- DhGroup() - Constructor for class org.apache.sshd.server.kex.Moduli.DhGroup
-
- DHGroupData - Class in org.apache.sshd.common.kex
-
Simple class holding the data for DH group key exchanges.
- DHGroupData() - Constructor for class org.apache.sshd.common.kex.DHGroupData
-
- Digest - Interface in org.apache.sshd.common
-
Interface used to compute digests, based on algorithms such as MD5 or SHA1.
- digest() - Method in class org.apache.sshd.common.digest.BaseDigest
-
- digest() - Method in interface org.apache.sshd.common.Digest
-
- DirectoryHandle(SshFile) - Constructor for class org.apache.sshd.server.sftp.SftpSubsystem.DirectoryHandle
-
- DirectoryScanner - Class in org.apache.sshd.common.util
-
Class for scanning a directory for files/directories which match certain
criteria.
- DirectoryScanner() - Constructor for class org.apache.sshd.common.util.DirectoryScanner
-
- DirectoryScanner(String, String...) - Constructor for class org.apache.sshd.common.util.DirectoryScanner
-
- DirectTcpipFactory() - Constructor for class org.apache.sshd.common.forward.TcpipServerChannel.DirectTcpipFactory
-
- DirEntry(String, String, SftpClient.Attributes) - Constructor for class org.apache.sshd.client.SftpClient.DirEntry
-
- disconnect(int, String) - Method in class org.apache.sshd.common.session.AbstractSession
-
Send a disconnect packet with the given reason and message.
- DISCONNECT_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key used to retrieve the value of the disconnect timeout which
is used when a disconnection is attempted.
- disconnectTimeoutMs - Variable in class org.apache.sshd.common.session.AbstractSession
-
- dispose() - Method in interface org.apache.sshd.common.io.IoService
-
Deprecated.
- dispose() - Method in class org.apache.sshd.common.io.mina.MinaService
-
- dispose() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- disposing - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
-
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.gss.UserAuthGSS
-
Handle the first authentication step.
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.UserAuthKeyboardInteractive
-
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.UserAuthNone
-
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.UserAuthPassword
-
- doAuth(Buffer, boolean) - Method in class org.apache.sshd.server.auth.UserAuthPublicKey
-
- doCloseGracefully() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
-
- doCloseGracefully() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
-
- doCloseGracefully() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- doCloseGracefully() - Method in class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
-
- doCloseGracefully() - Method in class org.apache.sshd.common.util.CloseableUtils.AbstractInnerCloseable
-
- doCloseImmediately() - Method in class org.apache.sshd.agent.common.AgentForwardSupport
-
- doCloseImmediately() - Method in class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- doCloseImmediately() - Method in class org.apache.sshd.client.channel.ChannelSession
-
- doCloseImmediately() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- doCloseImmediately() - Method in class org.apache.sshd.common.io.mina.MinaServiceFactory
-
- doCloseImmediately() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- doCloseImmediately() - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
-
- doCloseImmediately() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- doCloseImmediately() - Method in class org.apache.sshd.common.session.AbstractSession
-
- doCloseImmediately() - Method in class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
-
doCloseImmediately is called once and only once
with state == Immediate
Overriding methods should always call the base implementation.
- doCloseImmediately() - Method in class org.apache.sshd.common.util.CloseableUtils.AbstractInnerCloseable
-
- doCloseImmediately() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- doCreateSession(IoSession) - Method in class org.apache.sshd.client.SessionFactory
-
- doCreateSession(IoSession) - Method in class org.apache.sshd.common.session.AbstractSessionFactory
-
- doCreateSession(IoSession) - Method in class org.apache.sshd.server.session.SessionFactory
-
- doesExist() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Does this file exists?
- doesExist() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFileNio
-
- doesExist() - Method in interface org.apache.sshd.common.file.SshFile
-
Does this file exists?
- doFinal(byte[], int) - Method in class org.apache.sshd.common.mac.BaseMac
-
- doFinal(byte[], int) - Method in interface org.apache.sshd.common.Mac
-
- doHandleMessage(Buffer) - Method in class org.apache.sshd.common.session.AbstractSession
-
- doInit(Buffer) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- doInit(Buffer) - Method in class org.apache.sshd.agent.unix.ChannelAgentForwarding
-
- doInit(Buffer) - Method in class org.apache.sshd.common.forward.TcpipServerChannel
-
- doInit(Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- doLoadKey(String) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
-
- doLoadKey(String) - Method in class org.apache.sshd.common.keyprovider.ResourceKeyPairProvider
-
- doOpen() - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
-
- doOpen() - Method in class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- doOpen() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
-
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelExec
-
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelSession
-
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelShell
-
- doOpen() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
- doOpen() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- doOpen() - Method in class org.apache.sshd.server.x11.X11ForwardSupport.ChannelForwardedX11
-
- doOpenPty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- doReadIdentification(Buffer, boolean) - Method in class org.apache.sshd.common.session.AbstractSession
-
Read the remote identification from this buffer.
- doReadKeyPair(InputStream) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- doReadKeyPair(InputStream) - Method in class org.apache.sshd.server.keyprovider.PEMGeneratorHostKeyProvider
-
- doReadKeyPair(InputStream) - Method in class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
-
- download(String, String, ScpClient.Option...) - Method in class org.apache.sshd.client.scp.DefaultScpClient
-
- download(String[], String, ScpClient.Option...) - Method in class org.apache.sshd.client.scp.DefaultScpClient
-
- download(String, String, Collection<ScpClient.Option>) - Method in class org.apache.sshd.client.scp.DefaultScpClient
-
- download(String, String, ScpClient.Option...) - Method in interface org.apache.sshd.client.ScpClient
-
- download(String[], String, ScpClient.Option...) - Method in interface org.apache.sshd.client.ScpClient
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.agent.unix.ChannelAgentForwarding
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.common.forward.TcpipServerChannel
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- doWriteData(byte[], int, int) - Method in class org.apache.sshd.server.x11.X11ForwardSupport.ChannelForwardedX11
-
- doWriteExtendedData(byte[], int, int) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- doWriteExtendedData(byte[], int, int) - Method in class org.apache.sshd.agent.unix.ChannelAgentForwarding
-
- doWriteExtendedData(byte[], int, int) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- doWriteExtendedData(byte[], int, int) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- doWriteExtendedData(byte[], int, int) - Method in class org.apache.sshd.common.forward.TcpipServerChannel
-
- doWriteExtendedData(byte[], int, int) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- doWriteIfPossible(boolean) - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
-
- doWriteKeyPair(KeyPair, OutputStream) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- doWriteKeyPair(KeyPair, OutputStream) - Method in class org.apache.sshd.server.keyprovider.PEMGeneratorHostKeyProvider
-
- doWriteKeyPair(KeyPair, OutputStream) - Method in class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
-
- doWritePacket(Buffer) - Method in class org.apache.sshd.common.session.AbstractSession
-
- ECCurves - Class in org.apache.sshd.common.cipher
-
Utilities for working with elliptic curves.
- ECCurves() - Constructor for class org.apache.sshd.common.cipher.ECCurves
-
- ECCurves.EllipticCurves - Class in org.apache.sshd.common.cipher
-
- ECDH - Class in org.apache.sshd.common.kex
-
Elliptic Curve Diffie-Hellman key agreement.
- ECDH() - Constructor for class org.apache.sshd.common.kex.ECDH
-
- ECDHP256 - Class in org.apache.sshd.client.kex
-
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
- ECDHP256() - Constructor for class org.apache.sshd.client.kex.ECDHP256
-
- ECDHP256 - Class in org.apache.sshd.server.kex
-
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
- ECDHP256() - Constructor for class org.apache.sshd.server.kex.ECDHP256
-
- ECDHP256.Factory - Class in org.apache.sshd.client.kex
-
- ECDHP256.Factory - Class in org.apache.sshd.server.kex
-
- ECDHP384 - Class in org.apache.sshd.client.kex
-
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
- ECDHP384() - Constructor for class org.apache.sshd.client.kex.ECDHP384
-
- ECDHP384 - Class in org.apache.sshd.server.kex
-
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
- ECDHP384() - Constructor for class org.apache.sshd.server.kex.ECDHP384
-
- ECDHP384.Factory - Class in org.apache.sshd.client.kex
-
- ECDHP384.Factory - Class in org.apache.sshd.server.kex
-
- ECDHP521 - Class in org.apache.sshd.client.kex
-
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
- ECDHP521() - Constructor for class org.apache.sshd.client.kex.ECDHP521
-
- ECDHP521 - Class in org.apache.sshd.server.kex
-
Elliptic Curve Diffie-Hellman with NIST P-256 curve.
- ECDHP521() - Constructor for class org.apache.sshd.server.kex.ECDHP521
-
- ECDHP521.Factory - Class in org.apache.sshd.client.kex
-
- ECDHP521.Factory - Class in org.apache.sshd.server.kex
-
- ECDSA_SHA2_NISTP256 - Static variable in interface org.apache.sshd.common.KeyPairProvider
-
SSH identifier for EC keys in NIST curve P-256
- ECDSA_SHA2_NISTP384 - Static variable in interface org.apache.sshd.common.KeyPairProvider
-
SSH identifier for EC keys in NIST curve P-384
- ECDSA_SHA2_NISTP521 - Static variable in interface org.apache.sshd.common.KeyPairProvider
-
SSH identifier for EC keys in NIST curve P-521
- ECDSA_SHA2_PREFIX - Static variable in class org.apache.sshd.common.cipher.ECCurves
-
- EllipticCurves() - Constructor for class org.apache.sshd.common.cipher.ECCurves.EllipticCurves
-
- encode(Object) - Method in class org.apache.sshd.common.util.Base64
-
Encodes an Object using the base64 algorithm.
- encode(byte[]) - Method in class org.apache.sshd.common.util.Base64
-
Encodes a byte[] containing binary data, into a byte[] containing
characters in the Base64 alphabet.
- encodeBase64(byte[]) - Static method in class org.apache.sshd.common.util.Base64
-
Encodes binary data using the base64 algorithm but
does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class org.apache.sshd.common.util.Base64
-
Encodes binary data using the base64 algorithm, optionally
chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class org.apache.sshd.common.util.Base64
-
Encodes binary data using the base64 algorithm and chunks
the encoded output into 76 character blocks
- encodeECPoint(ECPoint, EllipticCurve) - Static method in class org.apache.sshd.common.cipher.ECCurves
-
Encode EllipticCurvePoint to an OctetString
- encodeLock - Variable in class org.apache.sshd.common.session.AbstractSession
-
- env - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- ENV_COLUMNS - Static variable in interface org.apache.sshd.server.Environment
-
Key for the columns environment variable.
- ENV_DISPLAY - Static variable in class org.apache.sshd.server.x11.X11ForwardSupport
-
Key for the user DISPLAY variable
- ENV_LINES - Static variable in interface org.apache.sshd.server.Environment
-
Key for the lines environment variable.
- ENV_TERM - Static variable in interface org.apache.sshd.server.Environment
-
Key for the term environment variable.
- ENV_USER - Static variable in interface org.apache.sshd.server.Environment
-
Key for the user environment variable
- Environment - Interface in org.apache.sshd.server
-
Interface providing access to the environment map and allowing the registration
of listeners for certain signals.
- EOF - Static variable in interface org.apache.sshd.ClientChannel
-
- eof - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- eof() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- equals(Object) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
- equals(Object) - Method in class org.apache.sshd.common.SshdSocketAddress
-
- equals(byte[], byte[]) - Static method in class org.apache.sshd.common.util.BufferUtils
-
- equals(byte[], int, byte[], int, int) - Static method in class org.apache.sshd.common.util.BufferUtils
-
- err - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- err - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- err - Variable in class org.apache.sshd.server.command.ScpCommand
-
- ERROR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- error - Variable in class org.apache.sshd.server.command.ScpCommand
-
- EventListenerUtils - Class in org.apache.sshd.common.util
-
- EventListenerUtils() - Constructor for class org.apache.sshd.common.util.EventListenerUtils
-
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.AbstractSessionIoHandler
-
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.forward.SocksProxy
-
- exceptionCaught(IoSession, Throwable) - Method in interface org.apache.sshd.common.io.IoHandler
-
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.io.mina.MinaService
-
- exceptionCaught(Throwable) - Method in class org.apache.sshd.common.session.AbstractSession
-
Handle any exceptions that occured on this session.
- exceptionCaught(Throwable) - Method in interface org.apache.sshd.common.Session
-
Handle any exceptions that occured on this session.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.server.x11.X11ForwardSupport
-
- exec(String) - Static method in class org.apache.sshd.common.util.SttySupport
-
Execute the specified command and return the output
(both stdout and stderr).
- executor - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- executors - Variable in class org.apache.sshd.server.command.ScpCommand
-
- EXIT_SIGNAL - Static variable in interface org.apache.sshd.ClientChannel
-
- EXIT_STATUS - Static variable in interface org.apache.sshd.ClientChannel
-
- ExitCallback - Interface in org.apache.sshd.server
-
Callback used by the shell to notify the SSH server is has exited
- exitSignal - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- exitStatus - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- exitStatusSent - Variable in class org.apache.sshd.server.channel.AbstractServerChannel
-
- exitValue() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Retrieve the exit value of the shell.
- exitValue() - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell
-
- expand(int) - Method in class org.apache.sshd.common.channel.Window
-
- extractSig(byte[]) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
- get(List<NamedFactory<T>>, String) - Static method in class org.apache.sshd.common.NamedFactory.Utils
-
Retrieve the factory identified by its name from the list.
- get(String) - Static method in enum org.apache.sshd.server.Signal
-
- getAbsolutePath() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Get full name.
- getAbsolutePath() - Method in interface org.apache.sshd.common.file.SshFile
-
Get the full path from the base directory of the FileSystemView.
- getAcceptor() - Method in class org.apache.sshd.common.io.mina.MinaAcceptor
-
- getActiveSessionCountForUser(String) - Method in class org.apache.sshd.server.session.ServerSession
-
Retrieve the current number of sessions active for a given username.
- getActiveSessions() - Method in class org.apache.sshd.SshServer
-
Obtain the list of active sessions.
- getAgent() - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
-
- getAgent() - Method in class org.apache.sshd.agent.local.LocalAgentFactory
-
- getAgent() - Method in class org.apache.sshd.agent.unix.AgentServer
-
- getAgentFactory() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getAgentFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the agent factory for creating SshAgent
objects.
- getAlgorithm() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- getAsyncErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getAsyncErr() - Method in interface org.apache.sshd.ClientChannel
-
- getAsyncIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getAsyncIn() - Method in interface org.apache.sshd.ClientChannel
-
- getAsyncOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getAsyncOut() - Method in interface org.apache.sshd.ClientChannel
-
- getAttribute(SshFile.Attribute, boolean) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
- getAttribute(SshFile.Attribute, boolean) - Method in interface org.apache.sshd.common.file.SshFile
-
- getAttribute(Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Returns the value of the user-defined attribute of this session.
- getAttribute(Object) - Method in class org.apache.sshd.common.io.mina.MinaSession
-
- getAttribute(Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getAttribute(Session.AttributeKey<T>) - Method in class org.apache.sshd.common.session.AbstractSession
-
Returns the value of the user-defined attribute of this session.
- getAttribute(Session.AttributeKey<T>) - Method in interface org.apache.sshd.common.Session
-
Returns the value of the user-defined attribute of this session.
- getAttributes(boolean) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
- getAttributes(boolean) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFileNio
-
- getAttributes(boolean) - Method in interface org.apache.sshd.common.file.SshFile
-
- getAuthTimeout() - Method in class org.apache.sshd.common.session.AbstractSession
-
What is timeout value in milliseconds for authentication stage
- getAuthTimeout() - Method in interface org.apache.sshd.common.Session
-
What is timeout value in milliseconds for authentication stage
- getBasedir() - Method in class org.apache.sshd.common.util.DirectoryScanner
-
Returns the base directory to be scanned.
- getBlockSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
-
- getBlockSize() - Method in class org.apache.sshd.common.cipher.CipherNone
-
- getBlockSize() - Method in interface org.apache.sshd.common.Cipher
-
Retrieves the block size for this cipher
- getBlockSize() - Method in class org.apache.sshd.common.digest.BaseDigest
-
- getBlockSize() - Method in interface org.apache.sshd.common.Digest
-
- getBlockSize() - Method in class org.apache.sshd.common.mac.BaseMac
-
- getBlockSize() - Method in interface org.apache.sshd.common.Mac
-
- getBool(Boolean) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- getBoolean(String) - Method in class org.apache.sshd.common.io.mina.MinaService
-
- getBoolean() - Method in class org.apache.sshd.common.util.Buffer
-
- getBoundAddresses() - Method in interface org.apache.sshd.common.io.IoAcceptor
-
- getBoundAddresses() - Method in class org.apache.sshd.common.io.mina.MinaAcceptor
-
- getBoundAddresses() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- getBuffer() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- getBuffer() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream.IoWriteFutureImpl
-
- getBuffer() - Method in interface org.apache.sshd.common.io.IoReadFuture
-
- getBuffer() - Method in class org.apache.sshd.common.session.AbstractSession.PendingWriteFuture
-
- getByCurveSize(ECParameterSpec) - Static method in class org.apache.sshd.common.signature.SignatureECDSA
-
- getByte() - Method in class org.apache.sshd.common.util.Buffer
-
- getBytes() - Method in class org.apache.sshd.common.util.Buffer
-
- getChannel(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Retrieve the channel designated by the given packet
- getChannelFactories() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getChannelFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of named factories for Channel
objects.
- getChannelForwardingFactory() - Method in class org.apache.sshd.agent.local.LocalAgentFactory
-
- getChannelForwardingFactory() - Method in class org.apache.sshd.agent.local.ProxyAgentFactory
-
- getChannelForwardingFactory() - Method in interface org.apache.sshd.agent.SshAgentFactory
-
Retrieve the channel factory used to create channels on the client side.
- getChannelForwardingFactory() - Method in class org.apache.sshd.agent.unix.UnixAgentFactory
-
- getChannels() - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- getCipher(String) - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- getCipherFactories() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getCipherFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of named factories for Cipher
.
- getClientVersion() - Method in class org.apache.sshd.common.session.AbstractSession
-
- getClientVersion() - Method in interface org.apache.sshd.common.Session
-
Retrieve the client version for this session.
- getCommand() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- getCommandFactory() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the CommandFactory
to be used to process commands requests.
- getCommandFactory() - Method in class org.apache.sshd.SshServer
-
- getCompactData() - Method in class org.apache.sshd.common.util.Buffer
-
- getCompressionFactories() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getCompressionFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of named factories for Compression
.
- getConnector() - Method in class org.apache.sshd.common.io.mina.MinaConnector
-
- getCurveName(ECParameterSpec) - Static method in class org.apache.sshd.common.cipher.ECCurves
-
- getCurveName(int) - Static method in class org.apache.sshd.common.cipher.ECCurves
-
- getCurveSize(ECParameterSpec) - Static method in class org.apache.sshd.common.cipher.ECCurves
-
- getDefaultHomeDir() - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- getDelegateCommandFactory() - Method in class org.apache.sshd.server.command.ScpCommandFactory
-
- getDH() - Method in class org.apache.sshd.client.kex.AbstractDHGClient
-
- getDH() - Method in class org.apache.sshd.client.kex.DHG1
-
- getDH() - Method in class org.apache.sshd.client.kex.DHG14
-
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.client.kex.DHGEX
-
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.client.kex.DHGEX256
-
- getDH() - Method in class org.apache.sshd.client.kex.ECDHP256
-
- getDH() - Method in class org.apache.sshd.client.kex.ECDHP384
-
- getDH() - Method in class org.apache.sshd.client.kex.ECDHP521
-
- getDH() - Method in class org.apache.sshd.server.kex.AbstractDHGServer
-
- getDH() - Method in class org.apache.sshd.server.kex.DHG1
-
- getDH() - Method in class org.apache.sshd.server.kex.DHG14
-
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.server.kex.DHGEX
-
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.server.kex.DHGEX256
-
- getDH() - Method in class org.apache.sshd.server.kex.ECDHP256
-
- getDH() - Method in class org.apache.sshd.server.kex.ECDHP384
-
- getDH() - Method in class org.apache.sshd.server.kex.ECDHP521
-
- getDigestForParams(ECParameterSpec) - Static method in class org.apache.sshd.common.cipher.ECCurves
-
- getDisconnectCode() - Method in exception org.apache.sshd.common.SshException
-
- getDomain() - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- getE() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getE() - Method in class org.apache.sshd.common.kex.DH
-
- getE() - Method in class org.apache.sshd.common.kex.ECDH
-
- getEnv() - Method in class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
- getEnv() - Method in interface org.apache.sshd.server.Environment
-
Retrieve the environment map
- getEnvironment() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
Deprecated.
- getErrorStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Return an InputStream representing the error stream of the shell.
- getErrorStream() - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell
-
- getException() - Method in interface org.apache.sshd.client.future.AuthFuture
-
Returns the cause of the connection failure.
- getException() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Returns the cause of the connection failure.
- getException() - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- getException() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- getException() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- getException() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Returns the cause of the connection failure.
- getException() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- getException() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream.IoWriteFutureImpl
-
- getException() - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Returns the cause of the connection failure.
- getException() - Method in interface org.apache.sshd.common.io.IoReadFuture
-
- getException() - Method in interface org.apache.sshd.common.io.IoWriteFuture
-
Returns the cause of the write failure if and only if the write
operation has failed due to an
Exception
.
- getException() - Method in class org.apache.sshd.common.session.AbstractSession.PendingWriteFuture
-
- getExecutorService() - Method in class org.apache.sshd.server.command.ScpCommandFactory
-
- getExecutorService() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.Factory
-
- getExitStatus() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getExitStatus() - Method in interface org.apache.sshd.ClientChannel
-
- getFactoryManager() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getFactoryManager() - Method in interface org.apache.sshd.ClientSession
-
Return ClientFactoryManager for this session.
- getFactoryManager() - Method in class org.apache.sshd.common.session.AbstractSession
-
Retrieve the factory manager
- getFactoryManager() - Method in interface org.apache.sshd.common.Session
-
Retrieve the FactoryManager that has created this session
- getFactoryManager() - Method in class org.apache.sshd.server.session.ServerSession
-
- getFile(String) - Method in interface org.apache.sshd.common.file.FileSystemView
-
Get file object.
- getFile(SshFile, String) - Method in interface org.apache.sshd.common.file.FileSystemView
-
Get file object.
- getFile(String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
Get file object.
- getFile(SshFile, String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
- getFile(String, String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
- getFile() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.Handle
-
- getFiles() - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
-
- getFileSystemFactory() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getFileSystemFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the FileSystemFactory
to be used to traverse the file system.
- getFingerPrint(PublicKey) - Static method in class org.apache.sshd.common.util.KeyUtils
-
Retrieve the public key fingerprint
- getFirst() - Method in class org.apache.sshd.agent.SshAgent.Pair
-
- getForwardedPort(int) - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- getForwardedPort(int) - Method in interface org.apache.sshd.common.TcpipForwarder
-
Retrieve the local address that the remote port is forwarded to
- getG() - Method in class org.apache.sshd.common.kex.DH
-
- getG() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getGlobalRequestHandlers() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getGlobalRequestHandlers() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of global request handlers.
- getGSSAuthenticator() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the GSSAuthenticator
to be used by the SSH server.
- getGSSAuthenticator() - Method in class org.apache.sshd.SshServer
-
- getGSSCredential(GSSManager) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Overridable method to get GSS accept credential suitable for the current environment.
- getGSSManager() - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Overridable method to get GSS manager suitable for current environment.
- getH() - Method in class org.apache.sshd.client.kex.AbstractDHGClient
-
- getH() - Method in class org.apache.sshd.client.kex.DHGEX
-
- getH() - Method in interface org.apache.sshd.common.KeyExchange
-
Retrieves the computed H parameter
- getH() - Method in class org.apache.sshd.server.kex.AbstractDHGServer
-
- getH() - Method in class org.apache.sshd.server.kex.DHGEX
-
- getHash() - Method in class org.apache.sshd.client.kex.AbstractDHGClient
-
- getHash() - Method in class org.apache.sshd.client.kex.DHGEX
-
- getHash() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getHash() - Method in class org.apache.sshd.common.kex.DH
-
- getHash() - Method in class org.apache.sshd.common.kex.ECDH
-
- getHash() - Method in interface org.apache.sshd.common.KeyExchange
-
The message digest used by this key exchange algorithm.
- getHash() - Method in class org.apache.sshd.server.kex.AbstractDHGServer
-
- getHash() - Method in class org.apache.sshd.server.kex.DHGEX
-
- getHost() - Method in class org.apache.sshd.SshServer
-
- getHostKey() - Method in class org.apache.sshd.server.session.ServerSession
-
- getHostName() - Method in class org.apache.sshd.common.SshdSocketAddress
-
- getId() - Method in class org.apache.sshd.agent.local.AgentServerProxy
-
- getId() - Method in interface org.apache.sshd.agent.SshAgentServer
-
- getId() - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- getId() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getId() - Method in interface org.apache.sshd.common.Channel
-
- getId() - Method in interface org.apache.sshd.common.io.IoSession
-
Returns a unique identifier for this session.
- getId() - Method in class org.apache.sshd.common.io.mina.MinaSession
-
- getId() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getId() - Method in class org.apache.sshd.server.session.ServerSession
-
Returns the session id.
- getIdentities() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- getIdentities() - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- getIdentities() - Method in class org.apache.sshd.agent.local.AgentImpl
-
- getIdentities() - Method in interface org.apache.sshd.agent.SshAgent
-
- getIdleTimeout() - Method in class org.apache.sshd.common.session.AbstractSession
-
What is timeout value in milliseconds for communication
- getIdleTimeout() - Method in interface org.apache.sshd.common.Session
-
What is timeout value in milliseconds for communication
- getIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getIn() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
-
- getIn() - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
-
- getIn() - Method in class org.apache.sshd.server.channel.PipeDataReceiver
-
- getIncludedFiles() - Method in class org.apache.sshd.common.util.DirectoryScanner
-
Returns the names of the files which matched at least one of the
include patterns and none of the exclude patterns.
- getInnerCloseable() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getInnerCloseable() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- getInnerCloseable() - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- getInnerCloseable() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.common.io.mina.MinaSession
-
- getInnerCloseable() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getInnerCloseable() - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- getInnerCloseable() - Method in class org.apache.sshd.common.session.AbstractSession
-
- getInnerCloseable() - Method in class org.apache.sshd.common.util.CloseableUtils.AbstractInnerCloseable
-
- getInnerCloseable() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getInnerCloseable() - Method in class org.apache.sshd.server.x11.X11ForwardSupport.ChannelForwardedX11
-
- getInnerCloseable() - Method in class org.apache.sshd.server.x11.X11ForwardSupport
-
- getInnerCloseable() - Method in class org.apache.sshd.SshClient
-
- getInnerCloseable() - Method in class org.apache.sshd.SshServer
-
- getInputStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Returns the output stream used to feed the shell.
- getInputStream() - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell
-
- getInstance(String) - Static method in class org.apache.sshd.common.kex.AbstractDH
-
- getInt() - Method in class org.apache.sshd.common.util.Buffer
-
- getInteger(String) - Method in class org.apache.sshd.common.io.mina.MinaService
-
- getIntProperty(String, int) - Method in class org.apache.sshd.common.session.AbstractSession
-
Retrieve a configuration property as an integer
- getIntProperty(String, int) - Method in interface org.apache.sshd.common.Session
-
Retrieve a configuration property as an integer
- getInvertedErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInvertedErr() - Method in interface org.apache.sshd.ClientChannel
-
- getInvertedIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInvertedIn() - Method in interface org.apache.sshd.ClientChannel
-
Access to an output stream to send data directly to the remote channel.
- getInvertedOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInvertedOut() - Method in interface org.apache.sshd.ClientChannel
-
- getIoService() - Method in class org.apache.sshd.common.io.mina.MinaAcceptor
-
- getIoService() - Method in class org.apache.sshd.common.io.mina.MinaConnector
-
- getIoService() - Method in class org.apache.sshd.common.io.mina.MinaService
-
- getIoServiceFactory() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getIoServiceFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
- getIoServiceFactoryFactory() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getIoSession() - Method in class org.apache.sshd.common.session.AbstractSession
-
Retrieve the mina session
- getIoSession() - Method in interface org.apache.sshd.common.Session
-
Returns the IoSession associated to this ssh session
- getIVSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
-
- getIVSize() - Method in class org.apache.sshd.common.cipher.CipherNone
-
- getIVSize() - Method in interface org.apache.sshd.common.Cipher
-
Retrieves the size of the initialization vector
- getK() - Method in class org.apache.sshd.client.kex.AbstractDHGClient
-
- getK() - Method in class org.apache.sshd.client.kex.DHGEX
-
- getK() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getK() - Method in interface org.apache.sshd.common.KeyExchange
-
Retrieves the computed K parameter
- getK() - Method in class org.apache.sshd.server.kex.AbstractDHGServer
-
- getK() - Method in class org.apache.sshd.server.kex.DHGEX
-
- getKex() - Method in class org.apache.sshd.common.session.AbstractSession
-
- getKeyAgreement(String) - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- getKeyExchangeFactories() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getKeyExchangeFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of named factories for KeyExchange
.
- getKeyFactory(String) - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- getKeyPair(List<SshAgent.Pair<KeyPair, String>>, PublicKey) - Static method in class org.apache.sshd.agent.local.AgentImpl
-
- getKeyPair() - Method in class org.apache.sshd.common.util.Buffer
-
- getKeyPairGenerator(String) - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- getKeyPairProvider() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getKeyPairProvider() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the KeyPairProvider
that will be used to find
the host key to use on the server side or the user key on the client side.
- getKeySize() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- getKeySpec() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- getKeyType(KeyPair) - Static method in class org.apache.sshd.common.util.KeyUtils
-
Retrieve the key type
- getKeyType(Key) - Static method in class org.apache.sshd.common.util.KeyUtils
-
Retrieve the key type
- getKeyTypes() - Method in interface org.apache.sshd.common.KeyPairProvider
-
Return a comma separated list of the key types available
- getKeyTypes() - Method in class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
-
- getLastModified() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Get last modified time.
- getLastModified() - Method in interface org.apache.sshd.common.file.SshFile
-
Get last modified time in UTC.
- getLocalAddress() - Method in interface org.apache.sshd.common.io.IoSession
-
Returns the socket address of local machine which is associated with this
session.
- getLocalAddress() - Method in class org.apache.sshd.common.io.mina.MinaSession
-
- getLocalAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getLocalWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getLocalWindow() - Method in interface org.apache.sshd.common.Channel
-
- getLock() - Method in class org.apache.sshd.common.session.AbstractSession
-
- getLong() - Method in class org.apache.sshd.common.util.Buffer
-
- getLongProperty(String, long) - Method in class org.apache.sshd.common.session.AbstractSession
-
- getMac(String) - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- getMacFactories() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getMacFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of named factories for Mac
.
- getManagedSessions() - Method in interface org.apache.sshd.common.io.IoService
-
Returns the map of all sessions which are currently managed by this
service.
- getManagedSessions() - Method in class org.apache.sshd.common.io.mina.MinaService
-
- getManagedSessions() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getMaxSize() - Method in class org.apache.sshd.common.channel.Window
-
- getMessageDigest(String) - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- getMetadataMap() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getMetadataMap() - Method in interface org.apache.sshd.ClientSession
-
Access to the metadata.
- getMPInt() - Method in class org.apache.sshd.common.util.Buffer
-
- getMPIntAsBytes() - Method in class org.apache.sshd.common.util.Buffer
-
- getName() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding.Factory
-
- getName() - Method in class org.apache.sshd.agent.unix.ChannelAgentForwarding.Factory
-
- getName() - Method in class org.apache.sshd.client.auth.UserAuthKeyboardInteractive.Factory
-
- getName() - Method in class org.apache.sshd.client.auth.UserAuthPassword.Factory
-
- getName() - Method in class org.apache.sshd.client.auth.UserAuthPublicKey.Factory
-
- getName() - Method in class org.apache.sshd.client.kex.DHG1.Factory
-
- getName() - Method in class org.apache.sshd.client.kex.DHG14.Factory
-
- getName() - Method in class org.apache.sshd.client.kex.DHGEX.Factory
-
- getName() - Method in class org.apache.sshd.client.kex.DHGEX256.Factory
-
- getName() - Method in class org.apache.sshd.client.kex.ECDHP256.Factory
-
- getName() - Method in class org.apache.sshd.client.kex.ECDHP384.Factory
-
- getName() - Method in class org.apache.sshd.client.kex.ECDHP521.Factory
-
- getName() - Method in class org.apache.sshd.client.session.ClientConnectionService.Factory
-
- getName() - Method in class org.apache.sshd.client.session.ClientUserAuthService.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.AES128CBC.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.AES128CTR.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.AES192CBC.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.AES192CTR.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.AES256CBC.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.AES256CTR.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.ARCFOUR128.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.ARCFOUR256.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.BlowfishCBC.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.CipherNone.Factory
-
- getName() - Method in class org.apache.sshd.common.cipher.TripleDESCBC.Factory
-
- getName() - Method in class org.apache.sshd.common.compression.CompressionDelayedZlib.Factory
-
- getName() - Method in class org.apache.sshd.common.compression.CompressionNone.Factory
-
- getName() - Method in class org.apache.sshd.common.compression.CompressionZlib.Factory
-
- getName() - Method in class org.apache.sshd.common.digest.MD5.Factory
-
- getName() - Method in class org.apache.sshd.common.digest.SHA1.Factory
-
- getName() - Method in class org.apache.sshd.common.digest.SHA256.Factory
-
- getName() - Method in class org.apache.sshd.common.digest.SHA384.Factory
-
- getName() - Method in class org.apache.sshd.common.digest.SHA512.Factory
-
- getName() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Get short name.
- getName() - Method in interface org.apache.sshd.common.file.SshFile
-
Get the file name of the file
- getName() - Method in class org.apache.sshd.common.forward.TcpipServerChannel.DirectTcpipFactory
-
- getName() - Method in class org.apache.sshd.common.forward.TcpipServerChannel.ForwardedTcpipFactory
-
- getName() - Method in class org.apache.sshd.common.mac.HMACMD5.Factory
-
- getName() - Method in class org.apache.sshd.common.mac.HMACMD596.Factory
-
- getName() - Method in class org.apache.sshd.common.mac.HMACSHA1.Factory
-
- getName() - Method in class org.apache.sshd.common.mac.HMACSHA196.Factory
-
- getName() - Method in class org.apache.sshd.common.mac.HMACSHA256.Factory
-
- getName() - Method in class org.apache.sshd.common.mac.HMACSHA512.Factory
-
- getName() - Method in interface org.apache.sshd.common.NamedFactory
-
Name of this factory
- getName() - Method in class org.apache.sshd.common.random.BouncyCastleRandom.Factory
-
- getName() - Method in class org.apache.sshd.common.random.JceRandom.Factory
-
- getName() - Method in class org.apache.sshd.common.random.SingletonRandomFactory
-
- getName() - Method in interface org.apache.sshd.common.ServiceFactory
-
Name of this factory
- getName() - Method in class org.apache.sshd.common.signature.SignatureDSA.Factory
-
- getName() - Method in class org.apache.sshd.common.signature.SignatureECDSA.NISTP256Factory
-
- getName() - Method in class org.apache.sshd.common.signature.SignatureECDSA.NISTP384Factory
-
- getName() - Method in class org.apache.sshd.common.signature.SignatureECDSA.NISTP521Factory
-
- getName() - Method in class org.apache.sshd.common.signature.SignatureRSA.Factory
-
- getName() - Method in class org.apache.sshd.server.auth.gss.UserAuthGSS.Factory
-
Get the name of the authentication method.
- getName() - Method in class org.apache.sshd.server.auth.UserAuthKeyboardInteractive.Factory
-
- getName() - Method in class org.apache.sshd.server.auth.UserAuthNone.Factory
-
- getName() - Method in class org.apache.sshd.server.auth.UserAuthPassword.Factory
-
- getName() - Method in class org.apache.sshd.server.auth.UserAuthPublicKey.Factory
-
- getName() - Method in class org.apache.sshd.server.channel.ChannelSession.Factory
-
- getName() - Method in class org.apache.sshd.server.kex.DHG1.Factory
-
- getName() - Method in class org.apache.sshd.server.kex.DHG14.Factory
-
- getName() - Method in class org.apache.sshd.server.kex.DHGEX.Factory
-
- getName() - Method in class org.apache.sshd.server.kex.DHGEX256.Factory
-
- getName() - Method in class org.apache.sshd.server.kex.ECDHP256.Factory
-
- getName() - Method in class org.apache.sshd.server.kex.ECDHP384.Factory
-
- getName() - Method in class org.apache.sshd.server.kex.ECDHP521.Factory
-
- getName() - Method in class org.apache.sshd.server.session.ServerConnectionService.Factory
-
- getName() - Method in class org.apache.sshd.server.session.ServerUserAuthService.Factory
-
- getName() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.Factory
-
- getNameList(Collection<NamedFactory<T>>) - Static method in class org.apache.sshd.common.NamedFactory.Utils
-
- getNames(List<NamedFactory<T>>) - Static method in class org.apache.sshd.common.NamedFactory.Utils
-
Get a comma separated list of the factory names from the given list.
- getNativeFile() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
- getNegotiated(int) - Method in class org.apache.sshd.server.session.ServerSession
-
- getNegotiatedKexParameter(int) - Method in class org.apache.sshd.common.session.AbstractSession
-
- getNegotiatedKexParameter(int) - Method in interface org.apache.sshd.common.Session
-
Retrieve one of the negotiated values during the KEX stage
- getNextChannelId() - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- getNioWorkers() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getNioWorkers() - Method in class org.apache.sshd.common.io.mina.MinaServiceFactory
-
- getNioWorkers() - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
-
- getNormalizedView() - Method in interface org.apache.sshd.common.file.FileSystemView
-
Return a view of this file system which has a single root
and uses '/' as a file separator.
- getNormalizedView() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
- getNumeric() - Method in enum org.apache.sshd.server.Signal
-
- getOpenFuture() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getOut() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
-
- getOutputStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Return an InputStream representing the output stream of the shell.
- getOutputStream() - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell
-
- getOwner() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Get owner name
- getOwner() - Method in interface org.apache.sshd.common.file.SshFile
-
Get the owner name of the file
- getP() - Method in class org.apache.sshd.common.kex.DH
-
- getP1() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP14() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getPacketSize() - Method in class org.apache.sshd.common.channel.Window
-
- getParentFile() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
- getParentFile() - Method in interface org.apache.sshd.common.file.SshFile
-
Get the immediate parent.
- getPasswordAuthenticator() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the PasswordAuthenticator
to be used by the SSH server.
- getPasswordAuthenticator() - Method in class org.apache.sshd.SshServer
-
- getPasswordFinder() - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
-
- getPasswordFinder() - Method in class org.apache.sshd.common.keyprovider.ResourceKeyPairProvider
- getPath() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- getPermissions(int) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- getPermissions(Map<SshFile.Attribute, Object>) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- getPhysicalFile() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Returns the according physical file.
- getPhysicalName(String, String, String, boolean) - Static method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Get the physical canonical file name.
- getPort() - Method in class org.apache.sshd.common.SshdSocketAddress
-
- getPort() - Method in class org.apache.sshd.SshServer
-
- getProperties() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getProperties() - Method in interface org.apache.sshd.common.FactoryManager
-
A map of properties that can be used to configure the SSH server
or client.
- getPtyColumns() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyHeight() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyLines() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyModes() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyModes() - Method in class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
- getPtyModes() - Method in interface org.apache.sshd.server.Environment
-
Retrieve the pty modes
- getPtyModeValue(PtyMode) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getPtyType() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPtyWidth() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- getPublicKey() - Method in class org.apache.sshd.common.util.Buffer
-
- getPublickeyAuthenticator() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the PublickeyAuthenticator
to be used by SSH server.
- getPublickeyAuthenticator() - Method in class org.apache.sshd.SshServer
-
- getRandomFactory() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getRandomFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the Random
factory to be used.
- getRawBytes(byte[]) - Method in class org.apache.sshd.common.util.Buffer
-
- getRawBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.Buffer
-
- getRawBytes(byte[], int, int) - Method in interface org.apache.sshd.common.util.Readable
-
- getRawPublicKey() - Method in class org.apache.sshd.common.util.Buffer
-
- getRead() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- getRead() - Method in interface org.apache.sshd.common.io.IoReadFuture
-
- getReasonCode() - Method in exception org.apache.sshd.server.channel.OpenChannelException
-
The reason code as specified by RFC 4254.
- getReceiveBufferSize() - Method in class org.apache.sshd.server.command.ScpCommandFactory
-
- getRecipient() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getRecipient() - Method in interface org.apache.sshd.common.Channel
-
- getRemoteAddress() - Method in interface org.apache.sshd.common.io.IoSession
-
Returns the socket address of remote peer.
- getRemoteAddress() - Method in class org.apache.sshd.common.io.mina.MinaSession
-
- getRemoteAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getRemoteWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getRemoteWindow() - Method in interface org.apache.sshd.common.Channel
-
- getResources() - Method in class org.apache.sshd.common.keyprovider.ResourceKeyPairProvider
- getScheduledExecutorService() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getScheduledExecutorService() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the ScheduledExecutorService
to be used.
- getSecond() - Method in class org.apache.sshd.agent.SshAgent.Pair
-
- getSecurityProvider() - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- getSendBufferSize() - Method in class org.apache.sshd.server.command.ScpCommandFactory
-
- getSeparator() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
- getServerKey() - Method in class org.apache.sshd.client.kex.AbstractDHGClient
-
- getServerKey() - Method in class org.apache.sshd.client.kex.DHGEX
-
- getServerKey() - Method in interface org.apache.sshd.common.KeyExchange
-
Retrieves the server's key
- getServerKey() - Method in class org.apache.sshd.server.kex.AbstractDHGServer
-
- getServerKey() - Method in class org.apache.sshd.server.kex.DHGEX
-
- getServerKeyVerifier() - Method in interface org.apache.sshd.client.ClientFactoryManager
-
Retrieve the server key verifier to be used to check the key when connecting
to an ssh server.
- getServerKeyVerifier() - Method in class org.apache.sshd.SshClient
-
- getServerVersion() - Method in class org.apache.sshd.common.session.AbstractSession
-
- getServerVersion() - Method in interface org.apache.sshd.common.Session
-
Retrieve the server version for this session.
- getService() - Method in class org.apache.sshd.client.auth.deprecated.AbstractUserAuth
-
- getService() - Method in interface org.apache.sshd.common.io.IoSession
-
Returns the IoService that created this session.
- getService() - Method in class org.apache.sshd.common.io.mina.MinaSession
-
- getService() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getService(Class<T>) - Method in class org.apache.sshd.common.session.AbstractSession
-
- getService(Class<T>) - Method in interface org.apache.sshd.common.Session
-
Get the service of the specified type.
- getService() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getServiceFactories() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getServiceFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of SSH Service
factories.
- getServices() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getServices() - Method in class org.apache.sshd.common.session.AbstractSession
-
- getSession() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
- getSession() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- getSession() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getSession() - Method in class org.apache.sshd.client.session.ClientUserAuthServiceNew
-
- getSession() - Method in class org.apache.sshd.client.session.ClientUserAuthServiceOld
-
- getSession() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getSession() - Method in interface org.apache.sshd.common.Channel
-
- getSession() - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
- getSession(IoSession) - Method in class org.apache.sshd.common.io.mina.MinaService
-
- getSession() - Method in class org.apache.sshd.common.io.mina.MinaSession
-
- getSession() - Method in interface org.apache.sshd.common.Service
-
- getSession() - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- getSession(IoSession) - Static method in class org.apache.sshd.common.session.AbstractSession
-
Retrieve the session from the MINA session.
- getSession(IoSession, boolean) - Static method in class org.apache.sshd.common.session.AbstractSession
-
Retrieve the session from the MINA session.
- getSession() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getSessionFactory() - Method in class org.apache.sshd.SshClient
-
- getSessionFactory() - Method in class org.apache.sshd.SshServer
-
- getSessionId() - Method in class org.apache.sshd.common.session.AbstractSession
-
- getShellFactory() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the ShellFactory
object to be used to create shells.
- getShellFactory() - Method in class org.apache.sshd.SshServer
-
- getSignalListeners(Signal, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
- getSignature(String) - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- getSignatureFactories() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getSignatureFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of named factories for Signature
.
- getSize() - Method in class org.apache.sshd.common.channel.Window
-
- getSize() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Get file size.
- getSize() - Method in interface org.apache.sshd.common.file.SshFile
-
Get file size.
- getStatus() - Method in exception org.apache.sshd.client.SftpException
-
- getStreaming() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getStreaming() - Method in interface org.apache.sshd.ClientChannel
-
- getString() - Method in class org.apache.sshd.common.util.Buffer
-
- getStringAsBytes() - Method in class org.apache.sshd.common.util.Buffer
-
- getSttyCommand() - Static method in class org.apache.sshd.common.util.SttySupport
-
The command to use to set the terminal options.
- getSubsystemFactories() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the list of named factories for CommandFactory.Command
to
be used to create subsystems.
- getSubsystemFactories() - Method in class org.apache.sshd.SshServer
-
- getTcpipForwarder() - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- getTcpipForwarder() - Method in interface org.apache.sshd.common.session.ConnectionService
-
Retrieve the tcpip forwarder
- getTcpipForwarderFactory() - Method in interface org.apache.sshd.client.ClientFactoryManager
-
Retrieve the TcpipForwarder factory to be used to accept incoming connections
and forward data.
- getTcpipForwarderFactory() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getTcpipForwarderFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the tcpip forwarder factory used to support tcpip forwarding.
- getTcpipForwardingFilter() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getTcpipForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the ForwardingFilter
to be used by the SSH server.
- getTerminalHeight() - Static method in class org.apache.sshd.common.util.SttySupport
-
Returns the value of "stty size" height param.
- getTerminalWidth() - Static method in class org.apache.sshd.common.util.SttySupport
-
Returns the value of "stty size" width param.
- getTimeout() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- getTimeoutStatus() - Method in class org.apache.sshd.common.session.AbstractSession
-
Check if timeout has occurred.
- getTimeoutStatus() - Method in interface org.apache.sshd.common.Session
-
Check if timeout has occurred.
- getTtyProps() - Static method in class org.apache.sshd.common.util.SttySupport
-
- getUByte(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- getUInt() - Method in class org.apache.sshd.common.util.Buffer
-
- getUnixPtyModes() - Static method in class org.apache.sshd.common.util.SttySupport
-
- getUnsupportedAttributePolicy() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
- getUserAuthFactories() - Method in interface org.apache.sshd.client.ClientFactoryManager
-
Retrieve a list of UserAuth factories.
- getUserAuthFactories() - Method in interface org.apache.sshd.server.ServerFactoryManager
-
Retrieve the list of named factories for UserAuth
objects.
- getUserAuthFactories() - Method in class org.apache.sshd.SshClient
-
- getUserAuthFactories() - Method in class org.apache.sshd.SshServer
-
- getUserHomeDir(String) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- getUserInteraction() - Method in interface org.apache.sshd.client.ClientFactoryManager
-
Retrieve the UserInteraction object to communicate with the user.
- getUserInteraction() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getUserInteraction() - Method in interface org.apache.sshd.ClientSession
-
- getUserInteraction() - Method in class org.apache.sshd.SshClient
-
- getUserName() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
- getUsername() - Method in class org.apache.sshd.common.session.AbstractSession
-
- getUsername() - Method in interface org.apache.sshd.common.Session
-
Retrieve the name of the user authenticated on this session
or null if the session has not been authenticated yet.
- getUserName() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getUserName() - Method in class org.apache.sshd.server.auth.gss.UserAuthGSS
-
Get a user name which has been derived from the handshaking process, or the initial name if
nothing has been found.
- getUserName() - Method in interface org.apache.sshd.server.UserAuth
-
Get a user name which has been derived from the handshaking process, or the initial name if
nothing has been found.
- getUShort(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- getValue() - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Returns the result of the asynchronous operation.
- getVersion() - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- getVersion() - Method in interface org.apache.sshd.common.FactoryManager
-
An upper case string identifying the version of the
software used on client or server side.
- gid - Variable in class org.apache.sshd.client.SftpClient.Attributes
-
- globalRequest(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Process global requests
- globalRequestHandlers - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- globalRequestHandlers - Variable in class org.apache.sshd.SshBuilder.BaseBuilder
-
- globalRequestHandlers(List<RequestHandler<ConnectionService>>) - Method in class org.apache.sshd.SshBuilder.BaseBuilder
-
- GracefulChannelCloseable() - Constructor for class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- gracefulFuture - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- gracefulState - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- group - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
-
- GSSAuthenticator - Class in org.apache.sshd.server.auth.gss
-
Class providing basic GSS authentication services.
- GSSAuthenticator() - Constructor for class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
- gssAuthenticator - Variable in class org.apache.sshd.SshServer
-
- I_C - Variable in class org.apache.sshd.common.session.AbstractSession
-
- I_S - Variable in class org.apache.sshd.common.session.AbstractSession
-
- id - Variable in class org.apache.sshd.client.SftpClient.Handle
-
- id - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- IDLE_TIMEOUT - Static variable in interface org.apache.sshd.common.FactoryManager
-
Key used to retrieve the value of idle timeout after which
it will close the connection.
- idleTimeoutMs - Variable in class org.apache.sshd.common.session.AbstractSession
-
- idleTimeoutTimestamp - Variable in class org.apache.sshd.common.session.AbstractSession
-
- in - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- in - Variable in class org.apache.sshd.common.scp.ScpHelper
-
- in - Variable in class org.apache.sshd.server.command.ScpCommand
-
- inBytes - Variable in class org.apache.sshd.common.session.AbstractSession
-
- inCipher - Variable in class org.apache.sshd.common.session.AbstractSession
-
- inCipherSize - Variable in class org.apache.sshd.common.session.AbstractSession
-
- includes - Variable in class org.apache.sshd.common.util.DirectoryScanner
-
The patterns for the files to be included.
- inCompression - Variable in class org.apache.sshd.common.session.AbstractSession
-
- init(ClientSession, String, List<Object>) - Method in class org.apache.sshd.client.auth.UserAuthKeyboardInteractive
-
- init(ClientSession, String, List<Object>) - Method in class org.apache.sshd.client.auth.UserAuthPassword
-
- init(ClientSession, String, List<Object>) - Method in class org.apache.sshd.client.auth.UserAuthPublicKey
-
- init(AbstractSession, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.client.kex.AbstractDHGClient
-
- init(AbstractSession, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.client.kex.DHGEX
-
- init() - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- init(ClientSession, String, List<Object>) - Method in interface org.apache.sshd.client.UserAuth
-
- init(ConnectionService, Session, int) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- init(ConnectionService, Session, int) - Method in interface org.apache.sshd.common.Channel
-
- init(int, int) - Method in class org.apache.sshd.common.channel.Window
-
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseCipher
-
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseRC4Cipher
-
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.CipherNone
-
- init(Cipher.Mode, byte[], byte[]) - Method in interface org.apache.sshd.common.Cipher
-
Initialize the cipher for encryption or decryption with
the given private key and initialization vector
- init(Compression.Type, int) - Method in class org.apache.sshd.common.compression.CompressionZlib
-
- init(Compression.Type, int) - Method in interface org.apache.sshd.common.Compression
-
Initialize this object to either compress or uncompress data.
- init() - Method in class org.apache.sshd.common.digest.BaseDigest
-
- init() - Method in interface org.apache.sshd.common.Digest
-
- init(AbstractSession, byte[], byte[], byte[], byte[]) - Method in interface org.apache.sshd.common.KeyExchange
-
Initialize the key exchange algorithm.
- init(byte[]) - Method in class org.apache.sshd.common.mac.BaseMac
-
- init(byte[]) - Method in interface org.apache.sshd.common.Mac
-
- init(PublicKey, PrivateKey) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
- init(PublicKey, PrivateKey) - Method in interface org.apache.sshd.common.Signature
-
Initialize this signature with the given public key and private key.
- init(AbstractSession, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.server.kex.AbstractDHGServer
-
- init(AbstractSession, byte[], byte[], byte[], byte[]) - Method in class org.apache.sshd.server.kex.DHGEX
-
- initAgentForward() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- initAgentForward() - Method in interface org.apache.sshd.common.session.ConnectionService
-
- initAgentForward() - Method in class org.apache.sshd.server.session.ServerConnectionService
-
- initialize() - Method in class org.apache.sshd.agent.common.AgentForwardSupport
-
- inMac - Variable in class org.apache.sshd.common.session.AbstractSession
-
- inMacResult - Variable in class org.apache.sshd.common.session.AbstractSession
-
- inPackets - Variable in class org.apache.sshd.common.session.AbstractSession
-
- INSTANCE - Static variable in class org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier
-
- interactive(String, String, String, String[], boolean[]) - Method in interface org.apache.sshd.client.UserInteraction
-
- invertedErr - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- invertedIn - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- invertedOut - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- InvertedShell - Interface in org.apache.sshd.server.shell
-
This shell have inverted streams, such as the one obtained when launching a
new
Process
from java.
- InvertedShellWrapper - Class in org.apache.sshd.server.shell
-
- InvertedShellWrapper(InvertedShell) - Constructor for class org.apache.sshd.server.shell.InvertedShellWrapper
-
- InvertedShellWrapper(InvertedShell, Executor) - Constructor for class org.apache.sshd.server.shell.InvertedShellWrapper
-
- InvertedShellWrapper(InvertedShell, int) - Constructor for class org.apache.sshd.server.shell.InvertedShellWrapper
-
- InvertedShellWrapper(InvertedShell, Executor, int) - Constructor for class org.apache.sshd.server.shell.InvertedShellWrapper
-
- InvertedShellWrapper(InvertedShell, Executor, boolean, int) - Constructor for class org.apache.sshd.server.shell.InvertedShellWrapper
-
- IoAcceptor - Interface in org.apache.sshd.common.io
-
- IoConnectFuture - Interface in org.apache.sshd.common.io
-
- IoConnector - Interface in org.apache.sshd.common.io
-
- IoHandler - Interface in org.apache.sshd.common.io
-
- IoInputStream - Interface in org.apache.sshd.common.io
-
- IoOutputStream - Interface in org.apache.sshd.common.io
-
- ioProcessor - Variable in class org.apache.sshd.common.io.mina.MinaService
-
- IoReadFuture - Interface in org.apache.sshd.common.io
-
- IoReadFutureImpl(Buffer) - Constructor for class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- IoService - Interface in org.apache.sshd.common.io
-
- ioServiceFactory - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- IoServiceFactory - Interface in org.apache.sshd.common.io
-
- ioServiceFactoryFactory - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- IoServiceFactoryFactory - Interface in org.apache.sshd.common.io
-
- IoSession - Interface in org.apache.sshd.common.io
-
- ioSession - Variable in class org.apache.sshd.common.session.AbstractSession
-
The underlying MINA session
- IoUtils - Class in org.apache.sshd.common.util
-
TODO Add javadoc
- IoUtils() - Constructor for class org.apache.sshd.common.util.IoUtils
-
- IoWriteFuture - Interface in org.apache.sshd.common.io
-
- IoWriteFutureImpl(Buffer) - Constructor for class org.apache.sshd.common.channel.ChannelAsyncOutputStream.IoWriteFutureImpl
-
- isAgentForwarding() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- isAlive() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Check if the underlying shell is still alive
- isAlive() - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell
-
- isArrayByteBase64(byte[]) - Static method in class org.apache.sshd.common.util.Base64
-
Tests a given byte array to see if it contains
only valid characters within the Base64 alphabet.
- isAuthenticated() - Method in class org.apache.sshd.common.session.AbstractSession
-
- isBouncyCastleRegistered() - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- isCanceled() - Method in interface org.apache.sshd.client.future.AuthFuture
-
- isCanceled() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
- isCanceled() - Method in interface org.apache.sshd.client.future.OpenFuture
-
- isCanceled() - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
- isCanceled() - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
- isCaseInsensitive() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Is this file system case insensitive.
- isCaseSensitive - Variable in class org.apache.sshd.common.util.DirectoryScanner
-
Whether or not the file system should be treated as a case sensitive
one.
- isClosed() - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- isClosed() - Method in interface org.apache.sshd.common.Closeable
-
Returns true
if this object has been closed.
- isClosed() - Method in interface org.apache.sshd.common.future.CloseFuture
-
Returns true if the close request is finished and the target is closed.
- isClosed() - Method in class org.apache.sshd.common.future.DefaultCloseFuture
-
- isClosed() - Method in class org.apache.sshd.common.io.mina.MinaService
-
- isClosed() - Method in class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
-
- isClosed() - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- isClosing() - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- isClosing() - Method in interface org.apache.sshd.common.Closeable
-
- isClosing() - Method in class org.apache.sshd.common.io.mina.MinaService
-
- isClosing() - Method in class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
-
- isClosing() - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- isConnected() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Returns true if the connect operation is finished successfully.
- isConnected() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- isConnected() - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Returns true if the connect operation is finished successfully.
- isCreateHome() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Should the home directories be created automatically
- isDelayed() - Method in class org.apache.sshd.common.compression.CompressionDelayedZlib
-
- isDelayed() - Method in class org.apache.sshd.common.compression.CompressionZlib
-
- isDelayed() - Method in interface org.apache.sshd.common.Compression
-
Delayed compression is an Open-SSH specific feature which
informs both the client and server to not compress data before
the session has been authenticated.
- isDirectory() - Method in class org.apache.sshd.client.SftpClient.Attributes
-
- isDirectory() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Is it a directory?
- isDirectory() - Method in interface org.apache.sshd.common.file.SshFile
-
Is it a directory?
- isDone() - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Returns if the asynchronous operation is completed.
- isDone() - Method in interface org.apache.sshd.common.future.SshFuture
-
Returns if the asynchronous operation is completed.
- isDone() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.DirectoryHandle
-
- isExecutable() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Check file exec permission.
- isExecutable() - Method in interface org.apache.sshd.common.file.SshFile
-
Has exec permission?
- isFailure() - Method in interface org.apache.sshd.client.future.AuthFuture
-
Returns false if the authentication operation failed.
- isFailure() - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- isFile() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Is it a file?
- isFile() - Method in interface org.apache.sshd.common.file.SshFile
-
Is it a file?
- isIncluded(String) - Method in class org.apache.sshd.common.util.DirectoryScanner
-
Tests whether or not a name matches against at least one include
pattern.
- isNoDelay() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- isOpened() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- isOpened() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Returns true if the connect operation is finished successfully.
- isOther() - Method in class org.apache.sshd.client.SftpClient.Attributes
-
- isOutOfDate(File, File, int) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Returns dependency information on these two files.
- isOverwriteAllowed() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- isReadable() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Check read permission.
- isReadable() - Method in interface org.apache.sshd.common.file.SshFile
-
Has read permission?
- isRegularFile() - Method in class org.apache.sshd.client.SftpClient.Attributes
-
- isRemovable() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Has delete permission.
- isRemovable() - Method in interface org.apache.sshd.common.file.SshFile
-
Has delete permission?
- isServer - Variable in class org.apache.sshd.common.session.AbstractSession
-
Client or server side
- isShutdownOnExit() - Method in class org.apache.sshd.server.command.ScpCommandFactory
-
- isShutdownOnExit() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.Factory
-
- isSuccess() - Method in interface org.apache.sshd.client.future.AuthFuture
-
Returns true if the authentication operation is finished successfully.
- isSuccess() - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- isSymbolicLink() - Method in class org.apache.sshd.client.SftpClient.Attributes
-
- isUNIX() - Static method in class org.apache.sshd.common.util.OsUtils
-
- isUsePty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- isWin32() - Static method in class org.apache.sshd.common.util.OsUtils
-
- isWritable() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Check file write permission.
- isWritable() - Method in interface org.apache.sshd.common.file.SshFile
-
Has write permission?
- isWritten() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream.IoWriteFutureImpl
-
- isWritten() - Method in interface org.apache.sshd.common.io.IoWriteFuture
-
Returns true if the write operation is finished successfully.
- isWritten() - Method in class org.apache.sshd.common.session.AbstractSession.PendingWriteFuture
-
- ivsize - Variable in class org.apache.sshd.common.cipher.BaseCipher
-
- Random - Interface in org.apache.sshd.common
-
A pseudo random number generator.
- random(int) - Method in class org.apache.sshd.common.random.BouncyCastleRandom
-
Returns a pseudo-random uniformly distributed int
in the half-open range [0, n).
- random(int) - Method in class org.apache.sshd.common.random.JceRandom
-
- random(int) - Method in interface org.apache.sshd.common.Random
-
Returns a pseudo-random uniformly distributed int
in the half-open range [0, n).
- random(int) - Method in class org.apache.sshd.common.random.SingletonRandomFactory
-
- random - Variable in class org.apache.sshd.common.session.AbstractSession
-
The pseudo random generator
- randomFactory - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- randomFactory - Variable in class org.apache.sshd.SshBuilder.BaseBuilder
-
- randomFactory(Factory<Random>) - Method in class org.apache.sshd.SshBuilder.BaseBuilder
-
- read() - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- read(SftpClient.Handle, long, byte[], int, int) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- read(String) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- read(String, EnumSet<SftpClient.OpenMode>) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- read(SftpClient.Handle, long, byte[], int, int) - Method in interface org.apache.sshd.client.SftpClient
-
- read(String) - Method in interface org.apache.sshd.client.SftpClient
-
- read(String, EnumSet<SftpClient.OpenMode>) - Method in interface org.apache.sshd.client.SftpClient
-
- read(Buffer) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
-
- read() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- read(Buffer) - Method in interface org.apache.sshd.common.io.IoInputStream
-
NOTE: the buffer must not be touched until the returned read future is completed.
- read(byte[], long) - Method in class org.apache.sshd.server.sftp.SftpSubsystem.FileHandle
-
- read() - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell.TtyFilterInputStream
-
- read(byte[], int, int) - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell.TtyFilterInputStream
-
- Readable - Interface in org.apache.sshd.common.util
-
- readAck(boolean) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- readAttributes(Buffer) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- readAttrs(Buffer) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- readDir(SftpClient.Handle) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- readDir(String) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- readDir(SftpClient.Handle) - Method in interface org.apache.sshd.client.SftpClient
-
- readDir(String) - Method in interface org.apache.sshd.client.SftpClient
-
- readIdentification(Buffer) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- readIdentification(Buffer) - Method in class org.apache.sshd.common.session.AbstractSession
-
Read the other side identification.
- readIdentification(Buffer) - Method in class org.apache.sshd.server.session.ServerSession
-
- readLine() - Method in class org.apache.sshd.common.scp.ScpHelper
-
- readLine(boolean) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- readLink(String) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- readLink(String) - Method in interface org.apache.sshd.client.SftpClient
-
- ReadPendingException - Exception in org.apache.sshd.common.io
-
- ReadPendingException() - Constructor for exception org.apache.sshd.common.io.ReadPendingException
-
- readSymbolicLink() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
- readSymbolicLink() - Method in class org.apache.sshd.common.file.nativefs.NativeSshFileNio
-
- readSymbolicLink() - Method in interface org.apache.sshd.common.file.SshFile
-
- receive(Buffer) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
Read SFTP packets from buffer
- receive(int) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- receive(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- receive(SshFile, boolean, boolean, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- receiveBufferSize - Variable in class org.apache.sshd.server.command.ScpCommand
-
- receiveDir(String, SshFile, long[], boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- receiveFile(String, SshFile, long[], boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- receiveKexInit(Buffer) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- receiveKexInit(Buffer, String[]) - Method in class org.apache.sshd.common.session.AbstractSession
-
Receive the remote key exchange init message.
- receiveKexInit(Buffer) - Method in class org.apache.sshd.common.session.AbstractSession
-
- receiveKexInit(Buffer) - Method in class org.apache.sshd.server.session.ServerSession
-
- receiveNewKeys() - Method in class org.apache.sshd.common.session.AbstractSession
-
Put new keys into use.
- receiver - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- recipient - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- reexchangeFuture - Variable in class org.apache.sshd.common.session.AbstractSession
-
- reExchangeKeys() - Method in class org.apache.sshd.common.session.AbstractSession
-
Initiate a new key exchange.
- reExchangeKeys() - Method in interface org.apache.sshd.common.Session
-
Initiate a new key exchange.
- REGEX_HANDLER_PREFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
-
- registerChannel(Channel) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
Register a newly created channel with a new unique identifier
- registerChannel(Channel) - Method in interface org.apache.sshd.common.session.ConnectionService
-
Register a newly created channel with a new unique identifier
- REKEY_BYTES_LIMIT - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
Key re-exchange will be automatically performed after the session
has sent or received the given amount of bytes.
- REKEY_TIME_LIMIT - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
Key re-exchange will be automatically performed after the specified
amount of time has elapsed since the last key exchange.
- remoteWindow - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- remove(String) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- remove(String) - Method in interface org.apache.sshd.client.SftpClient
-
- remove(List<NamedFactory<T>>, String) - Static method in class org.apache.sshd.common.NamedFactory.Utils
-
Remove the factory identified by the name from the list.
- remove() - Method in class org.apache.sshd.server.sftp.SftpSubsystem.DirectoryHandle
-
- removeAllIdentities() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- removeAllIdentities() - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- removeAllIdentities() - Method in class org.apache.sshd.agent.local.AgentImpl
-
- removeAllIdentities() - Method in interface org.apache.sshd.agent.SshAgent
-
- removeIdentity(PublicKey) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- removeIdentity(PublicKey) - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- removeIdentity(PublicKey) - Method in class org.apache.sshd.agent.local.AgentImpl
-
- removeIdentity(PublicKey) - Method in interface org.apache.sshd.agent.SshAgent
-
- removeListener(SshFutureListener<T>) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Removes an existing event listener so it won't be notified when
the future is completed.
- removeListener(SshFutureListener<T>) - Method in interface org.apache.sshd.common.future.SshFuture
-
Removes an existing event listener so it won't be notified when
the future is completed.
- removeListener(SessionListener) - Method in class org.apache.sshd.common.session.AbstractSession
-
Remove a session |listener|.
- removeListener(SessionListener) - Method in class org.apache.sshd.common.session.AbstractSessionFactory
-
Remove a session |listener|.
- removeListener(SessionListener) - Method in interface org.apache.sshd.common.Session
-
Remove a session |listener|.
- removeSessionTimeout(AbstractSessionFactory) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- removeSignalListener(SignalListener) - Method in class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
- removeSignalListener(SignalListener) - Method in interface org.apache.sshd.server.Environment
-
Remove a previously registered listener for all the signals it was registered
- removeWhitespace(String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
"Flattens" a string by removing all whitespace (space, tab, linefeed,
carriage return, and formfeed).
- rename(String, String) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- rename(String, String) - Method in interface org.apache.sshd.client.SftpClient
-
- replace(String, String, String, int) - Static method in class org.apache.sshd.common.util.DirectoryScanner
-
Replace a String with another String inside a larger String,
for the first max
values of the search String.
- reply(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentClient
-
- reply(Buffer) - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding.AgentClient
-
- reply(Buffer) - Method in class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- request(Buffer) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- request(Buffer) - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
-
- request(Buffer) - Method in class org.apache.sshd.agent.unix.AgentClient
-
- request(Buffer) - Method in class org.apache.sshd.common.session.AbstractSession
-
Send a global request and wait for the response.
- request(Buffer) - Method in interface org.apache.sshd.common.Session
-
Send a global request and wait for the response.
- REQUEST_SUFFIX - Static variable in class org.apache.sshd.server.channel.PuttyRequestHandler
-
- requestFailure(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- requestFailure(Buffer) - Method in class org.apache.sshd.common.session.AbstractSession
-
- RequestHandler<T> - Interface in org.apache.sshd.common
-
A global request handler.
- RequestHandler.Result - Enum in org.apache.sshd.common
-
- requestLock - Variable in class org.apache.sshd.common.session.AbstractSession
-
- requestResult - Variable in class org.apache.sshd.common.session.AbstractSession
-
- requestSuccess(Buffer) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- requestSuccess(Buffer) - Method in class org.apache.sshd.common.session.AbstractSession
-
- RequiredServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
A ServerKeyVerifier that accepts one server key (specified in the constructor)
- RequiredServerKeyVerifier(PublicKey) - Constructor for class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
-
- resetIdleTimeout() - Method in class org.apache.sshd.common.session.AbstractSession
-
- resetIdleTimeout() - Method in interface org.apache.sshd.common.Session
-
- resize(byte[], int) - Static method in class org.apache.sshd.common.cipher.BaseCipher
-
- ResourceKeyPairProvider - Class in org.apache.sshd.common.keyprovider
-
This host key provider loads private keys from the specified resources.
- ResourceKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.ResourceKeyPairProvider
-
No-arg constructor.
- ResourceKeyPairProvider(String[]) - Constructor for class org.apache.sshd.common.keyprovider.ResourceKeyPairProvider
-
Bulk constructor 1.
- ResourceKeyPairProvider(String[], PasswordFinder) - Constructor for class org.apache.sshd.common.keyprovider.ResourceKeyPairProvider
-
Bulk constructor 2.
- ResourceKeyPairProvider(String[], PasswordFinder, ClassLoader) - Constructor for class org.apache.sshd.common.keyprovider.ResourceKeyPairProvider
-
Bulk constructor 3.
- reuseAddress - Variable in class org.apache.sshd.common.io.mina.MinaAcceptor
-
- rmdir(String) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- rmdir(String) - Method in interface org.apache.sshd.client.SftpClient
-
- root - Variable in class org.apache.sshd.common.scp.ScpHelper
-
- root - Variable in class org.apache.sshd.server.command.ScpCommand
-
- rpos() - Method in class org.apache.sshd.common.util.Buffer
-
- rpos(int) - Method in class org.apache.sshd.common.util.Buffer
-
- run() - Method in class org.apache.sshd.agent.unix.AgentClient
-
- run() - Method in class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- run() - Method in class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- run() - Method in class org.apache.sshd.common.session.SessionTimeoutListener
-
- run(Runnable) - Method in class org.apache.sshd.common.util.CloseableUtils.Builder
-
- run() - Method in class org.apache.sshd.server.command.ScpCommand
-
- run() - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- RuntimeSshException - Exception in org.apache.sshd.common
-
Exception used in the SSH client or server.
- RuntimeSshException() - Constructor for exception org.apache.sshd.common.RuntimeSshException
-
- RuntimeSshException(String) - Constructor for exception org.apache.sshd.common.RuntimeSshException
-
- RuntimeSshException(Throwable) - Constructor for exception org.apache.sshd.common.RuntimeSshException
-
- RuntimeSshException(String, Throwable) - Constructor for exception org.apache.sshd.common.RuntimeSshException
-
- S_IFBLK - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IFBLK - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IFCHR - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IFCHR - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IFDIR - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IFDIR - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IFIFO - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IFIFO - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IFLNK - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IFLNK - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IFMT - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IFMT - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IFREG - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IFREG - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IFSOCK - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IFSOCK - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IRGRP - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IRGRP - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IRGRP - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IROTH - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IROTH - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IROTH - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IRUSR - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IRUSR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IRUSR - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_ISGID - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_ISGID - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_ISUID - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_ISUID - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_ISVTX - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_ISVTX - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IWGRP - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IWGRP - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IWGRP - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IWOTH - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IWOTH - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IWOTH - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IWUSR - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IWUSR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IWUSR - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IXGRP - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IXGRP - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IXGRP - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IXOTH - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IXOTH - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IXOTH - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- S_IXUSR - Static variable in interface org.apache.sshd.client.SftpClient
-
- S_IXUSR - Static variable in class org.apache.sshd.common.scp.ScpHelper
-
- S_IXUSR - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- scan() - Method in class org.apache.sshd.common.util.DirectoryScanner
-
Scans the base directory for files which match at least one include
pattern and don't match any exclude patterns.
- scandir(File, String) - Method in class org.apache.sshd.common.util.DirectoryScanner
-
Scans the given directory for files and directories.
- SCP_COMMAND_PREFIX - Static variable in class org.apache.sshd.server.command.ScpCommandFactory
-
Command prefix used to identify SCP commands
- ScpClient - Interface in org.apache.sshd.client
-
- ScpClient.Option - Enum in org.apache.sshd.client
-
- ScpCommand - Class in org.apache.sshd.server.command
-
This commands provide SCP support on both server and client side.
- ScpCommand(String) - Constructor for class org.apache.sshd.server.command.ScpCommand
-
Simple constructor - uses an ad-hoc
ExecutorService
to
run the command as well as default send / receive buffer sizes
- ScpCommand(String, int) - Constructor for class org.apache.sshd.server.command.ScpCommand
-
- ScpCommand(String, ExecutorService, int) - Constructor for class org.apache.sshd.server.command.ScpCommand
-
- ScpCommand(String, ExecutorService) - Constructor for class org.apache.sshd.server.command.ScpCommand
-
- ScpCommand(String, ExecutorService, boolean) - Constructor for class org.apache.sshd.server.command.ScpCommand
-
- ScpCommand(String, ExecutorService, boolean, int) - Constructor for class org.apache.sshd.server.command.ScpCommand
-
- ScpCommand(String, ExecutorService, boolean, int, int) - Constructor for class org.apache.sshd.server.command.ScpCommand
-
- ScpCommandFactory - Class in org.apache.sshd.server.command
-
This CommandFactory
can be used as a standalone command factory
or can be used to augment another CommandFactory
and provides
SCP
support.
- ScpCommandFactory() - Constructor for class org.apache.sshd.server.command.ScpCommandFactory
-
- ScpCommandFactory(int) - Constructor for class org.apache.sshd.server.command.ScpCommandFactory
-
- ScpCommandFactory(ExecutorService) - Constructor for class org.apache.sshd.server.command.ScpCommandFactory
-
- ScpCommandFactory(CommandFactory) - Constructor for class org.apache.sshd.server.command.ScpCommandFactory
-
- ScpCommandFactory(CommandFactory, ExecutorService) - Constructor for class org.apache.sshd.server.command.ScpCommandFactory
-
- ScpCommandFactory(CommandFactory, ExecutorService, boolean) - Constructor for class org.apache.sshd.server.command.ScpCommandFactory
-
- ScpCommandFactory(CommandFactory, ExecutorService, boolean, int) - Constructor for class org.apache.sshd.server.command.ScpCommandFactory
-
- ScpCommandFactory(CommandFactory, ExecutorService, boolean, int, int) - Constructor for class org.apache.sshd.server.command.ScpCommandFactory
-
- ScpHelper - Class in org.apache.sshd.common.scp
-
- ScpHelper(InputStream, OutputStream, FileSystemView) - Constructor for class org.apache.sshd.common.scp.ScpHelper
-
- securedRead(InputStream, byte[], int, int) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- SecurityUtils - Class in org.apache.sshd.common.util
-
TODO Add javadoc
- SecurityUtils() - Constructor for class org.apache.sshd.common.util.SecurityUtils
-
- SelectorUtils - Class in org.apache.sshd.common.util
-
This is a utility class used by selectors and DirectoryScanner.
- send(int, Buffer) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- send(List<String>, boolean, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- send(Buffer) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- sendAttrs(int, SshFile, boolean) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- sendBufferSize - Variable in class org.apache.sshd.server.command.ScpCommand
-
- sendDir(SshFile, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- sendEvent(SessionListener.Event) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- sendEvent(SessionListener.Event) - Method in class org.apache.sshd.common.session.AbstractSession
-
- sendExitStatus(int) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- sendFile(SshFile, boolean, int) - Method in class org.apache.sshd.common.scp.ScpHelper
-
- sendHandle(int, String) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- sendHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- sendIdentification(String) - Method in class org.apache.sshd.common.session.AbstractSession
-
Send our identification.
- sendInitialServiceRequest() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- sendKexInit() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- sendKexInit(String[]) - Method in class org.apache.sshd.common.session.AbstractSession
-
Send the key exchange initialization packet.
- sendKexInit() - Method in class org.apache.sshd.common.session.AbstractSession
-
- sendKexInit() - Method in class org.apache.sshd.server.session.ServerSession
-
- sendLink(int, String) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- sendName(int, Iterator<SshFile>) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- sendNewKeys() - Method in class org.apache.sshd.common.session.AbstractSession
-
Send a message to put new keys into use.
- sendNextKey(PublicKey) - Method in class org.apache.sshd.client.auth.deprecated.UserAuthAgent
-
- sendPath(int, SshFile) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- sendPath(int, SshFile, boolean) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- sendStatus(int, int, String) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- sendStatus(int, int, String, String) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- sendWindowAdjust(int) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- seqi - Variable in class org.apache.sshd.common.session.AbstractSession
-
- seqo - Variable in class org.apache.sshd.common.session.AbstractSession
-
- sequential(Closeable...) - Method in class org.apache.sshd.common.util.CloseableUtils.Builder
-
- sequential(Iterable<Closeable>) - Method in class org.apache.sshd.common.util.CloseableUtils.Builder
-
- server - Variable in class org.apache.sshd.server.session.SessionFactory
-
- server() - Static method in class org.apache.sshd.SshBuilder
-
- SERVER_IDENTIFICATION - Static variable in interface org.apache.sshd.server.ServerFactoryManager
-
Key used to retrieve the value of the server identification string if not default.
- ServerBuilder() - Constructor for class org.apache.sshd.SshBuilder.ServerBuilder
-
- ServerConnectionService - Class in org.apache.sshd.server.session
-
Server side ssh-connection
service.
- ServerConnectionService(Session) - Constructor for class org.apache.sshd.server.session.ServerConnectionService
-
- ServerConnectionService.Factory - Class in org.apache.sshd.server.session
-
- ServerFactoryManager - Interface in org.apache.sshd.server
-
The ServerFactoryManager
enable the retrieval of additional
configuration needed specifically for the server side.
- ServerKeyVerifier - Interface in org.apache.sshd.client
-
The ServerKeyVerifier
is used on the client side
to authenticate the key provided by the server.
- serverKeyVerifier - Variable in class org.apache.sshd.SshBuilder.ClientBuilder
-
- serverKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.SshBuilder.ClientBuilder
-
- serverProposal - Variable in class org.apache.sshd.common.session.AbstractSession
-
- ServerSession - Class in org.apache.sshd.server.session
-
TODO Add javadoc
- ServerSession(ServerFactoryManager, IoSession) - Constructor for class org.apache.sshd.server.session.ServerSession
-
- ServerUserAuthService - Class in org.apache.sshd.server.session
-
- ServerUserAuthService(Session) - Constructor for class org.apache.sshd.server.session.ServerUserAuthService
-
- ServerUserAuthService.Factory - Class in org.apache.sshd.server.session
-
- serverVersion - Variable in class org.apache.sshd.common.session.AbstractSession
-
- service - Variable in class org.apache.sshd.client.auth.deprecated.AbstractUserAuth
-
- service - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- Service - Interface in org.apache.sshd.common
-
See RFC 4253 [SSH-TRANS] and the SSH_MSG_SERVICE_REQUEST packet.
- service - Variable in class org.apache.sshd.server.auth.AbstractUserAuth
-
- serviceAccept() - Method in class org.apache.sshd.common.session.AbstractSession
-
- serviceAccept() - Method in class org.apache.sshd.server.session.ServerSession
-
- serviceFactories - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- ServiceFactory - Interface in org.apache.sshd.common
-
- ServiceFactory.Utils - Class in org.apache.sshd.common
-
Utility class to help using NamedFactories
- session - Variable in class org.apache.sshd.client.auth.deprecated.AbstractUserAuth
-
- session - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
- session - Variable in class org.apache.sshd.client.session.ClientUserAuthServiceNew
-
- session - Variable in class org.apache.sshd.client.session.ClientUserAuthServiceOld
-
- session - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- Session - Interface in org.apache.sshd.common
-
Represents an SSH session
- session - Variable in class org.apache.sshd.common.session.AbstractConnectionService
-
- SESSION - Static variable in class org.apache.sshd.common.session.AbstractSession
-
Name of the property where this session is stored in the attributes of the
underlying MINA session.
- session - Variable in class org.apache.sshd.server.auth.AbstractUserAuth
-
- Session.AttributeKey<T> - Class in org.apache.sshd.common
-
- Session.TimeoutStatus - Enum in org.apache.sshd.common
-
Timeout status.
- SessionAware - Interface in org.apache.sshd.server
-
Interface that can be implemented by a command to be able to access the
server session in which this command will be used.
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.AbstractSessionIoHandler
-
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.forward.SocksProxy
-
- sessionClosed(IoSession) - Method in interface org.apache.sshd.common.io.IoHandler
-
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.io.mina.MinaService
-
- sessionClosed(Nio2Session) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- sessionClosed(Session) - Method in class org.apache.sshd.common.session.SessionTimeoutListener
-
- sessionClosed(Session) - Method in interface org.apache.sshd.common.SessionListener
-
A session has been closed
- sessionClosed(Session) - Method in class org.apache.sshd.server.auth.CachingPublicKeyAuthenticator
-
- sessionClosed(IoSession) - Method in class org.apache.sshd.server.x11.X11ForwardSupport
-
- sessionConfig - Variable in class org.apache.sshd.common.io.mina.MinaService
-
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.AbstractSessionIoHandler
-
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.forward.SocksProxy
-
- sessionCreated(IoSession) - Method in interface org.apache.sshd.common.io.IoHandler
-
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.io.mina.MinaService
-
- sessionCreated(Session) - Method in class org.apache.sshd.common.session.SessionTimeoutListener
-
- sessionCreated(Session) - Method in interface org.apache.sshd.common.SessionListener
-
A new session just been created
- sessionCreated(Session) - Method in class org.apache.sshd.server.auth.CachingPublicKeyAuthenticator
-
- sessionCreated(IoSession) - Method in class org.apache.sshd.server.x11.X11ForwardSupport
-
- sessionEvent(Session, SessionListener.Event) - Method in class org.apache.sshd.common.session.SessionTimeoutListener
-
- sessionEvent(Session, SessionListener.Event) - Method in interface org.apache.sshd.common.SessionListener
-
An event has been triggered
- sessionEvent(Session, SessionListener.Event) - Method in class org.apache.sshd.server.auth.CachingPublicKeyAuthenticator
-
- SessionFactory - Class in org.apache.sshd.client
-
A factory of client sessions.
- SessionFactory() - Constructor for class org.apache.sshd.client.SessionFactory
-
- SessionFactory - Class in org.apache.sshd.server.session
-
A factory of server sessions.
- SessionFactory() - Constructor for class org.apache.sshd.server.session.SessionFactory
-
- sessionFactory - Variable in class org.apache.sshd.SshClient
-
- sessionFactory - Variable in class org.apache.sshd.SshServer
-
- sessionId - Variable in class org.apache.sshd.common.session.AbstractSession
-
- SessionListener - Interface in org.apache.sshd.common
-
Represents an interface receiving Session events.
- SessionListener.Event - Enum in org.apache.sshd.common
-
- sessionListenerProxy - Variable in class org.apache.sshd.common.session.AbstractSession
-
- sessions - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
-
- sessionTimeoutListener - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- SessionTimeoutListener - Class in org.apache.sshd.common.session
-
Task that iterates over all currently open
AbstractSession
s and checks each of them for timeouts.
- SessionTimeoutListener() - Constructor for class org.apache.sshd.common.session.SessionTimeoutListener
-
- set(String, String) - Method in class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
adds a variable to the environment.
- setAgentFactory(SshAgentFactory) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setAgentForwarding(boolean) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setAlgorithm(String) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- setAllowMoreSessions(boolean) - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- setAllowMoreSessions(boolean) - Method in interface org.apache.sshd.common.session.ConnectionService
-
- setAttribute(SshFile.Attribute, Object) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
- setAttribute(SshFile.Attribute, Object) - Method in interface org.apache.sshd.common.file.SshFile
-
- setAttribute(Object, Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Sets a user-defined attribute.
- setAttribute(Object, Object) - Method in class org.apache.sshd.common.io.mina.MinaSession
-
- setAttribute(Object, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- setAttribute(Session.AttributeKey<T>, E) - Method in class org.apache.sshd.common.session.AbstractSession
-
Sets a user-defined attribute.
- setAttribute(Session.AttributeKey<T>, E) - Method in interface org.apache.sshd.common.Session
-
Sets a user-defined attribute.
- setAttributes(Map<SshFile.Attribute, Object>) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
- setAttributes(Map<SshFile.Attribute, Object>) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFileNio
-
- setAttributes(Map<SshFile.Attribute, Object>) - Method in interface org.apache.sshd.common.file.SshFile
-
- setAuthed(boolean) - Method in interface org.apache.sshd.client.future.AuthFuture
-
Notifies that the session has been authenticated.
- setAuthed(boolean) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- setAuthenticated() - Method in class org.apache.sshd.common.session.AbstractSession
-
- setBasedir(String) - Method in class org.apache.sshd.common.util.DirectoryScanner
-
Sets the base directory to be scanned.
- setBasedir(File) - Method in class org.apache.sshd.common.util.DirectoryScanner
-
Sets the base directory to be scanned.
- setCaseInsensitive(boolean) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Should this file system be case insensitive.
- setChannelFactories(List<NamedFactory<Channel>>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setChannelSession(ChannelSession) - Method in interface org.apache.sshd.server.ChannelSessionAware
-
Receives the channel in which the command is being executed.
- setCipherFactories(List<NamedFactory<Cipher>>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setClient(ClientFactoryManager) - Method in class org.apache.sshd.client.SessionFactory
-
- setClosed() - Method in interface org.apache.sshd.common.future.CloseFuture
-
Marks this future as closed and notifies all threads waiting for this
future.
- setClosed() - Method in class org.apache.sshd.common.future.DefaultCloseFuture
-
- setCommand(String[]) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- setCommandFactory(CommandFactory) - Method in class org.apache.sshd.SshServer
-
- setCompressionFactories(List<NamedFactory<Compression>>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setCreateHome(boolean) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set if the home directories be created automatically
- setCurveParameters(ECParameterSpec) - Method in class org.apache.sshd.common.kex.ECDH
-
- setDataReceiver(ChannelDataReceiver) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- setDefaultHomeDir(String) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- setDomain(String) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- setDone(boolean) - Method in class org.apache.sshd.server.sftp.SftpSubsystem.DirectoryHandle
-
- setEnv(String, String) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setErr(OutputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setErr(OutputStream) - Method in interface org.apache.sshd.ClientChannel
-
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.command.ScpCommand
-
- setErrorStream(OutputStream) - Method in interface org.apache.sshd.server.Command
-
Set the error stream that can be used by the shell to write its errors.
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.command.UnknownCommand
-
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setException(Throwable) - Method in interface org.apache.sshd.client.future.AuthFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- setException(Throwable) - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- setException(Throwable) - Method in interface org.apache.sshd.client.future.OpenFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - Method in class org.apache.sshd.common.session.AbstractSession.PendingWriteFuture
-
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.command.ScpCommand
-
- setExitCallback(ExitCallback) - Method in interface org.apache.sshd.server.Command
-
Set the callback that the shell has to call when it is closed.
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.command.UnknownCommand
-
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.AbstractDH
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.DH
-
- setF(BigInteger) - Method in class org.apache.sshd.common.kex.DH
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.ECDH
-
- setFiles(String[]) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
-
- setFileSystemFactory(FileSystemFactory) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setFileSystemView(FileSystemView) - Method in interface org.apache.sshd.common.file.FileSystemAware
-
Set the file system in which this shell will be executed.
- setFileSystemView(FileSystemView) - Method in class org.apache.sshd.server.command.ScpCommand
-
- setFileSystemView(FileSystemView) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- setG(byte[]) - Method in class org.apache.sshd.common.kex.DH
-
- setG(BigInteger) - Method in class org.apache.sshd.common.kex.DH
-
- setGlobalRequestHandlers(List<RequestHandler<ConnectionService>>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setGSSAuthenticator(GSSAuthenticator) - Method in class org.apache.sshd.SshServer
-
- setHost(String) - Method in class org.apache.sshd.SshServer
-
- setIn(InputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setIn(InputStream) - Method in interface org.apache.sshd.ClientChannel
-
Set an input stream that will be read by this channel and forwarded to
the remote channel.
- setIncludes(String[]) - Method in class org.apache.sshd.common.util.DirectoryScanner
-
Sets the list of include patterns to use.
- setInputStream(InputStream) - Method in class org.apache.sshd.server.command.ScpCommand
-
- setInputStream(InputStream) - Method in interface org.apache.sshd.server.Command
-
Set the input stream that can be used by the shell to read input.
- setInputStream(InputStream) - Method in class org.apache.sshd.server.command.UnknownCommand
-
- setInputStream(InputStream) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- setInputStream(InputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setIoErrorStream(IoOutputStream) - Method in interface org.apache.sshd.server.AsyncCommand
-
Set the error stream that can be used by the shell to write its errors.
- setIoInputStream(IoInputStream) - Method in interface org.apache.sshd.server.AsyncCommand
-
Set the input stream that can be used by the shell to read input.
- setIoOutputStream(IoOutputStream) - Method in interface org.apache.sshd.server.AsyncCommand
-
Set the output stream that can be used by the shell to write its output.
- setIoServiceFactoryFactory(IoServiceFactoryFactory) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setKeyExchangeFactories(List<NamedFactory<KeyExchange>>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setKeyPairProvider(KeyPairProvider) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setKeySize(int) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- setKeySpec(AlgorithmParameterSpec) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- setKeytabFile(String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Set the location of the Kerberos keytab.
- setLastModified(long) - Method in class org.apache.sshd.common.file.nativefs.NativeSshFile
-
Set the last modified time stamp of a file
- setLastModified(long) - Method in interface org.apache.sshd.common.file.SshFile
-
Set the last modified time stamp of a file
- setMacFactories(List<NamedFactory<Mac>>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setNioWorkers(int) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setNoDelay(boolean) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- setOpened() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- setOpened() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Sets the newly connected session and notifies all threads waiting for
this future.
- setOption(NetworkChannel, String, SocketOption<T>, T) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- setOut(OutputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setOut(OutputStream) - Method in interface org.apache.sshd.ClientChannel
-
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.command.ScpCommand
-
- setOutputStream(OutputStream) - Method in interface org.apache.sshd.server.Command
-
Set the output stream that can be used by the shell to write its output.
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.command.UnknownCommand
-
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setOverwriteAllowed(boolean) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- setP(byte[]) - Method in class org.apache.sshd.common.kex.DH
-
- setP(BigInteger) - Method in class org.apache.sshd.common.kex.DH
-
- setPasswordAuthenticator(PasswordAuthenticator) - Method in class org.apache.sshd.SshServer
-
- setPasswordFinder(PasswordFinder) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
-
- setPasswordFinder(PasswordFinder) - Method in class org.apache.sshd.common.keyprovider.ResourceKeyPairProvider
- setPath(String) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
- setPort(int) - Method in class org.apache.sshd.SshServer
-
Configure the port number to use for this SSH server.
- setProperties(Map<String, String>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setPtyColumns(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyHeight(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyLines(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyModes(Map<PtyMode, Integer>) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyType(String) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPtyWidth(int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setPublickeyAuthenticator(PublickeyAuthenticator) - Method in class org.apache.sshd.SshServer
-
- setRandomFactory(Factory<Random>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setRegisterBouncyCastle(boolean) - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- setResources(String[]) - Method in class org.apache.sshd.common.keyprovider.ResourceKeyPairProvider
- setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setScheduledExecutorService(ScheduledExecutorService, boolean) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setSecurityProvider(String) - Static method in class org.apache.sshd.common.util.SecurityUtils
-
- setServer(ServerFactoryManager) - Method in class org.apache.sshd.server.session.SessionFactory
-
- setServerKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.SshClient
-
- setServiceFactories(List<ServiceFactory>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setServicePrincipalName(String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Set the service principal name to be used.
- setSession(ClientSession) - Method in interface org.apache.sshd.client.future.ConnectFuture
-
Sets the newly connected session and notifies all threads waiting for
this future.
- setSession(ClientSession) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- setSession(IoSession) - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Sets the newly connected session and notifies all threads waiting for
this future.
- setSession(ServerSession) - Method in interface org.apache.sshd.server.SessionAware
-
Set the server session in which this shell will be executed.
- setSession(ServerSession) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.SshClient
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.SshServer
-
- setShellFactory(Factory<Command>) - Method in class org.apache.sshd.SshServer
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setStat(String, SftpClient.Attributes) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- setStat(SftpClient.Handle, SftpClient.Attributes) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- setStat(String, SftpClient.Attributes) - Method in interface org.apache.sshd.client.SftpClient
-
- setStat(SftpClient.Handle, SftpClient.Attributes) - Method in interface org.apache.sshd.client.SftpClient
-
- setStreaming(ClientChannel.Streaming) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setStreaming(ClientChannel.Streaming) - Method in interface org.apache.sshd.ClientChannel
-
- setSttyCommand(String) - Static method in class org.apache.sshd.common.util.SttySupport
-
The command to use to set the terminal options.
- setSubsystemFactories(List<NamedFactory<Command>>) - Method in class org.apache.sshd.SshServer
-
- setTcpipForwarderFactory(TcpipForwarderFactory) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setTcpipForwardingFilter(ForwardingFilter) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setTcpipForwardingFilter(ForwardingFilter) - Method in class org.apache.sshd.SshServer
-
- setTimeout(int) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- setUnsupportedAttributePolicy(NativeFileSystemView.UnsupportedAttributePolicy) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemView
-
- setUpDefaultCiphers() - Static method in class org.apache.sshd.SshBuilder.BaseBuilder
-
- setUpDefaultClient() - Static method in class org.apache.sshd.SshClient
-
Setup a default client.
- setUpDefaultServer() - Static method in class org.apache.sshd.SshServer
-
- setupSensibleDefaultPty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setupSessionTimeout(AbstractSessionFactory) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- setUsePty(boolean) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setUserAuthFactories(List<NamedFactory<UserAuth>>) - Method in class org.apache.sshd.SshClient
-
- setUserAuthFactories(List<NamedFactory<UserAuth>>) - Method in class org.apache.sshd.SshServer
-
- setUserHomeDir(String, String) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- setUserInteraction(UserInteraction) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- setUserInteraction(UserInteraction) - Method in interface org.apache.sshd.ClientSession
-
- setUserInteraction(UserInteraction) - Method in class org.apache.sshd.SshClient
-
- setUsername(String) - Method in class org.apache.sshd.common.session.AbstractSession
-
- setValue(Object) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Sets the result of the asynchronous operation, and mark it as finished.
- setWritten() - Method in class org.apache.sshd.common.session.AbstractSession.PendingWriteFuture
-
- SftpClient - Interface in org.apache.sshd.client
-
- SftpClient.Attribute - Enum in org.apache.sshd.client
-
- SftpClient.Attributes - Class in org.apache.sshd.client
-
- SftpClient.DirEntry - Class in org.apache.sshd.client
-
- SftpClient.Handle - Class in org.apache.sshd.client
-
- SftpClient.OpenMode - Enum in org.apache.sshd.client
-
- SftpException - Exception in org.apache.sshd.client
-
- SftpException(int, String) - Constructor for exception org.apache.sshd.client.SftpException
-
- SftpSubsystem - Class in org.apache.sshd.server.sftp
-
SFTP subsystem
- SftpSubsystem() - Constructor for class org.apache.sshd.server.sftp.SftpSubsystem
-
- SftpSubsystem(ExecutorService) - Constructor for class org.apache.sshd.server.sftp.SftpSubsystem
-
- SftpSubsystem(ExecutorService, boolean) - Constructor for class org.apache.sshd.server.sftp.SftpSubsystem
-
- SftpSubsystem.DirectoryHandle - Class in org.apache.sshd.server.sftp
-
- SftpSubsystem.Factory - Class in org.apache.sshd.server.sftp
-
- SftpSubsystem.FileHandle - Class in org.apache.sshd.server.sftp
-
- SftpSubsystem.Handle - Class in org.apache.sshd.server.sftp
-
- SHA1 - Class in org.apache.sshd.common.digest
-
SHA1 Digest.
- SHA1() - Constructor for class org.apache.sshd.common.digest.SHA1
-
Create a new instance of a SHA1 digest
- SHA1.Factory - Class in org.apache.sshd.common.digest
-
Named factory for SHA1 digest
- SHA256 - Class in org.apache.sshd.common.digest
-
SHA-256 Digest.
- SHA256() - Constructor for class org.apache.sshd.common.digest.SHA256
-
Create a new instance of a SHA-256 digest
- SHA256.Factory - Class in org.apache.sshd.common.digest
-
Named factory for SHA1 digest
- SHA384 - Class in org.apache.sshd.common.digest
-
SHA-384 Digest.
- SHA384() - Constructor for class org.apache.sshd.common.digest.SHA384
-
Create a new instance of a SHA-384 digest
- SHA384.Factory - Class in org.apache.sshd.common.digest
-
Named factory for SHA1 digest
- SHA512 - Class in org.apache.sshd.common.digest
-
SHA-512 Digest.
- SHA512() - Constructor for class org.apache.sshd.common.digest.SHA512
-
Create a new instance of a SHA-512 digest
- SHA512.Factory - Class in org.apache.sshd.common.digest
-
Named factory for SHA1 digest
- shellFactory - Variable in class org.apache.sshd.SshServer
-
- shutdownExecutor - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- shutdownExecutor - Variable in class org.apache.sshd.server.command.ScpCommand
-
- sign(PublicKey, byte[]) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- sign(PublicKey, byte[]) - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- sign(PublicKey, byte[]) - Method in class org.apache.sshd.agent.local.AgentImpl
-
- sign(PublicKey, byte[]) - Method in interface org.apache.sshd.agent.SshAgent
-
- sign() - Method in class org.apache.sshd.common.signature.AbstractSignatureDSA
-
- sign() - Method in interface org.apache.sshd.common.Signature
-
Compute the signature
- sign() - Method in class org.apache.sshd.common.signature.SignatureECDSA
-
- sign() - Method in class org.apache.sshd.common.signature.SignatureRSA
-
- signal(Signal) - Method in class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
- Signal - Enum in org.apache.sshd.server
-
System signals definition that the shell can receive.
- signal(Signal) - Method in interface org.apache.sshd.server.SignalListener
-
- SignalListener - Interface in org.apache.sshd.server
-
Define a listener to receive signals
- Signature - Interface in org.apache.sshd.common
-
Signature interface for SSH used to sign or verify packets
Usually wraps a javax.crypto.Signature object
- signature - Variable in class org.apache.sshd.common.signature.AbstractSignature
-
- SignatureDSA - Class in org.apache.sshd.common.signature
-
TODO Add javadoc
- SignatureDSA() - Constructor for class org.apache.sshd.common.signature.SignatureDSA
-
- SignatureDSA.Factory - Class in org.apache.sshd.common.signature
-
A named factory for DSA signature
- SignatureECDSA - Class in org.apache.sshd.common.signature
-
Signature algorithm for EC keys using ECDSA.
- SignatureECDSA(String) - Constructor for class org.apache.sshd.common.signature.SignatureECDSA
-
- SignatureECDSA.NISTP256Factory - Class in org.apache.sshd.common.signature
-
A named factory for ECDSA signatures of NIST P-256
- SignatureECDSA.NISTP384Factory - Class in org.apache.sshd.common.signature
-
A named factory for ECDSA signatures of NIST P-384
- SignatureECDSA.NISTP521Factory - Class in org.apache.sshd.common.signature
-
A named factory for ECDSA signatures of NIST P-521
- signatureFactories - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- signatureFactories - Variable in class org.apache.sshd.SshBuilder.BaseBuilder
-
- signatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.SshBuilder.BaseBuilder
-
- SignatureRSA - Class in org.apache.sshd.common.signature
-
RSA Signature
- SignatureRSA() - Constructor for class org.apache.sshd.common.signature.SignatureRSA
-
- SignatureRSA.Factory - Class in org.apache.sshd.common.signature
-
A named factory for RSA Signature
- SimpleGeneratorHostKeyProvider - Class in org.apache.sshd.server.keyprovider
-
TODO Add javadoc
- SimpleGeneratorHostKeyProvider() - Constructor for class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
-
- SimpleGeneratorHostKeyProvider(String) - Constructor for class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
-
- SimpleGeneratorHostKeyProvider(String, String) - Constructor for class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
-
- SimpleGeneratorHostKeyProvider(String, String, int) - Constructor for class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
-
- SingletonRandomFactory - Class in org.apache.sshd.common.random
-
A random factory wrapper that uses a single random instance.
- SingletonRandomFactory(NamedFactory<Random>) - Constructor for class org.apache.sshd.common.random.SingletonRandomFactory
-
- size - Variable in class org.apache.sshd.client.SftpClient.Attributes
-
- size(long) - Method in class org.apache.sshd.client.SftpClient.Attributes
-
- SKIP_SIZE - Static variable in class org.apache.sshd.common.cipher.BaseRC4Cipher
-
- SOCKET_BACKLOG - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket backlog.
- SOCKET_KEEPALIVE - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket keep-alive.
- SOCKET_LINGER - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket linger.
- SOCKET_RCVBUF - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket receive buffer size.
- SOCKET_REUSEADDR - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket reuse address.
- SOCKET_SNDBUF - Static variable in interface org.apache.sshd.common.FactoryManager
-
Socket send buffer size.
- Socks4(IoSession) - Constructor for class org.apache.sshd.common.forward.SocksProxy.Socks4
-
- Socks5(IoSession) - Constructor for class org.apache.sshd.common.forward.SocksProxy.Socks5
-
- SocksProxy - Class in org.apache.sshd.common.forward
-
SOCKS proxy server, supporting simple socks4/5 protocols.
- SocksProxy(ConnectionService) - Constructor for class org.apache.sshd.common.forward.SocksProxy
-
- SocksProxy.Proxy - Class in org.apache.sshd.common.forward
-
- SocksProxy.Socks4 - Class in org.apache.sshd.common.forward
-
- SocksProxy.Socks5 - Class in org.apache.sshd.common.forward
-
- SSH2_AGENT_FAILURE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENT_IDENTITIES_ANSWER - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENT_SIGN_RESPONSE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_ADD_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_REMOVE_ALL_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_REMOVE_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_REQUEST_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_AGENTC_SIGN_REQUEST - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_BY_APPLICATION - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_COMPRESSION_ERROR - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_CONNECTION_LOST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_HOST_AUTHENTICATION_FAILED - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_ILLEGAL_USER_NAME - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_KEY_EXCHANGE_FAILED - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_MAC_ERROR - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_PROTOCOL_ERROR - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_RESERVED - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_SERVICE_NOT_AVAILABLE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH2_DISCONNECT_TOO_MANY_CONNECTIONS - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_AGENT_SUCCESS - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AUTHSOCKET_ENV_NAME - Static variable in interface org.apache.sshd.agent.SshAgent
-
- SSH_DSS - Static variable in interface org.apache.sshd.common.KeyPairProvider
-
SSH identifier for DSA keys
- SSH_FILEXFER_ATTR_ACMODTIME - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FILEXFER_ATTR_ACMODTIME - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FILEXFER_ATTR_EXTENDED - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FILEXFER_ATTR_EXTENDED - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FILEXFER_ATTR_PERMISSIONS - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FILEXFER_ATTR_PERMISSIONS - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FILEXFER_ATTR_SIZE - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FILEXFER_ATTR_SIZE - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FILEXFER_ATTR_UIDGID - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FILEXFER_ATTR_UIDGID - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FX_BAD_MESSAGE - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FX_BAD_MESSAGE - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FX_CONNECTION_LOST - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FX_CONNECTION_LOST - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FX_EOF - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FX_EOF - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FX_FAILURE - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FX_FAILURE - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FX_NO_CONNECTION - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FX_NO_CONNECTION - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FX_NO_SUCH_FILE - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FX_NO_SUCH_FILE - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FX_OK - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FX_OK - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FX_OP_UNSUPPORTED - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FX_OP_UNSUPPORTED - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FX_PERMISSION_DENIED - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FX_PERMISSION_DENIED - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXF_APPEND - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXF_APPEND - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXF_CREAT - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXF_CREAT - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXF_EXCL - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXF_EXCL - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXF_READ - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXF_READ - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXF_TRUNC - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXF_TRUNC - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXF_WRITE - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXF_WRITE - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_ATTRS - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_ATTRS - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_CLOSE - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_CLOSE - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_DATA - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_DATA - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_EXTENDED - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_EXTENDED - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_EXTENDED_REPLY - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_EXTENDED_REPLY - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_FSETSTAT - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_FSETSTAT - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_FSTAT - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_FSTAT - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_HANDLE - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_HANDLE - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_INIT - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_INIT - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_LSTAT - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_LSTAT - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_MKDIR - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_MKDIR - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_NAME - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_NAME - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_OPEN - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_OPEN - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_OPENDIR - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_OPENDIR - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_READ - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_READ - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_READDIR - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_READDIR - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_READLINK - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_READLINK - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_REALPATH - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_REALPATH - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_REMOVE - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_REMOVE - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_RENAME - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_RENAME - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_RMDIR - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_RMDIR - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_SETSTAT - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_SETSTAT - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_STAT - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_STAT - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_STATUS - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_STATUS - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_SYMLINK - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_SYMLINK - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_VERSION - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_VERSION - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_FXP_WRITE - Static variable in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- SSH_FXP_WRITE - Static variable in class org.apache.sshd.server.sftp.SftpSubsystem
-
- SSH_MSG_CHANNEL_CLOSE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_DATA - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_EOF - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_EXTENDED_DATA - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_FAILURE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_OPEN - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_OPEN_CONFIRMATION - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_OPEN_FAILURE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_REQUEST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_SUCCESS - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_CHANNEL_WINDOW_ADJUST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_DEBUG - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_DISCONNECT - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_GLOBAL_REQUEST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_IGNORE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEX_DH_GEX_GROUP - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEX_DH_GEX_INIT - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEX_DH_GEX_REPLY - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEX_DH_GEX_REQUEST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEX_DH_GEX_REQUEST_OLD - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEX_FIRST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEX_LAST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEXDH_INIT - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEXDH_REPLY - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_KEXINIT - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_NEWKEYS - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_REQUEST_FAILURE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_REQUEST_SUCCESS - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_SERVICE_ACCEPT - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_SERVICE_REQUEST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_UNIMPLEMENTED - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_USERAUTH_BANNER - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_USERAUTH_FAILURE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_USERAUTH_GSSAPI_MIC - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_USERAUTH_INFO_REQUEST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_USERAUTH_INFO_RESPONSE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_USERAUTH_PASSWD_CHANGEREQ - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_USERAUTH_PK_OK - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_USERAUTH_REQUEST - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_MSG_USERAUTH_SUCCESS - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_OPEN_ADMINISTRATIVELY_PROHIBITED - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_OPEN_CONNECT_FAILED - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_OPEN_RESOURCE_SHORTAGE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_OPEN_UNKNOWN_CHANNEL_TYPE - Static variable in interface org.apache.sshd.common.SshConstants
-
- SSH_RSA - Static variable in interface org.apache.sshd.common.KeyPairProvider
-
SSH identifier for RSA keys
- SshAgent - Interface in org.apache.sshd.agent
-
SSH key agent server
- SshAgent.Pair<U,V> - Class in org.apache.sshd.agent
-
- SshAgentConstants - Class in org.apache.sshd.agent
-
- SshAgentFactory - Interface in org.apache.sshd.agent
-
The SshAgentFactory
is used to communicate with an SshAgent.
- SshAgentServer - Interface in org.apache.sshd.agent
-
- SshAgentSession(long, SshAgent) - Constructor for class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- SshBuilder - Class in org.apache.sshd
-
A builder object for creating SshServer instances.
- SshBuilder() - Constructor for class org.apache.sshd.SshBuilder
-
- SshBuilder.BaseBuilder<T extends AbstractFactoryManager,S extends SshBuilder.BaseBuilder<T,S>> - Class in org.apache.sshd
-
- SshBuilder.ClientBuilder - Class in org.apache.sshd
-
SshClient builder
- SshBuilder.ServerBuilder - Class in org.apache.sshd
-
SshServer builder
- SshClient - Class in org.apache.sshd
-
Entry point for the client side of the SSH protocol.
- SshClient() - Constructor for class org.apache.sshd.SshClient
-
- SshConstants - Interface in org.apache.sshd.common
-
This interface defines constants for the SSH protocol.
- SshdSocketAddress - Class in org.apache.sshd.common
-
A simple socket address holding the host name and port number.
- SshdSocketAddress(String, int) - Constructor for class org.apache.sshd.common.SshdSocketAddress
-
- SshdThreadFactory(String) - Constructor for class org.apache.sshd.common.util.ThreadUtils.SshdThreadFactory
-
- SshException - Exception in org.apache.sshd.common
-
TODO Add javadoc
- SshException() - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(String) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(String, Throwable) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(Throwable) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(int) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(int, String) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(int, Throwable) - Constructor for exception org.apache.sshd.common.SshException
-
- SshException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.SshException
-
- SshFile - Interface in org.apache.sshd.common.file
-
This is the file abstraction used by the server.
- SshFile.Attribute - Enum in org.apache.sshd.common.file
-
- SshFile.Permission - Enum in org.apache.sshd.common.file
-
- SshFuture<T extends SshFuture> - Interface in org.apache.sshd.common.future
-
Represents the completion of an asynchronous SSH operation on a given object
(it may be an SSH session or an SSH channel).
- SshFutureListener<T extends SshFuture> - Interface in org.apache.sshd.common.future
-
Something interested in being notified when the completion
of an asynchronous SSH operation :
SshFuture
.
- SshServer - Class in org.apache.sshd
-
The SshServer class is the main entry point for the server side of the SSH protocol.
- SshServer() - Constructor for class org.apache.sshd.SshServer
-
- StandardEnvironment() - Constructor for class org.apache.sshd.server.channel.ChannelSession.StandardEnvironment
-
- start() - Method in class org.apache.sshd.agent.unix.AgentServer
-
- start() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- start() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- start() - Method in class org.apache.sshd.client.session.ClientUserAuthServiceNew
-
- start() - Method in class org.apache.sshd.client.session.ClientUserAuthServiceOld
-
- start() - Method in interface org.apache.sshd.common.Service
-
- start() - Method in class org.apache.sshd.common.session.AbstractConnectionService
-
- start(Environment) - Method in class org.apache.sshd.server.command.ScpCommand
-
- start(Environment) - Method in interface org.apache.sshd.server.Command
-
Starts the shell.
- start(Environment) - Method in class org.apache.sshd.server.command.UnknownCommand
-
- start() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- start(Environment) - Method in class org.apache.sshd.server.sftp.SftpSubsystem
-
- start(Map<String, String>) - Method in interface org.apache.sshd.server.shell.InvertedShell
-
Starts the shell and will make the streams available for
the ssh server to retrieve and use.
- start(Environment) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- start(Map<String, String>) - Method in class org.apache.sshd.server.shell.ProcessShellFactory.ProcessShell
-
- start() - Method in class org.apache.sshd.SshClient
-
- start() - Method in class org.apache.sshd.SshServer
-
Start the SSH server and accept incoming exceptions on the configured port.
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- startDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.ClientSession
-
Start dynamic local port forwarding using a SOCKS proxy.
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- startDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.TcpipForwarder
-
- started - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
- startHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.ClientSession
-
Start forwarding the given local address on the client to the given address on the server.
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.common.TcpipForwarder
-
Start forwarding the given local address on the client to the given address on the server.
- startReading() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.ClientSession
-
Start forwarding tcpip from the given address on the server to the
given address on the client.
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.common.TcpipForwarder
-
Start forwarding tcpip from the given remote address to the
given local address.
- startService(String) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- startService(String) - Method in class org.apache.sshd.common.session.AbstractSession
-
- startService(String) - Method in class org.apache.sshd.server.session.ServerSession
-
- stat(String) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- stat(SftpClient.Handle) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- stat(String) - Method in interface org.apache.sshd.client.SftpClient
-
- stat(SftpClient.Handle) - Method in interface org.apache.sshd.client.SftpClient
-
- state - Variable in class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
-
State of this object
- STDERR_DATA - Static variable in interface org.apache.sshd.ClientChannel
-
- STDOUT_DATA - Static variable in interface org.apache.sshd.ClientChannel
-
- stop() - Method in class org.apache.sshd.SshClient
-
- stop() - Method in class org.apache.sshd.SshServer
-
Stop the SSH server.
- stop(boolean) - Method in class org.apache.sshd.SshServer
-
- stopDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- stopDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.ClientSession
-
Stop a previously started dynamic port forwarding.
- stopDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- stopDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.TcpipForwarder
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.ClientSession
-
Stop forwarding the given local address.
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.TcpipForwarder
-
Stop forwarding the given local address.
- stopRemotePortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- stopRemotePortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.ClientSession
-
Stop forwarding of the given remote address.
- stopRemotePortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultTcpipForwarder
-
- stopRemotePortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.TcpipForwarder
-
Stop forwarding of the given remote address.
- stopSessionTimeoutListener(AbstractSessionFactory) - Method in class org.apache.sshd.common.AbstractFactoryManager
-
- streaming - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- stripLeadingZeroes(byte[]) - Static method in class org.apache.sshd.common.kex.AbstractDH
-
- stty(String) - Static method in class org.apache.sshd.common.util.SttySupport
-
Execute the stty command with the specified arguments
against the current active terminal.
- SttySupport - Class in org.apache.sshd.common.util
-
Support for stty command on unix
- SttySupport() - Constructor for class org.apache.sshd.common.util.SttySupport
-
- subsystemFactories - Variable in class org.apache.sshd.SshServer
-
- suspend() - Method in class org.apache.sshd.common.io.mina.MinaSession
-
- suspend() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- switchToNextService() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- switchToNoneCipher() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- switchToNoneCipher() - Method in interface org.apache.sshd.ClientSession
-
Switch to a none cipher for performance.
- symLink(String, String) - Method in class org.apache.sshd.client.sftp.DefaultSftpClient
-
- symLink(String, String) - Method in interface org.apache.sshd.client.SftpClient
-
- validateIdentity(ServerSession, String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Validate the source identity obtained from the context after negotiation is complete.
- validateInitialUser(ServerSession, String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Validate the user name passed in the initial SSH_MSG_USERAUTH_REQUEST message.
- valueOf(String) - Static method in enum org.apache.sshd.client.auth.deprecated.UserAuth.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.ScpClient.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.SftpClient.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.SftpClient.OpenMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.ClientChannel.Streaming
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.channel.AbstractChannel.GracefulState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.Cipher.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.Compression.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.file.nativefs.NativeFileSystemView.UnsupportedAttributePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.file.SshFile.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.file.SshFile.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.PtyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.RequestHandler.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.Session.TimeoutStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.SessionListener.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.util.CloseableUtils.AbstractCloseable.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.shell.ProcessShellFactory.TtyOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.Signal
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.sshd.client.auth.deprecated.UserAuth.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.ScpClient.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.SftpClient.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.client.SftpClient.OpenMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.ClientChannel.Streaming
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.channel.AbstractChannel.GracefulState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.Cipher.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.Compression.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.file.nativefs.NativeFileSystemView.UnsupportedAttributePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.file.SshFile.Attribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.file.SshFile.Permission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.PtyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.RequestHandler.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.Session.TimeoutStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.SessionListener.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.common.util.CloseableUtils.AbstractCloseable.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.server.shell.ProcessShellFactory.TtyOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.sshd.server.Signal
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify() - Method in interface org.apache.sshd.client.future.AuthFuture
-
Wait and verify that the authentication succeeded.
- verify() - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- verify() - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- verify() - Method in interface org.apache.sshd.client.future.OpenFuture
-
Wait and verify that the channel has been successfuly opened.
- verify() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- verify() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream.IoWriteFutureImpl
-
- verify() - Method in interface org.apache.sshd.common.io.IoReadFuture
-
Wait and verify that the read succeeded.
- verify() - Method in interface org.apache.sshd.common.io.IoWriteFuture
-
Wait and verify that the write succeeded.
- verify() - Method in class org.apache.sshd.common.session.AbstractSession.PendingWriteFuture
-
- verify(byte[]) - Method in class org.apache.sshd.common.signature.AbstractSignatureDSA
-
- verify(byte[]) - Method in class org.apache.sshd.common.signature.SignatureECDSA
-
- verify(byte[]) - Method in class org.apache.sshd.common.signature.SignatureRSA
-
- verify(byte[]) - Method in interface org.apache.sshd.common.Signature
-
Verify against the given signature
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier
-
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.DelegatingServerKeyVerifier
-
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
-
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in interface org.apache.sshd.client.ServerKeyVerifier
-
Verify that the server key provided is really the one of the host.
- version - Variable in class org.apache.sshd.common.AbstractFactoryManager
-
- VirtualFileSystemFactory - Class in org.apache.sshd.common.file.virtualfs
-
SSHd file system factory to reduce the visibility to a physical folder.
- VirtualFileSystemFactory() - Constructor for class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-
- VirtualFileSystemFactory(String) - Constructor for class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
-