- ABORT_ON_INVALID_CERTIFICATE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Defines if we should abort in case we encounter an invalid (e.g.
- 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(CloseableExecutorService) - Constructor for class org.apache.sshd.agent.common.AbstractAgentProxy
-
- AbstractChannel - Class in org.apache.sshd.common.channel
-
Provides common client/server channel functionality
- AbstractChannel(boolean) - Constructor for class org.apache.sshd.common.channel.AbstractChannel
-
- AbstractChannel(boolean, Collection<? extends RequestHandler<Channel>>) - Constructor for class org.apache.sshd.common.channel.AbstractChannel
-
- AbstractChannel(String, boolean) - Constructor for class org.apache.sshd.common.channel.AbstractChannel
-
- AbstractChannel(String, boolean, Collection<? extends RequestHandler<Channel>>, CloseableExecutorService) - 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
-
- AbstractChannelExitRequestHandler<V> - Class in org.apache.sshd.client.channel.exit
-
Provides a common base class for channel request handlers that deal with various "exit-XXX
"
requests.
- AbstractChannelExitRequestHandler(AtomicReference<V>, EventNotifier<? super String>) - Constructor for class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
- AbstractChannelRequestHandler - Class in org.apache.sshd.common.channel
-
- AbstractChannelRequestHandler() - Constructor for class org.apache.sshd.common.channel.AbstractChannelRequestHandler
-
- AbstractClientChannel - Class in org.apache.sshd.client.channel
-
TODO Add javadoc
- AbstractClientChannel(String) - Constructor for class org.apache.sshd.client.channel.AbstractClientChannel
-
- AbstractClientChannel(String, Collection<? extends RequestHandler<Channel>>) - Constructor for class org.apache.sshd.client.channel.AbstractClientChannel
-
- AbstractClientSession - Class in org.apache.sshd.client.session
-
Provides default implementations of
ClientSession
related methods
- AbstractClientSession(ClientFactoryManager, IoSession) - Constructor for class org.apache.sshd.client.session.AbstractClientSession
-
- AbstractCommandSupport - Class in org.apache.sshd.server.command
-
Provides a basic useful skeleton for
Command
executions
- AbstractCommandSupport(String, CloseableExecutorService) - Constructor for class org.apache.sshd.server.command.AbstractCommandSupport
-
- AbstractConnectionService - Class in org.apache.sshd.common.session.helpers
-
Base implementation of ConnectionService.
- AbstractConnectionService(AbstractSession) - Constructor for class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- AbstractConnectionServiceFactory - Class in org.apache.sshd.common.session
-
- AbstractConnectionServiceFactory() - Constructor for class org.apache.sshd.common.session.AbstractConnectionServiceFactory
-
- AbstractConnectionServiceRequestHandler - Class in org.apache.sshd.common.session.helpers
-
- AbstractConnectionServiceRequestHandler() - Constructor for class org.apache.sshd.common.session.helpers.AbstractConnectionServiceRequestHandler
-
- AbstractDelegatingCommandFactory - Class in org.apache.sshd.server.command
-
TODO Add javadoc
- AbstractDelegatingCommandFactory(String) - Constructor for class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- 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
-
- AbstractDHClientKeyExchange - Class in org.apache.sshd.client.kex
-
- AbstractDHClientKeyExchange(Session) - Constructor for class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- AbstractDHKeyExchange - Class in org.apache.sshd.common.kex.dh
-
- AbstractDHKeyExchange(Session) - Constructor for class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- AbstractDHServerKeyExchange - Class in org.apache.sshd.server.kex
-
- AbstractDHServerKeyExchange(Session) - Constructor for class org.apache.sshd.server.kex.AbstractDHServerKeyExchange
-
- AbstractFactoryManager - Class in org.apache.sshd.common.helpers
-
- AbstractFactoryManager() - Constructor for class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- AbstractFileSystemCommand - Class in org.apache.sshd.server.command
-
Provides a basic useful skeleton for
Command
executions that require file system access
- AbstractFileSystemCommand(String, CloseableExecutorService) - Constructor for class org.apache.sshd.server.command.AbstractFileSystemCommand
-
- AbstractIoServiceFactory - Class in org.apache.sshd.common.io
-
- AbstractIoServiceFactory(FactoryManager, CloseableExecutorService) - Constructor for class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- AbstractIoServiceFactoryFactory - Class in org.apache.sshd.common.io
-
- AbstractIoServiceFactoryFactory(Factory<CloseableExecutorService>) - Constructor for class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
-
- AbstractKexFactoryManager - Class in org.apache.sshd.common.kex
-
- AbstractKexFactoryManager() - Constructor for class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- AbstractKexFactoryManager(KexFactoryManager) - Constructor for class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- AbstractKeyPairIterator<I extends PublicKeyIdentity> - Class in org.apache.sshd.client.auth.pubkey
-
- AbstractKeyPairIterator(ClientSession) - Constructor for class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
-
- AbstractOpenSshHostKeysHandler - Class in org.apache.sshd.common.global
-
- AbstractOpenSshHostKeysHandler(String) - Constructor for class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- AbstractOpenSshHostKeysHandler(String, BufferPublicKeyParser<? extends PublicKey>) - Constructor for class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- AbstractRequestHandler<T> - Class in org.apache.sshd.common.channel
-
- AbstractRequestHandler() - Constructor for class org.apache.sshd.common.channel.AbstractRequestHandler
-
- AbstractServerChannel - Class in org.apache.sshd.server.channel
-
TODO Add javadoc
- AbstractServerChannel(CloseableExecutorService) - Constructor for class org.apache.sshd.server.channel.AbstractServerChannel
-
- AbstractServerChannel(String, Collection<? extends RequestHandler<Channel>>, CloseableExecutorService) - Constructor for class org.apache.sshd.server.channel.AbstractServerChannel
-
- AbstractServerSession - Class in org.apache.sshd.server.session
-
Provides default implementations for
ServerSession
related methods
- AbstractServerSession(ServerFactoryManager, IoSession) - Constructor for class org.apache.sshd.server.session.AbstractServerSession
-
- AbstractSession - Class in org.apache.sshd.common.session.helpers
-
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.helpers.AbstractSession
-
Create a new session.
- AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession> - Class in org.apache.sshd.common.session.helpers
-
An abstract base factory of sessions.
- AbstractSessionFactory(M) - Constructor for class org.apache.sshd.common.session.helpers.AbstractSessionFactory
-
- AbstractSessionIoHandler - Class in org.apache.sshd.common.session.helpers
-
TODO Add javadoc
- AbstractSessionIoHandler() - Constructor for class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- AbstractSimpleClient - Class in org.apache.sshd.client.simple
-
- AbstractSimpleClient() - Constructor for class org.apache.sshd.client.simple.AbstractSimpleClient
-
- AbstractSimpleClientSessionCreator - Class in org.apache.sshd.client.simple
-
- AbstractSimpleClientSessionCreator() - Constructor for class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- AbstractSimpleClientSessionCreator(long, long) - Constructor for class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- AbstractSubsystemClient - Class in org.apache.sshd.client.subsystem
-
- AbstractSubsystemClient() - Constructor for class org.apache.sshd.client.subsystem.AbstractSubsystemClient
-
- AbstractUserAuth - Class in org.apache.sshd.client.auth
-
- AbstractUserAuth(String) - Constructor for class org.apache.sshd.client.auth.AbstractUserAuth
-
- AbstractUserAuth - Class in org.apache.sshd.server.auth
-
- AbstractUserAuth(String) - Constructor for class org.apache.sshd.server.auth.AbstractUserAuth
-
- AbstractUserAuthFactory - Class in org.apache.sshd.client.auth
-
- AbstractUserAuthFactory(String) - Constructor for class org.apache.sshd.client.auth.AbstractUserAuthFactory
-
- AbstractUserAuthFactory - Class in org.apache.sshd.server.auth
-
- AbstractUserAuthFactory(String) - Constructor for class org.apache.sshd.server.auth.AbstractUserAuthFactory
-
- AbstractUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>> - Class in org.apache.sshd.common.auth
-
- AbstractUserAuthMethodFactory(String) - Constructor for class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
-
- AbstractUserAuthServiceFactory - Class in org.apache.sshd.common.auth
-
- AbstractUserAuthServiceFactory() - Constructor for class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
-
- AbstractUserAuthServiceFactory(String) - Constructor for class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
-
- AcceptAllForwardingFilter - Class in org.apache.sshd.server.forward
-
- AcceptAllForwardingFilter() - Constructor for class org.apache.sshd.server.forward.AcceptAllForwardingFilter
-
- AcceptAllHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
-
- AcceptAllPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Accepts all authentication attempts
- AcceptAllPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Accepts all authentication attempts
- AcceptAllServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
A ServerKeyVerifier that accepts all server keys.
- acceptIncompleteHostKeys(ClientSession, SocketAddress, PublicKey, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- acceptKnownHostEntries(ClientSession, SocketAddress, PublicKey, Collection<KnownHostsServerKeyVerifier.HostEntryPair>) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- acceptKnownHostEntry(ClientSession, SocketAddress, PublicKey, KnownHostEntry) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked after known host entry located and keys match - by default checks that entry has not been revoked
- acceptModifiedServerKey(ClientSession, SocketAddress, KnownHostEntry, PublicKey, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- acceptModifiedServerKey(ClientSession, SocketAddress, KnownHostEntry, PublicKey, PublicKey) - Method in interface org.apache.sshd.client.keyverifier.ModifiedServerKeyAcceptor
-
Invoked when a matching known host key was found but it does not match the presented one.
- acceptor - Variable in class org.apache.sshd.server.SshServer
-
- acceptServerProxyMetadata(ServerSession, Buffer) - Method in interface org.apache.sshd.server.session.ServerProxyAcceptor
-
Invoked before any attempt is made to retrieve the SSH client identification data of the standard SSH
protocol.
- acceptUnknownHostKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked if none of the known hosts matches the current one - by default invokes the delegate.
- addChannelListener(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- addChannelListener(ChannelListener) - Method in interface org.apache.sshd.common.channel.ChannelListenerManager
-
Add a channel listener
- addChannelListener(ChannelListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- addChannelListener(ChannelListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- addChannelSignalRequestHandlers(EventNotifier<String>) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- 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(Consumer<? super Boolean>) - Method in exception org.apache.sshd.server.auth.AsyncAuthException
-
- addPasswordIdentity(String) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- addPasswordIdentity(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- addPasswordIdentity(String) - Method in class org.apache.sshd.client.SshClient
-
- addPendingRequest(String, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Add a channel request to the tracked pending ones if reply is expected
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- addPortForwardingEventListener(PortForwardingEventListener) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManager
-
Add a port forwarding listener
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
-
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- addPortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- addPortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- addPortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManagerHolder
-
- addPortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- addPrompt(String, boolean) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- addPrompt(PromptEntry) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- addPublicKeyIdentity(KeyPair) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- addPublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- addPublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.SshClient
-
- addRequestHandler(RequestHandler<Channel>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- addRequestHandler(RequestHandler<Channel>) - Method in interface org.apache.sshd.common.channel.Channel
-
- addRequestHandlers(Collection<? extends RequestHandler<Channel>>) - Method in interface org.apache.sshd.common.channel.Channel
-
- addSessionListener(SessionListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- addSessionListener(SessionListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- addSessionListener(SessionListener) - Method in interface org.apache.sshd.common.session.SessionListenerManager
-
Add a session listener.
- addSignalListener(SignalListener, Signal...) - Method in interface org.apache.sshd.server.Environment
-
Add a qualified listener for the specific signals
- addSignalListener(SignalListener) - Method in interface org.apache.sshd.server.Environment
-
Add a global listener for all signals
- addSignalListener(SignalListener, Collection<Signal>) - Method in interface org.apache.sshd.server.Environment
-
Add a qualified listener for the specific signals
- addSignalListener(SignalListener, Collection<Signal>) - Method in class org.apache.sshd.server.StandardEnvironment
-
- aeadOutgoingBuffer(Buffer, int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- AGENT_FORWARDING_TYPE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The request type of agent forwarding.
- AGENT_FORWARDING_TYPE_IETF - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The agent forwarding type defined by IETF (https://tools.ietf.org/html/draft-ietf-secsh-agent-02).
- AGENT_FORWARDING_TYPE_OPENSSH - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The agent forwarding type defined by OpenSSH.
- 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(FactoryManager, String) - Constructor for class org.apache.sshd.agent.unix.AgentClient
-
- AgentClient(FactoryManager, String, CloseableExecutorService) - 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.helpers.AbstractFactoryManager
-
- AgentForwardedChannel - Class in org.apache.sshd.agent.local
-
- AgentForwardedChannel(String) - Constructor for class org.apache.sshd.agent.local.AgentForwardedChannel
-
- AgentForwardedChannel - Class in org.apache.sshd.agent.unix
-
- AgentForwardedChannel(long, String) - Constructor for class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- AgentForwardingFilter - Interface in org.apache.sshd.server.forward
-
- AgentForwardSupport - Interface 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.
- 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(CloseableExecutorService) - Constructor for class org.apache.sshd.agent.unix.AgentServer
-
- AgentServer(SshAgent, CloseableExecutorService) - 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
-
- AgentServerProxy(ConnectionService, CloseableExecutorService) - Constructor for class org.apache.sshd.agent.unix.AgentServerProxy
-
- AggregateShellFactory - Class in org.apache.sshd.server.shell
-
Provides different shell(s) based on some criteria of the provided
ChannelSession
- AggregateShellFactory(Collection<? extends ShellFactorySelector>) - Constructor for class org.apache.sshd.server.shell.AggregateShellFactory
-
- AggregateShellFactory(Collection<? extends ShellFactorySelector>, ShellFactory) - Constructor for class org.apache.sshd.server.shell.AggregateShellFactory
-
- ALLOW_AGENT_FORWARDING_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- ALLOW_TCP_FORWARDING_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- ALLOW_X11_FORWARDING_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- AllowTcpForwardingValue - Enum in org.apache.sshd.server.config
-
- append(B) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- append(B) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- appendOutgoingMac(Buffer, int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- appendSignature(ClientSession, String, String, PublicKey, byte[], String, String, Signature, Buffer) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- appendSignature(ClientSession, String, String, String, String, PublicKey, Buffer) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- AprLibrary - Class in org.apache.sshd.agent.unix
-
Internal singleton used for initializing correctly the APR native library and the associated root memory pool.
- asForwardingFilter(AgentForwardingFilter, X11ForwardingFilter, TcpForwardingFilter) - Static method in interface org.apache.sshd.server.forward.ForwardingFilter
-
Wraps separate filtering policies into one - any null
one is assumed to be disabled
- asListener(Object) - Method in exception org.apache.sshd.server.auth.AsyncAuthException
-
- asyncAuth(int, Buffer, boolean) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- AsyncAuthException - Exception in org.apache.sshd.server.auth
-
- AsyncAuthException() - Constructor for exception org.apache.sshd.server.auth.AsyncAuthException
-
- AsyncCommand - Interface in org.apache.sshd.server.command
-
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
-
- attachSession(IoSession, AbstractSession) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- attributeKeys() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- attributeKeys() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- attributeKeys() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- auth() - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts the authentication process.
- auth() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- auth(String) - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- 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.auth.UserAuth
-
Try to authenticate the user.
- AUTH_METHODS - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
This key is used when configuring multi-step authentications.
- AUTH_SOCKET_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Property that can be set on the
Session
in order to control the authentication timeout (millis).
- AUTH_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the timeout after which it will close the connection if the other side has not
been authenticated - in milliseconds.
- authed - Variable in exception org.apache.sshd.server.auth.AsyncAuthException
-
- authenticate(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in interface org.apache.sshd.server.auth.hostbased.HostBasedAuthenticator
-
- authenticate(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
-
- authenticate(ServerSession, String, List<String>) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- authenticate(ServerSession, String, List<String>) - Method in interface org.apache.sshd.server.auth.keyboard.KeyboardInteractiveAuthenticator
-
Called to authenticate the response to the challenge(s) sent previously
- authenticate(String, String, ServerSession) - Method in interface org.apache.sshd.server.auth.password.PasswordAuthenticator
-
Check the validity of a password.
- authenticate(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
-
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
-
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
-
- authenticate(String, PublicKey, ServerSession, Collection<? extends PublicKey>) - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
-
- authenticate(String, PublicKey, ServerSession) - Method in interface org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator
-
Check the validity of a public key.
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- authenticate(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- authenticate(String, String, ServerSession) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- authenticator - Variable in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- authFactories - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
- AuthFuture - Interface in org.apache.sshd.client.future
-
An
SshFuture
for asynchronous authentication requests.
- authFutureHolder - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
The AuthFuture that is being used by the current auth request.
- AUTHORIZED_KEY - Static variable in class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
-
- AuthorizedKeyEntriesPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
- AuthorizedKeyEntriesPublickeyAuthenticator(Object, ServerSession, Collection<? extends AuthorizedKeyEntry>, PublicKeyEntryResolver) - Constructor for class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
-
- AuthorizedKeysAuthenticator - Class in org.apache.sshd.server.config.keys
-
Uses the authorized keys file to implement
PublickeyAuthenticator
while automatically re-loading the keys if
the file has changed when a new authentication request is received.
- AuthorizedKeysAuthenticator(Path) - Constructor for class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- AuthorizedKeysAuthenticator(Path, LinkOption...) - Constructor for class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- authSession(ConnectFuture, String) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- authSession(ConnectFuture, KeyPair) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- authSession(ClientSession) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- authStart - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
- AUTO_DETECT_PASSWORD_PROMPT - Static variable in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Whether to auto-detect password challenge prompt
- AUTO_WELCOME_BANNER_VALUE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Special value that can be set for the
CoreModuleProperties.WELCOME_BANNER
property indicating that the server should generate
a banner consisting of the random art of the server's keys (if any are provided).
- autowireCreatedService(S) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- available() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- CACHE_ATTRIBUTE - Static variable in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
The
AttributeKey
used to store the cached
authentication results on the session instance
- CachingPublicKeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Caches the result per session - compensates for OpenSSH
behavior where it sends 2 requests with the same key
(see SSHD-300
).
- CachingPublicKeyAuthenticator(PublickeyAuthenticator) - Constructor for class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- calculateE() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- calculateE() - Method in class org.apache.sshd.common.kex.DHG
-
- calculateE() - Method in class org.apache.sshd.common.kex.ECDH
-
- calculateK() - Method in class org.apache.sshd.common.kex.AbstractDH
-
Lazy-called by
AbstractDH.getK()
if the shared secret data has not been calculated yet
- calculateK() - Method in class org.apache.sshd.common.kex.DHG
-
- calculateK() - Method in class org.apache.sshd.common.kex.ECDH
-
- calculateNextIgnorePacketCount(Random, long, int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- calculatePadLength(int, int, boolean) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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.
- 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(TcpForwardingFilter.Type, SshdSocketAddress, Session) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
-
- canConnect(TcpForwardingFilter.Type, SshdSocketAddress, Session) - Method in interface org.apache.sshd.server.forward.TcpForwardingFilter
-
Determine if the session may create an outbound connection.
- canForwardAgent(Session, String) - Method in interface org.apache.sshd.server.forward.AgentForwardingFilter
-
Determine if the session may arrange for agent forwarding.
- canForwardAgent(Session, String) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
-
- canForwardX11(Session, String) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
-
- canForwardX11(Session, String) - Method in interface org.apache.sshd.server.forward.X11ForwardingFilter
-
Determine if the session may arrange for X11 forwarding.
- canListen(SshdSocketAddress, Session) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
-
- canListen(SshdSocketAddress, Session) - Method in interface org.apache.sshd.server.forward.TcpForwardingFilter
-
Determine if the session may listen for inbound connections.
- cbCalled - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- CHANN2HNDLR - Static variable in interface org.apache.sshd.common.channel.ChannelRequestHandler
-
- Channel - Interface in org.apache.sshd.common.channel
-
Represents a channel opened over an SSH session - holds information that is common both to server and client
channels.
- channel - Variable in class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
-
- channel - Variable in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- CHANNEL_CLOSE_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to configure the timeout used when writing a close request on a channel.
- CHANNEL_EXEC - Static variable in interface org.apache.sshd.common.channel.Channel
-
- CHANNEL_OPEN_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Value that can be set on the
FactoryManager
or the session to configure the
channel open timeout value (millis).
- CHANNEL_SHELL - Static variable in interface org.apache.sshd.common.channel.Channel
-
- CHANNEL_SUBSYSTEM - Static variable in interface org.apache.sshd.common.channel.Channel
-
- ChannelAgentForwarding - Class in org.apache.sshd.agent.local
-
The client side channel that will receive requests forwards by the SSH server.
- ChannelAgentForwarding(CloseableExecutorService) - 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(CloseableExecutorService) - Constructor for class org.apache.sshd.agent.unix.ChannelAgentForwarding
-
- ChannelAgentForwarding.AgentClient - Class in org.apache.sshd.agent.local
-
- ChannelAgentForwardingFactory - Class in org.apache.sshd.agent.local
-
- ChannelAgentForwardingFactory(String) - Constructor for class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
-
- ChannelAgentForwardingFactory - Class in org.apache.sshd.agent.unix
-
- ChannelAgentForwardingFactory(String) - Constructor for class org.apache.sshd.agent.unix.ChannelAgentForwardingFactory
-
- ChannelAgentForwardingFactory(String, Factory<CloseableExecutorService>) - Constructor for class org.apache.sshd.agent.unix.ChannelAgentForwardingFactory
-
- 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
-
- channelClose(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Close a channel due to a close packet received
- channelClosed(Channel, Throwable) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
Called to inform about a channel being closed.
- channelData(Buffer) - Method in class org.apache.sshd.common.session.helpers.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.helpers.AbstractConnectionService
-
Process end of file on a channel
- ChannelExec - Class in org.apache.sshd.client.channel
-
Client channel to run a remote command
- ChannelExec(String, PtyChannelConfigurationHolder, Map<String, ?>) - Constructor for class org.apache.sshd.client.channel.ChannelExec
-
- channelExtendedData(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process incoming extended data on a channel
- channelFactories - Variable in class org.apache.sshd.common.BaseBuilder
-
- channelFactories(List<ChannelFactory>) - Method in class org.apache.sshd.common.BaseBuilder
-
- channelFactories - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- ChannelFactory - Interface in org.apache.sshd.common.channel
-
- channelFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process a failure on a channel
- ChannelForwardedX11 - Class in org.apache.sshd.server.x11
-
- ChannelForwardedX11(IoSession) - Constructor for class org.apache.sshd.server.x11.ChannelForwardedX11
-
- ChannelHolder - Interface in org.apache.sshd.common.channel
-
- channelInitialized(Channel) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
- ChannelListener - Interface in org.apache.sshd.common.channel
-
Provides a simple listener for client / server channels being established or torn down.
- ChannelListenerManager - Interface in org.apache.sshd.common.channel
-
- channelListenerProxy - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- channelListenerProxy - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- channelListenerProxy - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- channelListeners - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
Channel events listener
- channelListeners - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- channelListeners - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Channel events listener container
- channelOpen(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- channelOpenConfirmation(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- channelOpenFailure(Channel, Throwable) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
Called to inform about the failure to open a channel
- channelOpenFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- channelOpenSuccess(Channel) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
Called to inform about a channel being successfully opened for a session.
- ChannelOutputStream - Class in org.apache.sshd.common.channel
-
- ChannelOutputStream(AbstractChannel, Window, Logger, byte, boolean) - Constructor for class org.apache.sshd.common.channel.ChannelOutputStream
-
- ChannelOutputStream(AbstractChannel, Window, long, Logger, byte, boolean) - Constructor for class org.apache.sshd.common.channel.ChannelOutputStream
-
- ChannelOutputStream(AbstractChannel, Window, Duration, Logger, byte, boolean) - Constructor for class org.apache.sshd.common.channel.ChannelOutputStream
-
- ChannelPipedInputStream - Class in org.apache.sshd.common.channel
-
TODO Add javadoc
- ChannelPipedInputStream(PropertyResolver, Window) - Constructor for class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- ChannelPipedInputStream(Window, Duration) - Constructor for class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- ChannelPipedInputStream(Window, long) - Constructor for class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- ChannelPipedOutputStream - Class in org.apache.sshd.common.channel
-
TODO Add javadoc
- ChannelPipedOutputStream(ChannelPipedSink) - Constructor for class org.apache.sshd.common.channel.ChannelPipedOutputStream
-
- ChannelPipedSink - Interface in org.apache.sshd.common.channel
-
- channelRequest(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Service a request on a channel
- ChannelRequestHandler - Interface in org.apache.sshd.common.channel
-
- channels - Variable in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- channels - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Map of channels keyed by the identifier
- ChannelSession - Class in org.apache.sshd.client.channel
-
Client side channel session
- ChannelSession() - Constructor for class org.apache.sshd.client.channel.ChannelSession
-
- ChannelSession - Class in org.apache.sshd.server.channel
-
Server side channel session
- ChannelSession() - Constructor for class org.apache.sshd.server.channel.ChannelSession
-
- ChannelSession(Collection<? extends RequestHandler<Channel>>) - Constructor for class org.apache.sshd.server.channel.ChannelSession
-
- ChannelSession.CommandCloseable - Class in org.apache.sshd.server.channel
-
- ChannelSessionAware - Interface in org.apache.sshd.server
-
- ChannelSessionFactory - Class in org.apache.sshd.server.channel
-
- ChannelSessionFactory() - Constructor for class org.apache.sshd.server.channel.ChannelSessionFactory
-
- ChannelShell - Class in org.apache.sshd.client.channel
-
Client channel to open a remote shell
- ChannelShell(PtyChannelConfigurationHolder, Map<String, ?>) - Constructor for class org.apache.sshd.client.channel.ChannelShell
-
- channelStateChanged(Channel, String) - Method in interface org.apache.sshd.common.channel.ChannelListener
-
Called to inform that the channel state may have changed - e.g., received EOF, window adjustment, etc..
- channelStreamPacketWriterResolver - Variable in class org.apache.sshd.common.BaseBuilder
-
- channelStreamPacketWriterResolver(ChannelStreamWriterResolver) - Method in class org.apache.sshd.common.BaseBuilder
-
- ChannelStreamWriter - Interface in org.apache.sshd.common.channel.throttle
-
The ChannelStreamWriter is used when writing to the channel data stream.
- ChannelStreamWriterResolver - Interface in org.apache.sshd.common.channel.throttle
-
A special mechanism that enables users to intervene in the way packets are sent from ChannelOutputStream
-s -
e.g., by introducing throttling
- ChannelStreamWriterResolverManager - Interface in org.apache.sshd.common.channel.throttle
-
TODO Add javadoc
- 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
-
- channelSuccess(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process a success on a channel
- channelWindowAdjust(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process a window adjust packet on a channel
- check(long) - Method in class org.apache.sshd.common.channel.Window
-
- CHECK_INTERACTIVE_PASSWORD_DELIM - Static variable in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
If password prompt detected then check it ends with any of the comma separated list of these values.
- checkAcceptance(String, Session, SshdSocketAddress) - Method in class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
-
- checkAuthenticationTimeout(Instant, Duration) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Checks if authentication timeout expired
- checkConfig() - Method in class org.apache.sshd.client.SshClient
-
- checkConfig() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- checkConfig() - Method in class org.apache.sshd.server.SshServer
-
- checkForTimeouts() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Checks whether the session has timed out (both authentication and idle timeouts are checked).
- checkIdleTimeout(Instant, Duration) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Checks if idle timeout expired
- checkInitialized(String) - Method in class org.apache.sshd.common.channel.Window
-
- checkKeyAgreementNecessity() - Method in class org.apache.sshd.common.kex.AbstractDH
-
Called after either public or private parts have been calculated in order to check if the key-agreement mediator
is still required.
- checkKeys() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- checkKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Indicates the the key exchange is completed and the exchanged keys can now be verified - e.g., client can verify
the server's key
- checkKeys() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- checkPassword(Buffer, ServerSession, String, String) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
- checkRekey() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Checks if a re-keying is required and if so initiates it
- chooseDH(int, int, int) - Method in class org.apache.sshd.server.kex.DHGEXServer
-
- cipherFactories - Variable in class org.apache.sshd.common.BaseBuilder
-
- cipherFactories(List<NamedFactory<Cipher>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- clear(boolean) - Method in class org.apache.sshd.common.session.SessionWorkBuffer
-
- clearAttributes() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- clearAttributes() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- clearAttributes() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- clearInternalModuliCache() - Static method in class org.apache.sshd.server.kex.Moduli
-
- clearPendingQueue() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- clearPrompts() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- CLIENT_IDENTIFICATION - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the client identification string.
- CLIENT_LIVECHECK_INTERVAL_PROP - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- CLIENT_LIVECHECK_REPLIES_WAIT - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- CLIENT_LIVECHECK_USE_NULLS - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- CLIENT_PROPOSAL_KEY - Static variable in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- ClientAuthenticationManager - Interface in org.apache.sshd.client
-
Holds information required for the client to perform authentication with the server
- ClientBuilder - Class in org.apache.sshd.client
-
SshClient builder
- ClientBuilder() - Constructor for class org.apache.sshd.client.ClientBuilder
-
- ClientChannel - Interface in org.apache.sshd.client.channel
-
A client channel used to communicate with the SSH server.
- ClientChannelEvent - Enum in org.apache.sshd.client.channel
-
- ClientChannelHolder - Interface in org.apache.sshd.client.channel
-
TODO Add javadoc
- ClientChannelPendingMessagesQueue - Class in org.apache.sshd.client.channel
-
This is a specialized
SshFutureListener
that is used to enqueue data that is sent while the channel is being
set-up, so that when it is established it will send them in the same order as they have been received.
- ClientChannelPendingMessagesQueue(ClientChannel) - Constructor for class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- ClientConnectionService - Class in org.apache.sshd.client.session
-
Client side ssh-connection
service.
- ClientConnectionService(AbstractClientSession) - Constructor for class org.apache.sshd.client.session.ClientConnectionService
-
- ClientConnectionServiceFactory - Class in org.apache.sshd.client.session
-
- ClientConnectionServiceFactory() - Constructor for class org.apache.sshd.client.session.ClientConnectionServiceFactory
-
- ClientFactoryManager - Interface in org.apache.sshd.client
-
The ClientFactoryManager
enable the retrieval of additional configuration needed specifically for the
client side.
- clientHeartbeat - Variable in class org.apache.sshd.client.session.ClientConnectionService
-
Non-null only if using the "keep-alive" request mechanism
- clientIdentityLoader - Variable in class org.apache.sshd.client.ClientBuilder
-
- clientIdentityLoader(ClientIdentityLoader) - Method in class org.apache.sshd.client.ClientBuilder
-
- clientMethods - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
- clientProposal - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- ClientProxyConnector - Interface in org.apache.sshd.client.session
-
Provides a way to implement proxied connections where some metadata about the client is sent
before the actual
SSH protocol is executed - e.g., the
PROXY
protocol.
- ClientProxyConnectorHolder - Interface in org.apache.sshd.client.session
-
- ClientSession - Interface in org.apache.sshd.client.session
-
An authenticated session to a given SSH server.
- clientSession - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
- ClientSession.ClientSessionEvent - Enum in org.apache.sshd.client.session
-
- ClientSessionCreator - Interface in org.apache.sshd.client.session
-
- ClientSessionHolder - Interface in org.apache.sshd.client.session
-
- ClientSessionImpl - Class in org.apache.sshd.client.session
-
- 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
-
- ClientUserAuthServiceFactory - Class in org.apache.sshd.client.session
-
- ClientUserAuthServiceFactory() - Constructor for class org.apache.sshd.client.session.ClientUserAuthServiceFactory
-
- clientVersion - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- clone() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- clone() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- 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.DefaultAgentForwardSupport
-
- close() - Method in class org.apache.sshd.agent.local.AgentImpl
-
- close() - Method in class org.apache.sshd.agent.local.AgentServerProxy
-
- 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() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
-
- close() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- close() - Method in class org.apache.sshd.client.session.forward.DynamicPortForwardingTracker
-
- close() - Method in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
-
- 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() - Method in class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
-
- close() - Method in class org.apache.sshd.common.channel.Window
-
- close() - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- close() - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
-
- 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.x11.DefaultX11ForwardSupport
-
- closeAgent() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
-
- closed - Variable in class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
-
- closeImmediately0() - Method in class org.apache.sshd.client.channel.ChannelSession
-
- closeImmediately0() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- closeImmediately0() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- closeShell(int) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- cmdRunner - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- Command - Interface in org.apache.sshd.server.command
-
Represents a command, shell or subsystem that can be used to send command.
- COMMAND_EXIT_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
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.command
-
Commands are executed on the server side when an "exec" channel is requested by the SSH client.
- commandInstance - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- CommandLifecycle - Interface in org.apache.sshd.server.command
-
- commandStarted - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- comparePreferredKexProposalOption(KexProposalOption) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- completed(V, A) - Method in class org.apache.sshd.common.io.nio2.Nio2CompletionHandler
-
- completedFuture - Variable in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- compressionFactories - Variable in class org.apache.sshd.common.BaseBuilder
-
- compressionFactories(List<NamedFactory<Compression>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- computeAttributeIfAbsent(AttributeRepository.AttributeKey<T>, Function<? super AttributeRepository.AttributeKey<T>, ? extends T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- computeAttributeIfAbsent(AttributeRepository.AttributeKey<T>, Function<? super AttributeRepository.AttributeKey<T>, ? extends T>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- computeAttributeIfAbsent(AttributeRepository.AttributeKey<T>, Function<? super AttributeRepository.AttributeKey<T>, ? extends T>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- CONFIGURABLE_OPTIONS - Static variable in class org.apache.sshd.common.io.nio2.Nio2Service
-
- configure(C, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- configure(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configure(S, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- configureCiphers(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureCiphers(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureCompression(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureCompression(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureKeyExchanges(M, PropertyResolver, boolean, Function<? super DHFactory, ? extends KeyExchangeFactory>, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureKeyExchanges(M, String, boolean, Function<? super DHFactory, ? extends KeyExchangeFactory>, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureMacs(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureMacs(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureSignatures(M, PropertyResolver, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureSignatures(M, String, boolean, boolean) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- configureWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- connect(String) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, String, int) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, String, int, AttributeRepository) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, String, int, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, String, int, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, SocketAddress, AttributeRepository) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, SocketAddress, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String, SocketAddress, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(HostConfigEntry) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(HostConfigEntry, AttributeRepository) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(HostConfigEntry, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(HostConfigEntry, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.client.session.ClientSessionCreator
-
- connect(String) - Method in class org.apache.sshd.client.SshClient
-
- connect(String, SocketAddress, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
-
- connect(String, String, int, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
-
- connect(HostConfigEntry, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
-
- connect(SocketAddress, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector
-
- ConnectFuture - Interface in org.apache.sshd.client.future
-
An
SshFuture
for asynchronous connections requests.
- ConnectionCompletionHandler(IoConnectFuture, AsynchronousSocketChannel, AttributeRepository, FactoryManager, IoHandler) - Constructor for class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
-
- ConnectionService - Interface in org.apache.sshd.common.session
-
Interface implementing ssh-connection service.
- ConnectionServiceRequestHandler - Interface in org.apache.sshd.common.session
-
- connector - Variable in class org.apache.sshd.client.SshClient
-
- consume(long) - Method in class org.apache.sshd.common.channel.Window
-
- consumeAndCheck(long) - Method in class org.apache.sshd.common.channel.Window
-
- context - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
-
- CoreModuleProperties - Class in org.apache.sshd.core
-
Configurable properties for sshd-core.
- create() - Method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- create(Session) - Method in class org.apache.sshd.client.session.ClientConnectionServiceFactory
-
- create(Session) - Method in class org.apache.sshd.client.session.ClientUserAuthServiceFactory
-
- create(ConnectionService) - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- create(ConnectionService) - Method in interface org.apache.sshd.common.forward.ForwarderFactory
-
Creates the forwarder to be used for TCP/IP port forwards for this session.
- create() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- 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.nio2.Nio2ServiceFactoryFactory
-
- create(Object...) - Method in interface org.apache.sshd.common.kex.DHFactory
-
- create(Session) - Method in interface org.apache.sshd.common.ServiceFactory
-
- create(Collection<? extends ServiceFactory>, String, Session) - Static method in interface org.apache.sshd.common.ServiceFactory
-
Create an instance of the specified name by looking up the needed factory in the list (case insensitive.
- create() - Method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- create(Session) - Method in class org.apache.sshd.server.session.ServerConnectionServiceFactory
-
- create(Session) - Method in class org.apache.sshd.server.session.ServerUserAuthServiceFactory
-
- createAcceptor(IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
-
- createAcceptor() - Method in class org.apache.sshd.server.SshServer
-
- createAgentForwardSupport(Session) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- createAuthFuture(ClientSession, String) - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- createBuffer(byte) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- createBuffer(byte, int) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- createBuffer(byte, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- createBuffer(byte) - Method in interface org.apache.sshd.common.session.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.Session
-
Create a new buffer for the specified SSH packet and reserve the needed space (5 bytes) for the packet header.
- createChannel(Session) - Method in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
-
- createChannel(Session) - Method in class org.apache.sshd.agent.unix.ChannelAgentForwardingFactory
-
- createChannel(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- createChannel(String, String) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- createChannel(String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel of the given type.
- createChannel(String, String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel of the given type and sub-type.
- createChannel(Session) - Method in interface org.apache.sshd.common.channel.ChannelFactory
-
- createChannel(Session, Collection<? extends ChannelFactory>, String) - Static method in interface org.apache.sshd.common.channel.ChannelFactory
-
- createChannel(Session) - Method in class org.apache.sshd.server.channel.ChannelSessionFactory
-
- createChannel(Session) - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- 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(ChannelSession, String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- createCommand(ChannelSession, String) - Method in interface org.apache.sshd.server.command.CommandFactory
-
Create a command with the given name.
- createCommand(ChannelSession, String) - Method in class org.apache.sshd.server.shell.ProcessShellCommandFactory
-
- createCommand(ChannelSession, String) - Method in class org.apache.sshd.server.shell.UnknownCommandFactory
-
- createConnectCompletionListener(ConnectFuture, String, SocketAddress, KeyIdentityProvider, boolean) - Method in class org.apache.sshd.client.SshClient
-
- createConnectionCompletionHandler(IoConnectFuture, AsynchronousSocketChannel, AttributeRepository, FactoryManager, IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector
-
- createConnector() - Method in class org.apache.sshd.client.SshClient
-
- createConnector(IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2ServiceFactory
-
- createDelegateAuthenticator(String, ServerSession, Path, Collection<AuthorizedKeyEntry>, PublicKeyEntryResolver) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- createDirectTcpipChannel(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- createDirectTcpipChannel(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.client.session.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.DefaultX11ForwardSupport
-
- createDisplay(boolean, String, String, int) - Method in interface org.apache.sshd.server.x11.X11ForwardSupport
-
- createDynamicPortForwardingTracker(SshdSocketAddress) - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts a dynamic port forwarding and returns a tracker that stops the forwarding when the close()
method
is called.
- createExecChannel(String, PtyChannelConfigurationHolder, Map<String, ?>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- createExecChannel(String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to execute a command using default PTY settings and environment.
- createExecChannel(String, PtyChannelConfigurationHolder, Map<String, ?>) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to execute a command using specific PTY settings and/or environment.
- createForwardingFilter(Session) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- createInvertedShell(ChannelSession) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- createIoAcceptor(Factory<? extends IoHandler>) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- createKeyExchange(Session) - Method in interface org.apache.sshd.common.kex.KeyExchangeFactory
-
- createLocalPortForwardingTracker(int, SshdSocketAddress) - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts a local port forwarding and returns a tracker that stops the forwarding when the close()
method is
called.
- createLocalPortForwardingTracker(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts a local port forwarding and returns a tracker that stops the forwarding when the close()
method is
called.
- createOID(String) - Static method in class org.apache.sshd.server.auth.gss.UserAuthGSS
-
Utility to construct an Oid from a string, ignoring the annoying exception.
- createProposal(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Create our proposal for SSH negotiation
- createReadCycleCompletionHandler(ByteBuffer, Readable) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- createRemotePortForwardingTracker(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.client.session.ClientSession
-
Starts a remote port forwarding and returns a tracker that stops the forwarding when the close()
method
is called.
- createSendBuffer(Buffer, Channel, long) - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
-
- 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(Nio2Acceptor, SocketAddress, AsynchronousSocketChannel, IoHandler) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
-
- createSession(FactoryManager, IoHandler, AsynchronousSocketChannel) - Method in class org.apache.sshd.common.io.nio2.Nio2Connector
-
- createSession(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
-
- createSession(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- createSessionFactory() - Method in class org.apache.sshd.client.SshClient
-
- createSessionFactory() - Method in class org.apache.sshd.server.SshServer
-
- createSessionTimeoutListener() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- createShell(ChannelSession) - Method in class org.apache.sshd.server.shell.AggregateShellFactory
-
- createShell(ChannelSession) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- createShell(ChannelSession) - Method in interface org.apache.sshd.server.shell.ShellFactory
-
- createShellChannel(PtyChannelConfigurationHolder, Map<String, ?>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- createShellChannel() - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to start a shell using default PTY settings and environment.
- createShellChannel(PtyChannelConfigurationHolder, Map<String, ?>) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a channel to start a shell using specific PTY settings and/or environment.
- createSocketCompletionHandler(Map<SocketAddress, AsynchronousServerSocketChannel>, AsynchronousServerSocketChannel) - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- createSshAgentServer(ConnectionService, Session) - Method in class org.apache.sshd.agent.common.DefaultAgentForwardSupport
-
- createSubsystem(ChannelSession) - Method in interface org.apache.sshd.server.subsystem.SubsystemFactory
-
- createSubsystem(ChannelSession, Collection<? extends SubsystemFactory>, String) - Static method in interface org.apache.sshd.server.subsystem.SubsystemFactory
-
- createSubsystemChannel(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- createSubsystemChannel(String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Create a subsystem channel.
- createUnsupportedCommand(String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- createUserAuth(ClientSession) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- createUserAuth(ClientSession) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractiveFactory
-
- createUserAuth(ClientSession) - Method in class org.apache.sshd.client.auth.password.UserAuthPasswordFactory
-
- createUserAuth(ClientSession) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
-
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.gss.UserAuthGSSFactory
-
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
-
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.UserAuthKeyboardInteractiveFactory
-
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.password.UserAuthPasswordFactory
-
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
-
- createUserAuth(ServerSession) - Method in class org.apache.sshd.server.auth.UserAuthNoneFactory
-
- createWriteCycleCompletionHandler(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- createX11ForwardSupport(Session) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- CredentialHelper - Class in org.apache.sshd.server.auth.gss
-
Simple helper class which gets GSS credential using a fixed Krb5 login configuration.
- creds(GSSManager, String, String) - Static method in class org.apache.sshd.server.auth.gss.CredentialHelper
-
- current - Variable in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- currentService - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- currentWrite - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- ECDH - Class in org.apache.sshd.common.kex
-
Elliptic Curve Diffie-Hellman key agreement.
- ECDH() - Constructor for class org.apache.sshd.common.kex.ECDH
-
- ECDH(String) - Constructor for class org.apache.sshd.common.kex.ECDH
-
- ECDH(ECCurves) - Constructor for class org.apache.sshd.common.kex.ECDH
-
- ECDH(ECParameterSpec) - Constructor for class org.apache.sshd.common.kex.ECDH
-
- ECDH_SHA2_NISTP256 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
-
- ECDH_SHA2_NISTP384 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
-
- ECDH_SHA2_NISTP521 - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.Constants
-
- EMPTY - Static variable in class org.apache.sshd.client.auth.BuiltinUserAuthFactories.ParseResult
-
- EMPTY - Static variable in interface org.apache.sshd.common.channel.ChannelListener
-
- EMPTY - Static variable in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
- EMPTY - Static variable in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
-
- EMPTY - Static variable in class org.apache.sshd.server.auth.BuiltinUserAuthFactories.ParseResult
-
- encode(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Encode a buffer into the SSH protocol.
- encodeLock - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- encryptOutgoingBuffer(Buffer, int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- enqueuePendingPacket(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Checks if key-exchange is done - if so, or the packet is related to the key-exchange protocol, then allows the
packet to go through, otherwise enqueues it to be sent when key-exchange completed
- 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 interface 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() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- eof() - Method in interface org.apache.sshd.common.channel.ChannelPipedSink
-
Signal end of writing to the sink
- eofReceived - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- eofSent - Variable in class org.apache.sshd.common.channel.AbstractChannel
-
- equals(Object) - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- equals(Object) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- equals(Object) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- err - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- err - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- establishedDynamicTunnel(Session, SshdSocketAddress, SshdSocketAddress, Throwable) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals a successful/failed attempt to establish a dynamic port forwarding
- establishedExplicitTunnel(Session, SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals a successful/failed attempt to establish a local/remote port forwarding
- establishingDynamicTunnel(Session, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals the attempt to establish a dynamic port forwarding
- establishingExplicitTunnel(Session, SshdSocketAddress, SshdSocketAddress, boolean) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
Signals the attempt to establish a local/remote port forwarding
- exceptionCaught(Throwable) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.forward.SocksProxy
-
- exceptionCaught(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- exceptionCaught(Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Handle any exceptions that occurred on this session.
- exceptionCaught(Throwable) - Method in interface org.apache.sshd.common.session.Session
-
Handle any exceptions that occurred on this session.
- exceptionCaught(IoSession, Throwable) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- executeRemoteCommand(String) - Method in interface org.apache.sshd.client.session.ClientSession
-
Execute a command that requires no input and returns its output
- executeRemoteCommand(String, OutputStream, Charset) - Method in interface org.apache.sshd.client.session.ClientSession
-
Execute a command that requires no input and returns its output
- executeRemoteCommand(String, OutputStream, OutputStream, Charset) - Method in interface org.apache.sshd.client.session.ClientSession
-
Execute a command that requires no input and redirects its STDOUT/STDERR streams to the user-provided ones
- executeSupportedCommand(String) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- executor - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- executorService - Variable in class org.apache.sshd.server.command.AbstractCommandSupport
-
- ExitSignalChannelRequestHandler - Class in org.apache.sshd.client.channel.exit
-
- ExitSignalChannelRequestHandler(AtomicReference<String>, EventNotifier<? super String>) - Constructor for class org.apache.sshd.client.channel.exit.ExitSignalChannelRequestHandler
-
- exitSignalHolder - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- ExitStatusChannelRequestHandler - Class in org.apache.sshd.client.channel.exit
-
- ExitStatusChannelRequestHandler(AtomicReference<Integer>, EventNotifier<? super String>) - Constructor for class org.apache.sshd.client.channel.exit.ExitStatusChannelRequestHandler
-
- exitStatusHolder - 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.ProcessShell
-
- expand(int) - Method in class org.apache.sshd.common.channel.Window
-
- expected - Variable in class org.apache.sshd.client.kex.DHGEXClient
-
- expected - Variable in class org.apache.sshd.server.kex.DHGEXServer
-
- ExplicitPortForwardingTracker - Class in org.apache.sshd.client.session.forward
-
- ExplicitPortForwardingTracker(ClientSession, boolean, SshdSocketAddress, SshdSocketAddress, SshdSocketAddress) - Constructor for class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
-
- extendedDataBuffer - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- extendedDataWriter - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- g - Variable in class org.apache.sshd.client.kex.DHGEXClient
-
- generateChallenge(ServerSession, String, String, String) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- generateChallenge(ServerSession, String, String, String) - Method in interface org.apache.sshd.server.auth.keyboard.KeyboardInteractiveAuthenticator
-
Generates the interactive "challenge" to send to the client
- getAcceptanceAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getActiveSessionCountForUser(String) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getActiveSessionCountForUser(String) - Method in interface org.apache.sshd.server.session.ServerSession
-
Retrieve the current number of sessions active for a given username.
- getActiveSessions() - Method in class org.apache.sshd.server.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 interface org.apache.sshd.common.FactoryManager
-
Retrieve the agent factory for creating SshAgent
objects.
- getAgentFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getAgentForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
- getAgentForwardSupport() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- getAgentForwardSupport() - Method in interface org.apache.sshd.common.session.ConnectionService
-
- getAgentForwardSupport() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getAsyncErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getAsyncErr() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getAsyncIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getAsyncIn() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getAsyncOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getAsyncOut() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getAttribute(Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getAttributesCount() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getAttributesCount() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getAttributesCount() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getAuthCommandName(int) - Static method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getAuthenticationTimeout() - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- getAuthenticationTimeout() - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- getAuthSocket() - Method in class org.apache.sshd.agent.unix.AgentClient
-
- getAuthTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getAuthTimeout() - Method in interface org.apache.sshd.common.session.Session
-
- getAuthTimeoutStart() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getAuthTimeoutStart() - Method in interface org.apache.sshd.common.session.Session
-
- getBLString(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks5
-
- getBoundAddress() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- getBoundAddress() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- getBoundAddresses() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- getBoundAddresses() - Method in class org.apache.sshd.server.SshServer
-
- getBoundLocalPortForwards(int) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getBoundLocalPortForwards(int) - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getBoundLocalPortForwards(int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getBoundRemotePortForward(int) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getBoundRemotePortForward(int) - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getBoundRemotePortForward(int) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getBuffer() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- getBuffer() - Method in class org.apache.sshd.common.channel.IoWriteFutureImpl
-
- getBuffer() - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
-
- getBuffer() - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
-
- getChannel() - Method in interface org.apache.sshd.client.channel.ClientChannelHolder
-
- getChannel() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
-
- getChannel() - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
-
- getChannel() - Method in interface org.apache.sshd.common.channel.ChannelHolder
-
- getChannel() - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- getChannel() - Method in class org.apache.sshd.common.channel.Window
-
- getChannel(byte, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Retrieve the channel designated by the given packet
- getChannel(byte, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getChannelFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of named factories for Channel
objects.
- getChannelFactories() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getChannelForwardingFactories(FactoryManager) - Method in class org.apache.sshd.agent.local.LocalAgentFactory
-
- getChannelForwardingFactories(FactoryManager) - Method in class org.apache.sshd.agent.local.ProxyAgentFactory
-
- getChannelForwardingFactories(FactoryManager) - Method in interface org.apache.sshd.agent.SshAgentFactory
-
The channels are requested by the ssh server when forwarding a client request.
- getChannelForwardingFactories(FactoryManager) - Method in class org.apache.sshd.agent.unix.UnixAgentFactory
-
- getChannelGroup() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getChannelId() - Method in exception org.apache.sshd.common.channel.exception.SshChannelException
-
- getChannelListenerProxy() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getChannelListenerProxy() - Method in interface org.apache.sshd.common.channel.ChannelListenerManager
-
- getChannelListenerProxy() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getChannelListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getChannels() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getChannelSession() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
- getChannelSession() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- getChannelState() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getChannelState() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getChannelStreamWriterResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getChannelStreamWriterResolver() - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolverManager
-
- getChannelStreamWriterResolver() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getChannelStreamWriterResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getChannelType() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- getChannelType() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getChannelType() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getCipherFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getCipherFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for Cipher
.
- getCipherFactoriesNameList() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getCipherFactoriesNames() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getCipherInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getCiphers(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getClient() - Method in class org.apache.sshd.client.session.SessionFactory
-
- getClientAddress() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getClientAddress() - Method in interface org.apache.sshd.server.session.ServerSession
-
- getClientChannel() - Method in interface org.apache.sshd.client.channel.ClientChannelHolder
-
- getClientChannel() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- getClientHostKeys() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- getClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- getClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- getClientIdentityLoader() - Method in class org.apache.sshd.client.SshClient
-
- getClientKexData() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getClientKexProposals() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getClientProxyConnector() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getClientProxyConnector() - Method in interface org.apache.sshd.client.session.ClientProxyConnectorHolder
-
- getClientProxyConnector() - Method in class org.apache.sshd.client.SshClient
-
- getClientSession() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- getClientSession() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
-
- getClientSession() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getClientSession() - Method in interface org.apache.sshd.client.future.ConnectFuture
-
- getClientSession() - Method in class org.apache.sshd.client.kex.AbstractDHClientKeyExchange
-
- getClientSession() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- getClientSession() - Method in interface org.apache.sshd.client.session.ClientSessionHolder
-
- getClientSession() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getClientSession() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- getClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- getClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- getClientVersion() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getCombinedBoundAddress() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
A combined address using the following logic:
If original requested local binding has a specific port and non-wildcard address then use the local binding
as-is
If original requested local binding has a specific address but no specific port, then combine its address
with the actual auto-allocated port at binding.
If original requested local binding has neither a specific address nor a specific port then use the effective
bound address.
- getCommand() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getCommand() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- getCommand() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- 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.server.SshServer
-
- getCommandMessageName(int) - Static method in class org.apache.sshd.agent.SshAgentConstants
-
Converts a command value to a user-friendly name
- getComment() - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
-
- getCompletedFuture() - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- getCompression(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getCompressionFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getCompressionFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for Compression
.
- getCompressionFactoriesNameList() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getCompressionFactoriesNames() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getCompressionInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getConnectAddress() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getConnectAddress() - Method in interface org.apache.sshd.client.session.ClientSession
-
Returns the original address (after having been translated through host configuration entries if any) that was
request to connect.
- getConnectionContext() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getConnectionContext() - Method in interface org.apache.sshd.client.session.ClientSession
-
- getConnectionService() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getConnectionService() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getConnectionService() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getConnectionService() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getConnectTimeout() - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- getConnectTimeout() - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- getCurrentPasswordCandidate() - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getCurrentServiceName() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getDefaultAuthorizedKeysFile() - Static method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- getDefaultIoServiceFactoryFactoryInstance() - Static method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
-
- getDefaultListeners() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getDelegate() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getDelegateCommandFactory() - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- getDelegateVerifier() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getDH() - Method in class org.apache.sshd.client.kex.DHGClient
-
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- getDH(BigInteger, BigInteger) - Method in class org.apache.sshd.server.kex.DHGEXServer
-
- getDomain() - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- getDynamicIoAcceptor() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getE() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getE() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getElements() - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- getEnv() - Method in interface org.apache.sshd.server.Environment
-
Retrieve the environment map
- getEnv() - Method in class org.apache.sshd.server.StandardEnvironment
-
- getEnvironment() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getEnvironment() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getErrorStream() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getErrorStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
- getErrorStream() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- getEValue() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getEvent(Channel, String, V) - Method in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
- getException() - Method in interface org.apache.sshd.client.future.AuthFuture
-
Returns the cause of the authentication 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.future.DefaultKeyExchangeFuture
-
- getException() - Method in interface org.apache.sshd.common.future.KeyExchangeFuture
-
Returns the cause of the exchange failure.
- getException() - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
-
- getExchangeLanguageTag(ClientSession) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getExchangeSubMethods(ClientSession) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getExecutorService() - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- getExecutorService() - Method in class org.apache.sshd.agent.unix.AgentServer
-
- getExecutorService() - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- getExecutorService() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getExecutorService() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- getExecutorService() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getExecutorService() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- getExecutorServiceFactory() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
-
- getExitCallback() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getExitSignal() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getExitSignal() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getExitStatus() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getExitStatus() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getF() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getFactoryClass() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- getFactoryClassName() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- getFactoryManager() - Method in class org.apache.sshd.agent.unix.AgentClient
-
- getFactoryManager() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getFactoryManager() - Method in interface org.apache.sshd.client.session.ClientSession
-
- getFactoryManager() - Method in interface org.apache.sshd.common.FactoryManagerHolder
-
- getFactoryManager() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- getFactoryManager() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getFactoryManager() - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
-
- getFactoryManager() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getFactoryManager() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getFactoryManager() - Method in interface org.apache.sshd.server.session.ServerSession
-
- getFactoryManager() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getFallbackPublicKeyEntryResolver() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getFallbackPublicKeyEntryResolver() - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- getFilePasswordProvider() - Method in class org.apache.sshd.client.SshClient
-
- getFileSystem() - Method in class org.apache.sshd.server.command.AbstractFileSystemCommand
-
- getFileSystemFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the FileSystemFactory
to be used to traverse the file system.
- getFileSystemFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getForwardedPort(int) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getForwardedPort(int) - Method in interface org.apache.sshd.common.forward.Forwarder
-
- getForwarder() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getForwarder() - Method in interface org.apache.sshd.common.session.ConnectionService
-
Retrieve the forwarder instance
- getForwarder() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getForwarder() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getForwarderFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the forwarder factory used to support forwarding.
- getForwarderFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the ForwardingFilter
to be used by the SSH server.
- getForwardingFilter() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getFValue() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getG() - Method in class org.apache.sshd.common.kex.DHG
-
- getG() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getG() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
-
- getGlobalRequestHandlers() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of global request handlers.
- getGlobalRequestHandlers() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getGroupKexOpcodeName(int) - Static method in interface org.apache.sshd.common.kex.KeyExchange
-
- getGSSAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the GSSAuthenticator
to be used by the SSH server.
- getGSSAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getGSSAuthenticator() - Method in class org.apache.sshd.server.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.common.kex.dh.AbstractDHKeyExchange
-
- getH() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Retrieves the computed h
parameter
- getHash() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getHash() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getHash() - Method in class org.apache.sshd.common.kex.DHG
-
- getHash() - Method in class org.apache.sshd.common.kex.ECDH
-
- getHash() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
The message digest used by this key exchange algorithm.
- getHost() - Method in class org.apache.sshd.server.SshServer
-
- getHostBasedAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the HostBasedAuthenticator
to be used by the SSH server.
- getHostBasedAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getHostBasedAuthenticator() - Method in class org.apache.sshd.server.SshServer
-
- getHostConfigEntryResolver() - Method in interface org.apache.sshd.client.ClientFactoryManager
-
- getHostConfigEntryResolver() - Method in class org.apache.sshd.client.SshClient
-
- getHostEntry() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- getHostKey() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getHostKey() - Method in interface org.apache.sshd.server.session.ServerSession
-
- getHostKeyCertificateProvider() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- getHostKeyCertificateProvider() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getHostKeyCertificateProvider() - Method in class org.apache.sshd.server.SshServer
-
- getHostValueDigester(ClientSession, SocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- 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 class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- getId() - Method in interface org.apache.sshd.common.channel.Channel
-
- getId() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getId() - Method in class org.apache.sshd.server.auth.pubkey.AuthorizedKeyEntriesPublickeyAuthenticator
-
- getId() - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
-
- getId() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- 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
-
- getIdentityFileName(NamedResource) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- getIdentityFileName(String) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- getIdentityType(String) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- getIdleTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getIdleTimeout() - Method in interface org.apache.sshd.common.session.Session
-
- getIdleTimeoutStart() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getIdleTimeoutStart() - Method in interface org.apache.sshd.common.session.Session
-
- getIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getIn() - Method in class org.apache.sshd.server.channel.AsyncDataReceiver
-
- getIn() - Method in class org.apache.sshd.server.channel.PipeDataReceiver
-
- getInnerCloseable() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- getInnerCloseable() - Method in class org.apache.sshd.agent.unix.AgentForwardedChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.agent.unix.ChannelAgentForwarding
-
- getInnerCloseable() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.client.channel.ChannelSession
-
- getInnerCloseable() - Method in class org.apache.sshd.client.SshClient
-
- 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.DefaultForwarder
-
- getInnerCloseable() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.common.io.nio2.Nio2Acceptor
-
- getInnerCloseable() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getInnerCloseable() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getInnerCloseable() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getInnerCloseable() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getInnerCloseable() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getInnerCloseable() - Method in class org.apache.sshd.server.SshServer
-
- getInnerCloseable() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
-
- getInnerCloseable() - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- getInputStream() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- 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.ProcessShell
-
- getInstance() - Static method in class org.apache.sshd.agent.unix.AprLibrary
-
get the shared instance of APR library, if none, initialize one
- getInteractionInstruction(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInteractionInstruction() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getInteractionLanguage(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInteractionName(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInteractionName() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getInteractionPrompt(ServerSession) - Method in class org.apache.sshd.server.auth.keyboard.DefaultKeyboardInteractiveAuthenticator
-
- getInvertedErr() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInvertedErr() - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- getInvertedIn() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getInvertedIn() - Method in interface org.apache.sshd.client.channel.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.client.channel.ClientChannel
-
- getIoHandler() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getIoHandler() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getIoServiceEventListener() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getIoServiceEventListener() - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- getIoServiceEventListener() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getIoServiceFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
- getIoServiceFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getIoServiceFactoryFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getIoServiceProvider() - Method in class org.apache.sshd.common.io.DefaultIoServiceFactoryFactory
-
- getIoSession() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getIoSession() - Method in interface org.apache.sshd.common.session.Session
-
- getIoSession() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getK() - Method in class org.apache.sshd.common.kex.AbstractDH
-
- getK() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getK() - Method in interface org.apache.sshd.common.kex.KeyExchange
-
Retrieves the computed k parameter
- getKex() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getKex() - Method in interface org.apache.sshd.common.session.Session
-
- getKexExtensionHandler() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getKexExtensionHandler() - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandlerManager
-
- getKexFactories(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getKexNegotiationResult() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getKexState() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getKeyboardInteractiveAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the KeyboardInteractiveAuthenticator
to be used by the SSH server.
- getKeyboardInteractiveAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getKeyboardInteractiveAuthenticator() - Method in class org.apache.sshd.server.SshServer
-
- getKeyExchangeFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getKeyExchangeFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for KeyExchange
.
- getKeyIdentityProvider() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getKeyIdentityProvider() - Method in class org.apache.sshd.client.SshClient
-
- getKeyPair(Collection<? extends Map.Entry<KeyPair, String>>, PublicKey) - Static method in class org.apache.sshd.agent.local.AgentImpl
-
- getKeyPairProvider() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getKeyPairProvider() - Method in class org.apache.sshd.server.SshServer
-
- getKeySet() - Method in class org.apache.sshd.server.auth.pubkey.KeySetPublickeyAuthenticator
-
- getKnownHostSupplier(ClientSession, Path) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getLanguage() - Method in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
-
- getLanguageTag() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getLocalAddress() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- getLocalAddress() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- getLocalAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getLocalAddress() - Method in interface org.apache.sshd.common.session.Session
-
- getLocalAddress() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getLocalForwardsBindings() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getLocalForwardsBindings() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getLocalForwardsBindings() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getLocalIoAcceptor() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getLocalSocketAddress() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
-
- getLocalWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getLocalWindow() - Method in interface org.apache.sshd.common.channel.Channel
-
- getMacFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getMacFactories() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
Retrieve the list of named factories for Mac
.
- getMacFactoriesNameList() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getMacFactoriesNames() - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- getMacInformation(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getMacs(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getManagedSessions() - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- getMaxSize() - Method in class org.apache.sshd.common.channel.Window
-
- getMessage() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- getMetadataMap() - Method in interface org.apache.sshd.client.session.ClientSession
-
Access to the metadata.
- getMetadataMap() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getModifiedServerKeyAcceptor() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- getName() - Method in class org.apache.sshd.agent.local.ChannelAgentForwardingFactory
-
- getName() - Method in class org.apache.sshd.agent.unix.ChannelAgentForwardingFactory
-
- getName() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- getName() - Method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- getName() - Method in class org.apache.sshd.client.channel.exit.ExitSignalChannelRequestHandler
-
- getName() - Method in class org.apache.sshd.client.channel.exit.ExitStatusChannelRequestHandler
-
- getName() - Method in class org.apache.sshd.client.kex.DHGClient
-
- getName() - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- getName() - Method in class org.apache.sshd.client.session.ClientConnectionServiceFactory
-
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
-
- getName() - Method in class org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
-
- getName() - Method in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
- getName() - Method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- getName() - Method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- getName() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getName() - Method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- getName() - Method in class org.apache.sshd.server.auth.gss.UserAuthGSSFactory
-
- getName() - Method in class org.apache.sshd.server.channel.ChannelSessionFactory
-
- getName() - Method in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
- getName() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- getName() - Method in class org.apache.sshd.server.kex.DHGEXServer
-
- getName() - Method in class org.apache.sshd.server.kex.DHGServer
-
- getName() - Method in class org.apache.sshd.server.session.ServerConnectionServiceFactory
-
- getNegotiatedKexParameter(KexProposalOption) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getNextChannelId() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getNioWorkers() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getNioWorkers(FactoryManager) - Static method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- getNTString(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Socks4
-
- getOakleyGroupPrimeValue(String) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getOpenFuture() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getOriginatorAddress() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getOut() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getOutputStream() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getOutputStream() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
- getOutputStream() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- getP() - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- getP() - Method in class org.apache.sshd.common.kex.DHG
-
- getP() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
-
- getP1() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP14() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP15() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP16() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP17() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getP18() - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- getPacketSize() - Method in class org.apache.sshd.common.channel.Window
-
- getParentPropertyResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getParentPropertyResolver() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getParentPropertyResolver() - Method in interface org.apache.sshd.common.Service
-
- getParentPropertyResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getParsedFactories() - Method in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
-
- getPasswordAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the PasswordAuthenticator
to be used by the SSH server.
- getPasswordAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getPasswordAuthenticator() - Method in class org.apache.sshd.server.SshServer
-
- getPasswordIdentityProvider() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- getPasswordIdentityProvider() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getPasswordIdentityProvider() - Method in class org.apache.sshd.client.SshClient
-
- getPendingMessagesQueue() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getPort() - Method in class org.apache.sshd.server.SshServer
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- getPortForwardingEventListenerProxy() - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManager
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getPortForwardingEventListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getPrompt() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- getPrompt() - Method in exception org.apache.sshd.server.auth.password.PasswordChangeRequiredException
-
- getPrompts() - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- getProperties() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getProperties() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getProperties() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getProperties() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getProperties() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getProperties() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- 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 interface org.apache.sshd.server.Environment
-
Retrieve the PTY modes settings
- getPtyModes() - Method in class org.apache.sshd.server.StandardEnvironment
-
- 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.client.auth.pubkey.KeyAgentIdentity
-
- getPublicKey() - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
-
- getPublickeyAuthenticator() - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
Retrieve the PublickeyAuthenticator
to be used by SSH server.
- getPublickeyAuthenticator() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getPublickeyAuthenticator() - Method in class org.apache.sshd.server.SshServer
-
- getPublicKeysParser() - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- getPValue() - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- getRandomFactory() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the Random
factory to be used.
- getRandomFactory() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getRead() - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- getReasonCode() - Method in exception org.apache.sshd.common.channel.exception.SshChannelOpenException
-
The reason code as specified by RFC 4254.
- getRecipient() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getRecipient() - Method in interface org.apache.sshd.common.channel.Channel
-
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- getRegisteredIdentities() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- getRegisteredIdentities() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getRegisteredIdentities() - Method in class org.apache.sshd.client.SshClient
-
- getRegisteredManagers() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getRegisteredManagers() - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManagerHolder
-
- getRegisteredManagers() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getRemoteAddress() - Method in class org.apache.sshd.client.session.forward.ExplicitPortForwardingTracker
-
- getRemoteAddress() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getRemoteAddress() - Method in interface org.apache.sshd.common.session.Session
-
- getRemoteForwardsBindings() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getRemoteForwardsBindings() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getRemoteForwardsBindings() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getRemoteSocketAddress() - Method in class org.apache.sshd.client.channel.ChannelDirectTcpip
-
- getRemoteWindow() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getRemoteWindow() - Method in interface org.apache.sshd.common.channel.Channel
-
- getRequestHandlers() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getRequestHandlers() - Method in interface org.apache.sshd.common.channel.Channel
-
- getRequestName() - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- getRequiredKey() - Method in class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
-
- getReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getReservedSessionMessagesHandler() - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesManager
-
- getScheduledExecutorService() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the ScheduledExecutorService
to be used.
- getScheduledExecutorService() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getServer() - Method in class org.apache.sshd.server.session.SessionFactory
-
- getServerKexData() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getServerKexProposals() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getServerKey() - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- getServerKey() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getServerKey() - Method in interface org.apache.sshd.client.session.ClientSession
-
Retrieves the server's key
- getServerKeyVerifier() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
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.client.session.AbstractClientSession
-
- getServerKeyVerifier() - Method in class org.apache.sshd.client.SshClient
-
- getServerProxyAcceptor() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getServerProxyAcceptor() - Method in interface org.apache.sshd.server.session.ServerProxyAcceptorHolder
-
- getServerProxyAcceptor() - Method in class org.apache.sshd.server.SshServer
-
- getServerSession() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getServerSession() - Method in interface org.apache.sshd.server.channel.ServerChannel
-
- getServerSession() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getServerSession() - Method in class org.apache.sshd.server.kex.AbstractDHServerKeyExchange
-
- getServerSession() - Method in class org.apache.sshd.server.session.ServerConnectionService
-
- getServerSession() - Method in interface org.apache.sshd.server.session.ServerSessionHolder
-
- getServerSession() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getServerSession() - Method in class org.apache.sshd.server.shell.ProcessShell
-
- getServerVersion() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getService() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- getService() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getService(Class<T>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getService(Class<T>) - Method in interface org.apache.sshd.common.session.Session
-
Get the service of the specified type.
- getService() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getServiceFactories() - Method in interface org.apache.sshd.common.FactoryManager
-
Retrieve the list of SSH Service
factories.
- getServiceFactories() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getServices() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- getServices() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getSession() - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- getSession() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
-
- getSession() - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- getSession() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- getSession() - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- getSession() - Method in class org.apache.sshd.client.session.forward.PortForwardingTracker
-
- getSession() - Method in interface org.apache.sshd.client.subsystem.SubsystemClient
-
- getSession() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- getSession() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getSession() - Method in class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
-
- getSession() - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- getSession() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getSession(IoSession) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Retrieve the SSH session from the I/O session.
- getSession(IoSession, boolean) - Static method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Retrieve the session SSH from the I/O session.
- getSession() - Method in interface org.apache.sshd.common.session.SessionHolder
-
- getSession() - Method in class org.apache.sshd.common.session.SessionWorkBuffer
-
- getSession() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getSession() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- getSession() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getSession() - Method in class org.apache.sshd.server.session.ServerConnectionService
-
- getSession() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getSession() - Method in interface org.apache.sshd.server.shell.InvertedShell
-
- getSessionContext() - Method in interface org.apache.sshd.common.session.SessionHolder
-
- getSessionDisconnectHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getSessionDisconnectHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getSessionDisconnectHandler() - Method in interface org.apache.sshd.common.session.SessionDisconnectHandlerManager
-
- getSessionFactory() - Method in class org.apache.sshd.client.SshClient
-
- getSessionFactory() - Method in class org.apache.sshd.server.SshServer
-
- getSessionId() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getSessionListenerProxy() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getSessionListenerProxy() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- getSessionListenerProxy() - Method in interface org.apache.sshd.common.session.SessionListenerManager
-
- getSessionState() - Method in interface org.apache.sshd.client.session.ClientSession
-
- getSessionState() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- 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.server.SshServer
-
- getSignalListeners(Signal, boolean) - Method in class org.apache.sshd.server.StandardEnvironment
-
Retrieves the set of listeners registered for a signal
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
-
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- getSignatureFactories() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
-
- getSignatureFactories() - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
-
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
-
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
-
- getSignatureFactories() - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
-
- getSignatureFactories() - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
-
- getSignatures(PropertyResolver) - Static method in class org.apache.sshd.common.config.SshConfigFileReader
-
- getSimpleKexOpcodeName(int) - Static method in interface org.apache.sshd.common.kex.KeyExchange
-
- getSize() - Method in class org.apache.sshd.common.channel.Window
-
- getSize() - Method in class org.apache.sshd.server.kex.Moduli.DhGroup
-
- getSocket() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- getStartedCommandFuture() - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- getStartedLocalPortForwards() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getStartedLocalPortForwards() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getStartedLocalPortForwards() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getStartedRemotePortForwards() - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- getStartedRemotePortForwards() - Method in interface org.apache.sshd.common.forward.PortForwardingInformationProvider
-
- getStartedRemotePortForwards() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getStreaming() - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- getStreaming() - Method in interface org.apache.sshd.common.channel.StreamingChannel
-
- getStreaming() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getSubsystem() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
The subsystem name
- 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.server.SshServer
-
- getTcpForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
- getTcpipChannelType() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getTcpipChannelType() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getTimeout() - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- getTimeoutStatus() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getTimeoutStatus() - Method in interface org.apache.sshd.common.session.Session
-
Check if timeout has occurred.
- getTunnelEntrance() - Method in interface org.apache.sshd.common.forward.ForwardingTunnelEndpointsProvider
-
- getTunnelEntrance() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getTunnelEntrance() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getTunnelExit() - Method in interface org.apache.sshd.common.forward.ForwardingTunnelEndpointsProvider
-
- getTunnelExit() - Method in class org.apache.sshd.common.forward.TcpipClientChannel
-
- getTunnelExit() - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- getType() - Method in class org.apache.sshd.server.forward.TcpipServerChannel.TcpipFactory
-
- getUByte(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- getUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- getUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getUnknownChannelReferenceHandler() - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
- getUnsupportedFactories() - Method in class org.apache.sshd.common.kex.BuiltinDHFactories.ParseResult
-
- getUpdatedPassword(ClientSession, String, String) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Invoked when the server returns an SSH_MSG_USERAUTH_PASSWD_CHANGEREQ
response indicating that the
password should be changed - e.g., expired or not strong enough (as per the server's policy).
- getUserAuthFactories() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getUserAuthFactories() - Method in class org.apache.sshd.client.SshClient
-
- getUserAuthFactories() - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- getUserAuthFactories() - Method in class org.apache.sshd.server.SshServer
-
- getUserAuthService() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getUserInteraction() - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- getUserInteraction() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- getUserInteraction() - Method in class org.apache.sshd.client.SshClient
-
- getUsername() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- getUsername() - Method in class org.apache.sshd.server.auth.AbstractUserAuth
-
- getUsername() - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
- getUserResponses(String, String, String, String[], boolean[]) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- getUShort(Buffer) - Method in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- 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.
- getVersion() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- getWelcomePhase() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- getX11ForwardingFilter() - Method in interface org.apache.sshd.common.FactoryManager
-
- getX11ForwardSupport() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- getX11ForwardSupport() - Method in interface org.apache.sshd.common.session.ConnectionService
-
- getX11ForwardSupport() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- globalRequest(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Process global requests
- globalRequestHandlers - Variable in class org.apache.sshd.common.BaseBuilder
-
- globalRequestHandlers(List<RequestHandler<ConnectionService>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- globalRequestHandlers - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- globalRequestSeqo - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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_KEX_OPCODES_MAP - Static variable in interface org.apache.sshd.common.kex.KeyExchange
-
- 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
-
- h - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- handleAcceptance(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- handleAcceptance(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
-
- handleAcceptance(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
-
- handleAcceptance(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- handleAgentForwarding(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleAgentForwardingParsed(String) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleAuthCountDisconnectReason(Session, Service, String, String, String, int, int) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked if the number of authentication attempts exceeded the maximum allowed
- handleAuthenticationFailure(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleAuthenticationInProgress(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleAuthenticationSuccess(int, Buffer) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleAuthParamsDisconnectReason(Session, Service, String, String, String, String) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked if the authentication parameters changed in mid-authentication process.
- handleBreak(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleBreakParsed(long) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleChannelConnectResult(OpenFuture, IoConnectFuture) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleChannelOpenFailure(OpenFuture, Throwable) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleChannelOpenSuccess(OpenFuture, IoSession) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleChannelRegistrationFailure(Channel, int) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- handleChannelRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleClientPasswordChangeRequest(ServerSession, String, String, String) - Method in interface org.apache.sshd.server.auth.password.PasswordAuthenticator
-
Invoked when the client sends a SSH_MSG_USERAUTH_REQUEST
indicating a password change.
- handleClientPasswordChangeRequest(Buffer, ServerSession, String, String, String) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
Invoked when the client sends a SSH_MSG_USERAUTH_REQUEST
indicating a password change.
- handleClose() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleClose() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_CLOSE
received
- handleClosePacketWriteFailure(Channel, boolean, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- handleClosePacketWritten(Channel, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- handleCompletedWriteCycle(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer, int, Nio2CompletionHandler<Integer, Object>, Integer, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleData(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleData(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_DATA
received
- handleDebug(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleDebugMessage(Session, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleDebugMessage(Session, boolean, String, String, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleDebugMessage(Session, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when an SSH_MSG_DEBUG
packet is received
- handleDisconnect(int, String, String, Buffer) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- handleDisconnect(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleDisconnect(int, String, String, Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleEnv(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleEnvParsed(String, String) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleEof() - Method in class org.apache.sshd.agent.local.ChannelAgentForwarding
-
- handleEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleEof() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_EOF
received
- handleEof() - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleEof() - Method in class org.apache.sshd.server.x11.ChannelForwardedX11
-
- handleExec(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleExecParsed(String, String) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleExtendedData(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleExtendedData(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_EXTENDED_DATA
received
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelExec
-
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelShell
-
- handleFailure() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
- handleFailure() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleFailure() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_FAILURE
received
- handleFirstKexPacketFollows(int, Buffer, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.client.global.OpenSshHostKeysHandler
-
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.common.global.AbstractOpenSshHostKeysHandler
-
- handleHostKeys(Session, Collection<? extends PublicKey>, boolean, Buffer) - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
-
- handleIgnore(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleIgnoreMessage(Session, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleIgnoreMessage(Session, byte[], Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleIgnoreMessage(Session, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when an SSH_MSG_IGNORE
packet is received
- handleIncomingMessage(Buffer, Consumer<? super Throwable>) - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
Checks if the future is already open and manages the message handling accordingly:
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleInternalRequest(String, boolean, Buffer) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleKexCompressionMessage(Session, Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Parses the SSH_MSG_NEWCOMPRESS
message.
- handleKexDisconnectReason(Session, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, KexProposalOption) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked if after KEX negotiation parameters resolved one of the options violates some internal constraint (e.g.,
cannot negotiate a value, or
RFC 8308 - section
2.2).
- handleKexExtension(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleKexExtensionNegotiation(Session, KexProposalOption, String, Map<KexProposalOption, String>, String, Map<KexProposalOption, String>, String) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked during the KEX negotiation phase to inform about option being negotiated.
- handleKexExtensionRequest(Session, int, int, String, byte[]) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- handleKexExtensionRequest(Session, int, int, String, byte[]) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
- handleKexExtensionsMessage(Session, Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Parses the SSH_MSG_EXT_INFO
message.
- handleKexInit(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleKexInitProposal(Session, boolean, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- handleKexInitProposal(Session, boolean, Map<KexProposalOption, String>) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked when a peer is ready to send the KEX options proposal or has received such a proposal.
- handleKexMessage(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleKnownHostsFileUpdateFailure(ClientSession, SocketAddress, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- handleMessage(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Abstract method for processing incoming decoded packets.
- handleModifiedServerKeyUpdateFailure(ClientSession, SocketAddress, KnownHostsServerKeyVerifier.HostEntryPair, PublicKey, Path, Collection<KnownHostsServerKeyVerifier.HostEntryPair>, Throwable) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Invoked if #updateModifiedServerKey(ClientSession, SocketAddress, HostEntryPair, PublicKey, Path)
throws
an exception.
- handleNewCompression(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleNewKeys(int, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleOpenFailure(Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- handleOpenFailure(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
For a client channel, this method will be called internally by the session when the server has rejected this
channel opening.
- handleOpenFailure(Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- handleOpenSuccess(int, long, long, Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- handleOpenSuccess(int, long, long, Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
For a client channel, this method will be called internally by the session when the confirmation has been
received.
- handleOpenSuccess(int, long, long, Buffer) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- handlePtyReq(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handlePtyReqParsed(String, int, int, int, int, Map<PtyMode, Integer>) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handler - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
-
- handleReadCycleCompletion(ByteBuffer, Readable, Nio2CompletionHandler<Integer, Object>, Integer, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleReadCycleFailure(ByteBuffer, Readable, Throwable, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleRejection(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- handleRejection(ServerSession, String, PublicKey, String, String, List<X509Certificate>) - Method in class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
-
- handleRejection(String, String, ServerSession) - Method in class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
-
- handleRejection(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- handleRequest(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleRequest(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_REQUEST
received
- handleServerPasswordChangeRequest(Buffer, ServerSession, String, String, PasswordChangeRequiredException) - Method in class org.apache.sshd.server.auth.password.UserAuthPassword
-
- handleServiceAccept(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceAccept(String, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceAccept(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- handleServiceRequest(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceRequest(String, Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- handleServiceRequest(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- handleSessionsCountDisconnectReason(Session, Service, String, int, int) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Called to inform that the maximum allowed concurrent sessions threshold has been exceeded.
- handleShell(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleShellParsed(String) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSignal(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSignalParsed(String) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSubsystem(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSubsystemParsed(String, String) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelExec
-
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelShell
-
- handleSuccess() - Method in class org.apache.sshd.client.channel.ChannelSubsystem
-
- handleSuccess() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleSuccess() - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_SUCCESS
received
- handleTimeoutDisconnectReason(Session, TimeoutIndicator) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked when an internal timeout has expired (e.g., authentication, idle).
- handleUnimplemented(Buffer) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- handleUnimplementedMessage(Session, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- handleUnimplementedMessage(Session, int, Buffer) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked when a packet with an un-implemented message is received - including SSH_MSG_UNIMPLEMENTED
itself
- handleUnknownChannelCommand(ConnectionService, byte, int, Buffer) - Method in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
- handleUnknownChannelCommand(ConnectionService, byte, int, Buffer) - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandler
-
Invoked when the connection service responsible for handling channel messages receives a message intended for an
unknown channel.
- handleUnknownChannelRequest(String, boolean, Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Called when none of the register request handlers reported handling the request
- handleUnknownRequest(Buffer, String, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- handleUnsupportedServiceDisconnectReason(Session, int, String, Buffer) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandler
-
Invoked when a request has been made related to an unknown SSH service as described in
RFC 4253 - section 10.
- handleUserAuthRequestMessage(ServerSession, Buffer, AtomicReference<Boolean>) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- handleWindowAdjust(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Invoked when SSH_MSG_CHANNEL_WINDOW_ADJUST
received
- handleWindowAdjust(Buffer) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleWindowChange(Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleWindowChangeParsed(int, int, int, int) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleWriteCycleFailure(Nio2DefaultIoWriteFuture, AsynchronousSocketChannel, ByteBuffer, int, Throwable, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- handleWriteDataFailure(byte, byte[], int, int, Throwable) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleWriteDataSuccess(byte, byte[], int, int) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- handleX11Forwarding(String, Buffer, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleX11ForwardingParsed(String, ServerSession, boolean, String, String, int) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- handleXonXoff(Buffer, boolean) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- hash - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- hashCode() - Method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- hashCode() - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- hashCode() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
-
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
-
- hasNext() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyIterator
-
- HEARTBEAT_INTERVAL - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to set the heartbeat interval in milliseconds (0 to disable = default)
- HEARTBEAT_REPLY_WAIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to indicate that the heartbeat request is also expecting a reply - time in milliseconds to wait
for the reply.
- HEARTBEAT_REQUEST - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to check the heartbeat request that should be sent to the server
- heartbeatCount - Variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- heartbeatInterval - Variable in class org.apache.sshd.client.session.ClientConnectionService
-
- heartbeatReplyMaxWait - Variable in class org.apache.sshd.client.session.ClientConnectionService
-
- heartbeatRequest - Variable in class org.apache.sshd.client.session.ClientConnectionService
-
- holder - Variable in class org.apache.sshd.client.channel.exit.AbstractChannelExitRequestHandler
-
- host - Variable in class org.apache.sshd.server.SshServer
-
- HOST_CERT_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.keys.ServerIdentity
-
- HOST_KEY_CONFIG_PROP - Static variable in class org.apache.sshd.server.config.keys.ServerIdentity
-
The server's keys configuration multi-value
- HostBasedAuthenticator - Interface in org.apache.sshd.server.auth.hostbased
-
Invoked when "hostbased" authentication is used
- hostConfigEntryResolver - Variable in class org.apache.sshd.client.ClientBuilder
-
- hostConfigEntryResolver(HostConfigEntryResolver) - Method in class org.apache.sshd.client.ClientBuilder
-
- HostEntryPair() - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- HostEntryPair(KnownHostEntry, PublicKey) - Constructor for class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- random - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
The pseudo random generator
- randomFactory - Variable in class org.apache.sshd.common.BaseBuilder
-
- randomFactory(Factory<Random>) - Method in class org.apache.sshd.common.BaseBuilder
-
- randomFactory - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- 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
-
- readDefaultAuthorizedKeys(OpenOption...) - Static method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
Reads read the contents of the default OpenSSH authorized_keys
file
- readIdentification(Buffer) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- readIdentification(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Read the other side identification.
- readIdentification(Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- readOakleyGroupPrimeValue(String) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
Reads a HEX-encoded Oakley prime value from an internal resource file
- readOakleyGroupPrimeValue(InputStream) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- readOakleyGroupPrimeValue(Reader) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- readOakleyGroupPrimeValue(BufferedReader) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
Reads a HEX encoded prime value from a possibly multi-line input as follows:
- readOakleyGroupPrimeValue(Stream<String>) - Static method in class org.apache.sshd.common.kex.DHGroupData
-
- receive(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- receive(byte[], int, int) - Method in interface org.apache.sshd.common.channel.ChannelPipedSink
-
- receiveKexInit(Buffer) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- receiveKexInit(Buffer, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Receive the remote key exchange init message.
- receiveKexInit(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- receiveKexInit(Map<KexProposalOption, String>, byte[]) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- receiveNewKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Put new keys into use.
- receiver - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- receiverBuffer - Variable in class org.apache.sshd.server.channel.ChannelSession
-
- reExchangeKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- reExchangeKeys() - Method in interface org.apache.sshd.common.session.Session
-
Initiate a new key exchange.
- refreshConfiguration() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Refresh whatever internal configuration is not final
- registerChannel(Channel) - Method in interface org.apache.sshd.common.session.ConnectionService
-
Register a newly created channel with a new unique identifier
- registerChannel(Channel) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- registerExtension(DHFactory) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
Registered a
NamedFactory
to be available besides the built-in ones when parsing
configuration
- RejectAllForwardingFilter - Class in org.apache.sshd.server.forward
-
- RejectAllForwardingFilter() - Constructor for class org.apache.sshd.server.forward.RejectAllForwardingFilter
-
- RejectAllHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
-
- RejectAllPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Rejects all authentication attempts
- RejectAllPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Rejects all authentication attempts
- RejectAllServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
- REKEY_BLOCKS_LIMIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key re-exchange will be automatically performed after the specified number of cipher blocks has been processed -
positive 64-bit value.
- REKEY_BYTES_LIMIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key re-exchange will be automatically performed after the session has sent or received the given amount of bytes.
- REKEY_PACKETS_LIMIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key re-exchange will be automatically performed after the specified number of packets has been exchanged -
positive 64-bit value.
- REKEY_TIME_LIMIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key re-exchange will be automatically performed after the specified amount of time has elapsed since the last key
exchange - in milliseconds.
- releaseKeys() - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- reloadAuthorizedKeys(Path, String, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- reloadAuthorizedKeys(Path, String, ServerSession) - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
- reloadKnownHosts(ClientSession, Path) - Method in class org.apache.sshd.client.keyverifier.DefaultKnownHostsServerKeyVerifier
-
- reloadKnownHosts(ClientSession, Path) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- remote - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
-
- REMOTE_COMMAND_WAIT_EVENTS - Static variable in interface org.apache.sshd.client.session.ClientSession
-
- remove() - Method in class org.apache.sshd.client.auth.pubkey.AbstractKeyPairIterator
-
- 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
-
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removeAttribute(Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- removeChannelListener(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- removeChannelListener(ChannelListener) - Method in interface org.apache.sshd.common.channel.ChannelListenerManager
-
Remove a channel listener
- removeChannelListener(ChannelListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removeChannelListener(ChannelListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.server.channel.ChannelSession.CommandCloseable
-
- 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
-
- removePasswordIdentity(String) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- removePasswordIdentity(String) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- removePasswordIdentity(String) - Method in class org.apache.sshd.client.SshClient
-
- removePendingRequest(String) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Removes a channel request from the tracked ones
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.forward.DefaultForwarderFactory
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManager
-
Remove a port forwarding listener
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.AbstractConnectionServiceFactory
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- removePortForwardingEventListener(PortForwardingEventListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- removePortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- removePortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in interface org.apache.sshd.common.forward.PortForwardingEventListenerManagerHolder
-
- removePortForwardingEventListenerManager(PortForwardingEventListenerManager) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- removePublicKeyIdentity(KeyPair) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- removePublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- removePublicKeyIdentity(KeyPair) - Method in class org.apache.sshd.client.SshClient
-
- removeRequestHandler(RequestHandler<Channel>) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- removeRequestHandler(RequestHandler<Channel>) - Method in interface org.apache.sshd.common.channel.Channel
-
- removeRequestHandlers(Collection<? extends RequestHandler<Channel>>) - Method in interface org.apache.sshd.common.channel.Channel
-
- removeSessionListener(SessionListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removeSessionListener(SessionListener) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- removeSessionListener(SessionListener) - Method in interface org.apache.sshd.common.session.SessionListenerManager
-
Remove a session listener.
- removeSessionTimeout(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- removeSignalListener(SignalListener) - Method in interface org.apache.sshd.server.Environment
-
Remove a previously registered listener for all the signals it was registered
- removeSignalListener(SignalListener) - Method in class org.apache.sshd.server.StandardEnvironment
-
- removeSocketFile(String, boolean) - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- 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 - Static variable in class org.apache.sshd.client.global.OpenSshHostKeysHandler
-
- request(String, Buffer, long) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- request(String, Buffer, long, TimeUnit) - Method in interface org.apache.sshd.common.session.Session
-
Send a global request and wait for the response.
- request(String, Buffer, Duration) - Method in interface org.apache.sshd.common.session.Session
-
Send a global request and wait for the response.
- request(String, Buffer, long) - Method in interface org.apache.sshd.common.session.Session
-
Send a global request and wait for the response.
- REQUEST - Static variable in class org.apache.sshd.server.global.CancelTcpipForwardHandler
-
- REQUEST - Static variable in class org.apache.sshd.server.global.OpenSshHostKeysHandler
-
- REQUEST - Static variable in class org.apache.sshd.server.global.TcpipForwardHandler
-
- REQUEST_EXEC_REPLY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configure whether reply for the "exec" request is required
- REQUEST_SHELL_REPLY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configure whether reply for the "shell" request is required
- REQUEST_SUBSYSTEM_REPLY - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configure whether reply for the "subsystem&quoot; request is required
- REQUEST_SUFFIX - Static variable in class org.apache.sshd.server.channel.PuttyRequestHandler
-
Suffix of all PUTTY related channel requests
- REQUEST_TTY_OPTION - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- requestFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- requestFailure(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Indicates the reception of a SSH_MSG_REQUEST_FAILURE
message
- RequestHandler<T> - Interface in org.apache.sshd.common.channel
-
A global request handler.
- RequestHandler.Result - Enum in org.apache.sshd.common.channel
-
- requestLock - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- requestNewKeysExchange() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Initiates a new keys exchange if one not already in progress
- requestSuccess(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- requestSuccess(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Indicates the reception of a SSH_MSG_REQUEST_SUCCESS
message
- 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
-
- ReservedSessionMessagesHandler - Interface in org.apache.sshd.common.session
-
Provides a way to listen and handle the SSH_MSG_IGNORE
and SSH_MSG_DEBUG
messages that are received
by a session, as well as proprietary and/or extension messages.
- ReservedSessionMessagesHandlerAdapter - Class in org.apache.sshd.common.session.helpers
-
Delegates the main interface methods to specific ones after having decoded each message buffer
- ReservedSessionMessagesHandlerAdapter() - Constructor for class org.apache.sshd.common.session.helpers.ReservedSessionMessagesHandlerAdapter
-
- ReservedSessionMessagesManager - Interface in org.apache.sshd.common.session
-
- resetAuthTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resetAuthTimeout() - Method in interface org.apache.sshd.common.session.Session
-
Re-start the authentication timeout timer
- resetIdleTimeout() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resetIdleTimeout() - Method in interface org.apache.sshd.common.session.Session
-
Re-start idle timeout timer
- resizeKey(byte[], int, Digest, byte[], byte[]) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Method used while putting new keys into use that will resize the key used to initialize the cipher to the needed
length.
- resolveAgentForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.channel.Channel
-
- resolveAttribute(Channel, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.channel.Channel
-
Attempts to use the channel attribute, if not found then tries the session
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.FactoryManager
-
- resolveAttribute(FactoryManager, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.FactoryManager
-
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.session.Session
-
- resolveAttribute(Session, AttributeRepository.AttributeKey<T>) - Static method in interface org.apache.sshd.common.session.Session
-
Attempts to use the session's attribute, if not found then tries the factory manager
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- resolveAvailableSignaturesProposal() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveAvailableSignaturesProposal(FactoryManager) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- resolveBanner(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- resolveCachedResults(String, PublicKey, ServerSession) - Method in class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
- resolveChannelStreamWriter(Channel, byte) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolver
-
- resolveChannelStreamWriter(Channel, byte) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolverManager
-
- resolveChannelStreamWriterResolver() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- resolveChannelStreamWriterResolver() - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolverManager
-
- resolveChannelStreamWriterResolver() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolveClientHostname() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- resolveClientUsername() - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- resolveCombinedBoundAddress(SshdSocketAddress, SshdSocketAddress) - Static method in class org.apache.sshd.common.forward.LocalForwardingEntry
-
- resolveEffectiveCommand(ChannelSession, String, List<String>) - Method in class org.apache.sshd.server.shell.InteractiveProcessShellFactory
-
- resolveEffectiveCommand(ChannelSession, String, List<String>) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- resolveEffectiveFactories(C, C) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- resolveEffectiveProvider(Class<V>, V, V) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- resolveEmptySignaturesProposal(Iterable<String>, Iterable<String>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- resolveFactory(String) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- resolveFactory(String) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- resolveFactory(String) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- resolveHost(String, String, int, AttributeRepository, SocketAddress) - Method in class org.apache.sshd.client.SshClient
-
- resolveHostKey(ClientSession, KnownHostEntry, PublicKeyEntryResolver) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Recover the associated public key from a known host entry
- resolveHostNetworkIdentities(ClientSession, SocketAddress) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Retrieves the host identities to be used when matching or updating an entry for it - by default returns the
reported remote address and the original connection target host name/address (if same, then only one value is
returned)
- resolveIdentificationString(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Resolves the identification to send to the peer session by consulting the associated
FactoryManager
.
- resolveIgnoreBufferDataLength() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveOutputPacket(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolvePeerAddress(SocketAddress) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolvePreferredSignaturePosition(Session, List<? extends NamedFactory<Signature>>, NamedFactory<Signature>) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- resolvePtyType(PtyChannelConfigurationHolder) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- resolvePublickeyAuthenticator(String, ServerSession) - Method in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
- resolveRequestedSignatureFactories(Session, Collection<String>) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- resolveRequestedSignatureFactory(Session, String) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- resolveReservedSessionMessagesHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolveServerForwarding(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- resolveSessionKexProposal(String) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- resolveSessionKexProposal(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolveShellEnvironment(Map<String, String>) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- resolveShellTtyOptions(Map<PtyMode, Integer>) - Static method in class org.apache.sshd.server.channel.PuttyRequestHandler
-
- resolveShellTtyOptions(Map<PtyMode, Integer>) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- resolveTcpForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- resolveUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- resolveUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- resolveUnknownChannelReferenceHandler() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- resolveUnknownChannelReferenceHandler() - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
Check if current manager has a specific handler set for it - if not, try and resolve one from the
"parent" container (if any)
- resolveUpdatedSignatureFactories(Session, List<NamedFactory<Signature>>, Collection<String>) - Method in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
Checks if the extra signature algorithms are already included in the available ones, and adds the extra ones (if
supported).
- resolveUserAuthFactories(ServerAuthenticationManager) - Static method in interface org.apache.sshd.server.ServerAuthenticationManager
-
If user authentication factories already set, then simply returns them.
- resolveUserAuthFactories(ServerAuthenticationManager, List<UserAuthFactory>) - Static method in interface org.apache.sshd.server.ServerAuthenticationManager
-
If user authentication factories already set, then simply returns them.
- resolveWelcomeBanner(ServerSession) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- resolveX11ForwardingFilter(PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.common.channel.AbstractChannel
-
Default growth factor function used to resize response buffers
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Default growth factor function used to resize response buffers
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.server.global.CancelTcpipForwardHandler
-
Default growth factor function used to resize response buffers
- RESPONSE_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.server.global.TcpipForwardHandler
-
Default growth factor function used to resize response buffers
- resumeRead() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- 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.helpers.SessionTimeoutListener
-
- run() - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- securedRead(InputStream, int, byte[], int, int) - Method in class org.apache.sshd.client.channel.ChannelSession
-
- selectModuliGroups(ServerSession, int, int, int, List<Moduli.DhGroup>) - Method in class org.apache.sshd.server.kex.DHGEXServer
-
- selectors - Variable in class org.apache.sshd.server.shell.AggregateShellFactory
-
- selectShellFactory(ChannelSession) - Method in class org.apache.sshd.server.shell.AggregateShellFactory
-
- selectShellFactory(ChannelSession) - Method in interface org.apache.sshd.server.shell.ShellFactorySelector
-
- selectShellFactory(Collection<? extends ShellFactorySelector>, ChannelSession) - Static method in interface org.apache.sshd.server.shell.ShellFactorySelector
-
Consults each selector whether it wants to provide a factory for the
ChannelSession
- SEND_IMMEDIATE_IDENTIFICATION - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Whether to send the identification string immediately upon session connection being established or wait for the
server's identification before sending our own.
- SEND_IMMEDIATE_KEXINIT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Whether to send SSH_MSG_KEXINIT
immediately after sending the client identification string or wait until
the severer's one has been received.
- SEND_REPLY_FOR_CHANNEL_DATA - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
RFC4254 does not clearly specify how to handle SSH_MSG_CHANNEL_DATA
and
SSH_MSG_CHANNEL_EXTENDED_DATA
received through an unknown channel.
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.AbstractUserAuth
-
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
-
- sendAuthDataRequest(ClientSession, String) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- sendChannelOpenFailure(Buffer, int, int, String, String) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- sendClientIdentification() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- sendClientProxyMetadata(ClientSession) - Method in interface org.apache.sshd.client.session.ClientProxyConnector
-
Invoked once initial connection has been established so that the proxy can open its channel and send the
meta-data to its peer.
- sendDebugMessage(boolean, Object, String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- sendDebugMessage(boolean, Object, String) - Method in interface org.apache.sshd.common.session.Session
-
Sends an SSH_MSG_DEBUG
to the peer session
- SENDENV_PROP - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- sendEof() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
Sends SSH_MSG_CHANNEL_EOF
provided not already sent and current channel state allows it.
- sendExitStatus(int) - Method in class org.apache.sshd.server.channel.AbstractServerChannel
-
- sendFailureResponse(ConnectionService, byte, int) - Method in class org.apache.sshd.common.session.helpers.DefaultUnknownChannelReferenceHandler
-
- sendGlobalResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- sendHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- sendHeartBeat() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
Sends a heartbeat message/packet
- sendIdentification(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Send our identification.
- sendIgnoreMessage(byte...) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- sendIgnoreMessage(byte...) - Method in interface org.apache.sshd.common.session.Session
-
Sends an SSH_MSG_IGNORE
to the peer session
- sendImmediateClientIdentification - Variable in class org.apache.sshd.client.session.AbstractClientSession
-
- sendImmediateKexInit - Variable in class org.apache.sshd.client.session.AbstractClientSession
-
- sendInitialAuthRequest(ClientSession, String) - Method in class org.apache.sshd.client.session.ClientUserAuthService
-
- sendInitialServiceRequest() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- sendKexExtensions(Session, KexExtensionHandler.KexPhase) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandler
-
Invoked in order to allow the handler to send an SSH_MSG_EXT_INFO
message.
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Send the key exchange initialization packet.
- sendKexInit() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- sendKexInit(Map<KexProposalOption, String>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- sendNewKeys() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Send a message to put new keys into use.
- sendNotImplemented(long) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Sends a SSH_MSG_UNIMPLEMENTED
message
- sendPassword(Buffer, ClientSession, String, String) - Method in class org.apache.sshd.client.auth.password.UserAuthPassword
-
Sends the password via a SSH_MSG_USERAUTH_REQUEST
message.
- sendPendingPackets(Queue<PendingWriteFuture>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- sendPublicKeyResponse(ServerSession, String, String, PublicKey, byte[], int, int, Buffer) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
-
- sendReservedHeartbeat(ConnectionService) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesHandler
-
Invoked if the user configured usage of a proprietary heartbeat mechanism.
- sendResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- sendResponse(Buffer, String, RequestHandler.Result, boolean) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- sendServerIdentification(String...) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
Sends the server identification + any extra header lines
- sendWelcomeBanner(ServerSession) - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
Sends the welcome banner (if any configured) and if not already invoked
- sendWindowAdjust(long) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- sendWindowChange(int, int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- sendWindowChange(int, int, int, int) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- seqi - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- seqo - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- SERVER_ALIVE_INTERVAL_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- SERVER_EXTRA_IDENT_LINES_SEPARATOR - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
- SERVER_EXTRA_IDENTIFICATION_LINES - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve any extra lines to be sent during initial protocol handshake before the
identification.
- SERVER_IDENTIFICATION - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the server identification string.
- SERVER_PROPOSAL_KEY - Static variable in class org.apache.sshd.common.kex.extension.DefaultClientKexExtensionHandler
-
- ServerAuthenticationManager - Interface in org.apache.sshd.server
-
Holds providers and helpers related to the server side authentication process
- ServerBuilder - Class in org.apache.sshd.server
-
SshServer builder
- ServerBuilder() - Constructor for class org.apache.sshd.server.ServerBuilder
-
- ServerChannel - Interface in org.apache.sshd.server.channel
-
- ServerConnectionService - Class in org.apache.sshd.server.session
-
Server side ssh-connection
service.
- ServerConnectionService(AbstractServerSession) - Constructor for class org.apache.sshd.server.session.ServerConnectionService
-
- ServerConnectionServiceFactory - Class in org.apache.sshd.server.session
-
- ServerConnectionServiceFactory() - Constructor for class org.apache.sshd.server.session.ServerConnectionServiceFactory
-
- ServerFactoryManager - Interface in org.apache.sshd.server
-
The ServerFactoryManager
enable the retrieval of additional configuration needed specifically for the
server side.
- ServerIdentity - Class in org.apache.sshd.server.config.keys
-
Loads server identity key files - e.g., /etc/ssh/ssh_host_rsa_key
- serverKeyVerifier - Variable in class org.apache.sshd.client.ClientBuilder
-
- serverKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.client.ClientBuilder
-
- ServerKeyVerifier - Interface in org.apache.sshd.client.keyverifier
-
The ServerKeyVerifier
is used on the client side to authenticate the key provided by the server.
- serverMethods - Variable in class org.apache.sshd.client.session.ClientUserAuthService
-
- serverProposal - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- ServerProxyAcceptor - Interface in org.apache.sshd.server.session
-
Provides a way to implement proxied connections where some metadata about the client is sent
before the actual
SSH protocol is executed - e.g., the
PROXY
protocol.
- ServerProxyAcceptorHolder - Interface in org.apache.sshd.server.session
-
- serverSession - Variable in class org.apache.sshd.common.forward.TcpipClientChannel
-
- ServerSession - Interface in org.apache.sshd.server.session
-
- ServerSessionHolder - Interface in org.apache.sshd.server.session
-
- ServerSessionImpl - Class in org.apache.sshd.server.session
-
- ServerSessionImpl(ServerFactoryManager, IoSession) - Constructor for class org.apache.sshd.server.session.ServerSessionImpl
-
- ServerUserAuthService - Class in org.apache.sshd.server.session
-
- ServerUserAuthService(Session) - Constructor for class org.apache.sshd.server.session.ServerUserAuthService
-
- ServerUserAuthServiceFactory - Class in org.apache.sshd.server.session
-
- ServerUserAuthServiceFactory() - Constructor for class org.apache.sshd.server.session.ServerUserAuthServiceFactory
-
- serverVersion - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- serverVersionInfo(ClientSession, List<String>) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Called if the server sent any extra information beyond the standard version line
- 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.
- serviceFactories - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- ServiceFactory - Interface in org.apache.sshd.common
-
- session - Variable in class org.apache.sshd.common.forward.SocksProxy.Proxy
-
- SESSION - Static variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Name of the property where this session is stored in the attributes of the underlying MINA session.
- Session - Interface in org.apache.sshd.common.session
-
Represents an SSH session.
- 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.forward.SocksProxy
-
- sessionClosed(Nio2Session) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- sessionClosed(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- sessionClosed(Session) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- sessionClosed(Session) - Method in interface org.apache.sshd.common.session.SessionListener
-
A session has been closed
- sessionClosed(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.forward.SocksProxy
-
- sessionCreated(IoSession) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionIoHandler
-
- sessionCreated(Session) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- sessionCreated(Session) - Method in interface org.apache.sshd.common.session.SessionListener
-
A new session just been created
- sessionCreated(IoSession) - Method in class org.apache.sshd.server.x11.DefaultX11ForwardSupport
-
- sessionDisconnect(Session, int, String, String, boolean) - Method in interface org.apache.sshd.common.session.SessionListener
-
Invoked when SSH_MSG_DISCONNECT
message was sent/received
- SessionDisconnectHandler - Interface in org.apache.sshd.common.session
-
Invoked when the internal session code decides it should disconnect a session due to some consideration.
- SessionDisconnectHandlerManager - Interface in org.apache.sshd.common.session
-
TODO Add javadoc
- sessionEstablished(Session) - Method in interface org.apache.sshd.common.session.SessionListener
-
An initial session connection has been established -
Caveat emptor: the main difference between this
callback and
SessionListener.sessionCreated(Session)
is that when this callback is called, the session is not yet fully
initialized so not all API(s) will respond as expected.
- sessionEvent(Session, SessionListener.Event) - Method in interface org.apache.sshd.common.session.SessionListener
-
An event has been triggered
- sessionException(Session, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- sessionException(Session, Throwable) - Method in interface org.apache.sshd.common.session.SessionListener
-
An exception was caught and the session will be closed (if not already so).
- SessionFactory - Class in org.apache.sshd.client.session
-
A factory of client sessions.
- SessionFactory(ClientFactoryManager) - Constructor for class org.apache.sshd.client.session.SessionFactory
-
- sessionFactory - Variable in class org.apache.sshd.client.SshClient
-
- SessionFactory - Class in org.apache.sshd.server.session
-
A factory of server sessions.
- SessionFactory(ServerFactoryManager) - Constructor for class org.apache.sshd.server.session.SessionFactory
-
- SessionHelper - Class in org.apache.sshd.common.session.helpers
-
- SessionHelper(boolean, FactoryManager, IoSession) - Constructor for class org.apache.sshd.common.session.helpers.SessionHelper
-
Create a new session.
- SessionHolder<S extends Session> - Interface in org.apache.sshd.common.session
-
- sessionId - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- SessionKeyPairIterator - Class in org.apache.sshd.client.auth.pubkey
-
- SessionKeyPairIterator(ClientSession, SignatureFactoriesManager, Iterator<KeyPair>) - Constructor for class org.apache.sshd.client.auth.pubkey.SessionKeyPairIterator
-
- SessionListener - Interface in org.apache.sshd.common.session
-
Represents an interface receiving session events.
- SessionListener.Event - Enum in org.apache.sshd.common.session
-
- SessionListenerManager - Interface in org.apache.sshd.common.session
-
Marker interface for classes that allow to add/remove session listeners.
- sessionListenerProxy - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- sessionListenerProxy - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
- sessionListeners - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- sessionListeners - Variable in class org.apache.sshd.common.session.helpers.AbstractSession
-
Session listeners container
- sessionLock - Variable in class org.apache.sshd.common.session.helpers.SessionHelper
-
Session level lock for regulating access to sensitive data
- sessionLogin(SocketAddress, String, String) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- sessionLogin(SocketAddress, String, KeyPair) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- sessionLogin(String, String) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- sessionLogin(String, KeyPair) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- sessionLogin(String, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(String, int, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(String, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(String, int, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(InetAddress, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(InetAddress, int, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(InetAddress, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session on the default port and logs in using the provided credentials
- sessionLogin(InetAddress, int, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(SocketAddress, String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(SocketAddress, String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(String, String) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionLogin(String, KeyPair) - Method in interface org.apache.sshd.client.simple.SimpleSessionClient
-
Creates a session and logs in using the provided credentials
- sessionNegotiationEnd(Session, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in interface org.apache.sshd.common.session.SessionListener
-
Signals the end of the negotiation options handling
- sessionNegotiationStart(Session, Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in interface org.apache.sshd.common.session.SessionListener
-
Signals the start of the negotiation options handling
- sessionPeerIdentificationReceived(Session, String, List<String>) - Method in interface org.apache.sshd.common.session.SessionListener
-
The peer's identification version was received
- sessions - Variable in class org.apache.sshd.common.io.nio2.Nio2Service
-
- sessions - Variable in class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- sessionTimeoutListener - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- SessionTimeoutListener - Class in org.apache.sshd.common.session.helpers
-
Task that iterates over all currently open
Session
s and checks each of them for timeouts.
- SessionTimeoutListener() - Constructor for class org.apache.sshd.common.session.helpers.SessionTimeoutListener
-
- SessionWorkBuffer - Class in org.apache.sshd.common.session
-
- SessionWorkBuffer(Session) - Constructor for class org.apache.sshd.common.session.SessionWorkBuffer
-
- set(String, String) - Method in class org.apache.sshd.server.StandardEnvironment
-
Adds a variable to the environment.
- setAgentFactory(SshAgentFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setAgentForwarding(boolean) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setAllowMoreSessions(boolean) - Method in interface org.apache.sshd.common.session.ConnectionService
-
- setAllowMoreSessions(boolean) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setAttribute(Object, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setAttributeIfAbsent(Object, Object) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- 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
-
- setAuthed(boolean) - Method in exception org.apache.sshd.server.auth.AsyncAuthException
-
- setAuthenticated() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setAuthenticated() - Method in interface org.apache.sshd.common.session.Session
-
- setAuthenticationTimeout(long) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- setAuthenticationTimeout(long) - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- setChannelFactories(List<ChannelFactory>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setChannelSession(ChannelSession) - Method in interface org.apache.sshd.server.ChannelSessionAware
-
Receives the channel in which the command is being executed.
- setChannelStreamWriterResolver(ChannelStreamWriterResolver) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- setChannelStreamWriterResolver(ChannelStreamWriterResolver) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriterResolverManager
-
- setChannelStreamWriterResolver(ChannelStreamWriterResolver) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setChannelStreamWriterResolver(ChannelStreamWriterResolver) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setChannelType(String) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- setCipherFactories(List<NamedFactory<Cipher>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setCipherFactories(List<NamedFactory<Cipher>>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCipherFactoriesNameList(String) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCipherFactoriesNames(String...) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCipherFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setClientAddress(SocketAddress) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setClientHostKeys(HostKeyIdentityProvider) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- setClientHostname(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- setClientHostname(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- setClientIdentityLoader(ClientIdentityLoader) - Method in class org.apache.sshd.client.SshClient
-
- setClientKexData(byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setClientProxyConnector(ClientProxyConnector) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setClientProxyConnector(ClientProxyConnector) - Method in interface org.apache.sshd.client.session.ClientProxyConnectorHolder
-
- setClientProxyConnector(ClientProxyConnector) - Method in class org.apache.sshd.client.SshClient
-
- setClientUsername(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- setClientUsername(String) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- setClosing(boolean) - Method in class org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
-
- setCommand(String, String...) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- setCommand(String, List<String>) - Method in class org.apache.sshd.server.shell.ProcessShellFactory
-
- setCommandFactory(CommandFactory) - Method in class org.apache.sshd.server.SshServer
-
- setCompressionFactories(List<NamedFactory<Compression>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setCompressionFactories(List<NamedFactory<Compression>>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCompressionFactoriesNameList(String) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCompressionFactoriesNames(String...) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setCompressionFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setConnectAddress(SocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setConnectTimeout(long) - Method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- setConnectTimeout(long) - Method in interface org.apache.sshd.client.simple.SimpleClientConfigurator
-
- setCurveParameters(ECParameterSpec) - Method in class org.apache.sshd.common.kex.ECDH
-
- setDataReceiver(ChannelDataReceiver) - Method in class org.apache.sshd.server.channel.ChannelSession
-
- setDelegateCommandFactory(CommandFactory) - Method in class org.apache.sshd.server.command.AbstractDelegatingCommandFactory
-
- setDomain(String) - Method in class org.apache.sshd.server.jaas.JaasPasswordAuthenticator
-
- setE(byte[]) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- setEcho(boolean) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- setEnv(String, Object) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- SETENV_PROP - Static variable in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- setErr(OutputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setErr(OutputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setErrorStream(OutputStream) - Method in interface org.apache.sshd.server.command.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.shell.InvertedShellWrapper
-
- setErrorStream(OutputStream) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- 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 class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
-
- setException(Throwable) - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
-
- setException(Throwable) - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
-
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
-
- setExecutorServiceFactory(Factory<CloseableExecutorService>) - Method in interface org.apache.sshd.common.io.IoServiceFactoryFactory
-
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setExitCallback(ExitCallback) - Method in interface org.apache.sshd.server.command.Command
-
Set the callback that the shell has to call when it is closed.
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setExitCallback(ExitCallback) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- setExtendedDataWriter(ChannelDataReceiver) - Method in class org.apache.sshd.server.channel.ChannelSession
-
A special
ChannelDataReceiver
that can be used to receive data sent as "extended" - usually
STDERR.
- setF(byte[]) - Method in class org.apache.sshd.common.kex.AbstractDH
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.DHG
-
- setF(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
-
- setF(byte[]) - Method in class org.apache.sshd.common.kex.ECDH
-
- setFilePasswordProvider(FilePasswordProvider) - Method in class org.apache.sshd.client.SshClient
-
- setFileSystem(FileSystem) - Method in class org.apache.sshd.server.command.AbstractFileSystemCommand
-
- setFileSystemFactory(FileSystemFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setForwarderFactory(ForwarderFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setForwardingFilter(ForwardingFilter) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setG(byte[]) - Method in class org.apache.sshd.common.kex.DHG
-
- setG(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
-
- setGlobalRequestHandlers(List<RequestHandler<ConnectionService>>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setGSSAuthenticator(GSSAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setGSSAuthenticator(GSSAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setGSSAuthenticator(GSSAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setHost(String) - Method in class org.apache.sshd.server.SshServer
-
- setHostBasedAuthenticator(HostBasedAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setHostBasedAuthenticator(HostBasedAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setHostBasedAuthenticator(HostBasedAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setHostConfigEntryResolver(HostConfigEntryResolver) - Method in interface org.apache.sshd.client.ClientFactoryManager
-
- setHostConfigEntryResolver(HostConfigEntryResolver) - Method in class org.apache.sshd.client.SshClient
-
- setHostEntry(KnownHostEntry) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- setHostKeyCertificateProvider(HostKeyCertificateProvider) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setHostKeyCertificateProvider(HostKeyCertificateProvider) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setHostKeyCertificateProvider(HostKeyCertificateProvider) - Method in class org.apache.sshd.server.SshServer
-
- setIn(InputStream) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setIn(InputStream) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
Set an input stream that will be read by this channel and forwarded to the remote channel.
- setInputStream(InputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setInputStream(InputStream) - Method in interface org.apache.sshd.server.command.Command
-
Set the input stream that can be used by the shell to read input.
- setInputStream(InputStream) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setInputStream(InputStream) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- setInteractionInstruction(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- setInteractionName(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- setIoErrorStream(IoOutputStream) - Method in interface org.apache.sshd.server.command.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.command.AsyncCommand
-
Set the input stream that can be used by the shell to read input.
- setIoOutputStream(IoOutputStream) - Method in interface org.apache.sshd.server.command.AsyncCommand
-
Set the output stream that can be used by the shell to write its output.
- setIoServiceEventListener(IoServiceEventListener) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setIoServiceEventListener(IoServiceEventListener) - Method in class org.apache.sshd.common.io.AbstractIoServiceFactory
-
- setIoServiceEventListener(IoServiceEventListener) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- setIoServiceFactoryFactory(IoServiceFactoryFactory) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setKexExtensionHandler(KexExtensionHandler) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setKexExtensionHandler(KexExtensionHandler) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionHandlerManager
-
- setKexSeed(byte...) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setKexSeed(byte...) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setKexSeed(byte...) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setKeyboardInteractiveAuthenticator(KeyboardInteractiveAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setKeyExchangeFactories(List<KeyExchangeFactory>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setKeyExchangeFactories(List<KeyExchangeFactory>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setKeyIdentityProvider(KeyIdentityProvider) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setKeyIdentityProvider(KeyIdentityProvider) - Method in class org.apache.sshd.client.SshClient
-
- setKeyPairProvider(C, boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.SshClient
-
- setKeyPairProvider(C, Path, boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.SshClient
-
- setKeyPairProvider(S, Properties, boolean) - Static method in class org.apache.sshd.server.config.keys.ServerIdentity
-
- setKeyPairProvider(KeyPairProvider) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setKeyPairProvider(KeyPairProvider) - Method in class org.apache.sshd.server.SshServer
-
- setKeytabFile(String) - Method in class org.apache.sshd.server.auth.gss.GSSAuthenticator
-
Set the location of the Kerberos keytab.
- setLanguageTag(String) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- setLoadedHostsEntries(Collection<KnownHostsServerKeyVerifier.HostEntryPair>) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- setLocalAddress(SocketAddress) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- setMacFactories(List<NamedFactory<Mac>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setMacFactories(List<NamedFactory<Mac>>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setMacFactoriesNameList(String) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setMacFactoriesNames(String...) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setMacFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.kex.KexFactoryManager
-
- setModifiedServerKeyAcceptor(ModifiedServerKeyAcceptor) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
- setNegotiationResult(Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setNioWorkers(int) - Method in class org.apache.sshd.common.helpers.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, Property<?>, 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.client.channel.ClientChannel
-
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setOutputStream(OutputStream) - Method in interface org.apache.sshd.server.command.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.shell.InvertedShellWrapper
-
- setOutputStream(OutputStream) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- setP(byte[]) - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- setP(byte[]) - Method in class org.apache.sshd.common.kex.DHG
-
- setP(BigInteger) - Method in class org.apache.sshd.common.kex.DHG
-
- setParentPropertyResolver(PropertyResolver) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setPasswordAuthenticator(PasswordAuthenticator) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setPasswordAuthenticator(PasswordAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setPasswordAuthenticator(PasswordAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setPasswordIdentityProvider(PasswordIdentityProvider) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setPasswordIdentityProvider(PasswordIdentityProvider) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setPasswordIdentityProvider(PasswordIdentityProvider) - Method in class org.apache.sshd.client.SshClient
-
- setPort(int) - Method in class org.apache.sshd.server.SshServer
-
Configure the port number to use for this SSH server.
- setPrompt(String) - Method in class org.apache.sshd.server.auth.keyboard.PromptEntry
-
- setPrompts(Collection<? extends PromptEntry>) - Method in class org.apache.sshd.server.auth.keyboard.InteractiveChallenge
-
- 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 interface org.apache.sshd.server.ServerAuthenticationManager
-
- setPublickeyAuthenticator(PublickeyAuthenticator) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setPublickeyAuthenticator(PublickeyAuthenticator) - Method in class org.apache.sshd.server.SshServer
-
- setRandomFactory(Factory<Random>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setRecipient(int) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setReservedSessionMessagesHandler(ReservedSessionMessagesHandler) - Method in interface org.apache.sshd.common.session.ReservedSessionMessagesManager
-
- setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setScheduledExecutorService(ScheduledExecutorService, boolean) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setServerKexData(byte[]) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- setServerKey(PublicKey) - Method in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier.HostEntryPair
-
- setServerKey(PublicKey) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setServerKeyVerifier(ServerKeyVerifier) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setServerKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setServerKeyVerifier(ServerKeyVerifier) - Method in class org.apache.sshd.client.SshClient
-
- setServerProxyAcceptor(ServerProxyAcceptor) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setServerProxyAcceptor(ServerProxyAcceptor) - Method in interface org.apache.sshd.server.session.ServerProxyAcceptorHolder
-
- setServerProxyAcceptor(ServerProxyAcceptor) - Method in class org.apache.sshd.server.SshServer
-
- setServiceFactories(List<ServiceFactory>) - Method in class org.apache.sshd.common.helpers.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 class org.apache.sshd.common.io.nio2.Nio2Connector.DefaultIoConnectFuture
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- setSession(ServerSession) - Method in interface org.apache.sshd.server.SessionAware
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- setSession(ServerSession) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- setSessionDisconnectHandler(SessionDisconnectHandler) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setSessionDisconnectHandler(SessionDisconnectHandler) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setSessionDisconnectHandler(SessionDisconnectHandler) - Method in interface org.apache.sshd.common.session.SessionDisconnectHandlerManager
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.client.SshClient
-
- setSessionFactory(SessionFactory) - Method in class org.apache.sshd.server.SshServer
-
- setShellFactory(ShellFactory) - Method in class org.apache.sshd.server.SshServer
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBased
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKey
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.common.kex.AbstractKexFactoryManager
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBased
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory
-
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.server.global.OpenSshHostKeysHandler
-
- setSocketOptions(S) - Method in class org.apache.sshd.common.io.nio2.Nio2Service
-
- setStreaming(StreamingChannel.Streaming) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- setStreaming(StreamingChannel.Streaming) - Method in interface org.apache.sshd.common.channel.StreamingChannel
-
- setStreaming(StreamingChannel.Streaming) - Method in class org.apache.sshd.server.forward.TcpipServerChannel
-
- setSubsystemFactories(List<SubsystemFactory>) - Method in class org.apache.sshd.server.SshServer
-
- setTimeout(long) - Method in class org.apache.sshd.common.channel.ChannelPipedInputStream
-
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setUnknownChannelReferenceHandler(UnknownChannelReferenceHandler) - Method in interface org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
- setupClientHeartbeat(C, PropertyResolver) - Static method in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- setupClientHeartbeat(C, Map<String, ?>) - Static method in class org.apache.sshd.client.config.SshClientConfigFileReader
-
- setUpDefaultCiphers(boolean) - Static method in class org.apache.sshd.common.BaseBuilder
-
- setUpDefaultClient() - Static method in class org.apache.sshd.client.SshClient
-
Setup a default client.
- setUpDefaultCompressionFactories(boolean) - Static method in class org.apache.sshd.client.ClientBuilder
-
- setUpDefaultCompressionFactories(boolean) - Static method in class org.apache.sshd.server.ServerBuilder
-
- setUpDefaultKeyExchanges(boolean) - Static method in class org.apache.sshd.client.ClientBuilder
-
- setUpDefaultKeyExchanges(boolean) - Static method in class org.apache.sshd.server.ServerBuilder
-
- setUpDefaultMacs(boolean) - Static method in class org.apache.sshd.common.BaseBuilder
-
- setUpDefaultServer() - Static method in class org.apache.sshd.server.SshServer
-
Setup a default server
- setupDefaultSessionIdentities(ClientSession, KeyIdentityProvider) - Method in class org.apache.sshd.client.SshClient
-
- setUpDefaultSignatureFactories(boolean) - Static method in class org.apache.sshd.client.ClientBuilder
-
- setUpDefaultSignatureFactories(boolean) - Static method in class org.apache.sshd.server.ServerBuilder
-
- setUpDefaultSimpleClient() - Static method in class org.apache.sshd.client.SshClient
-
Setup a default client, starts it and then wraps it as a
SimpleClient
- setupSensibleDefaultPty() - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setupServerHeartbeat(S, PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- setupServerHeartbeat(S, Map<String, ?>) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- setupSession(S) - Method in class org.apache.sshd.common.session.helpers.AbstractSessionFactory
-
- setupSessionTimeout(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- setupSftpSubsystem(S, PropertyResolver) - Static method in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- setUsePty(boolean) - Method in class org.apache.sshd.client.channel.PtyCapableChannelSession
-
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.client.SshClient
-
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- setUserAuthFactories(List<UserAuthFactory>) - Method in class org.apache.sshd.server.SshServer
-
- setUserAuthFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setUserAuthFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.server.ServerAuthenticationManager
-
- setUserInteraction(UserInteraction) - Method in interface org.apache.sshd.client.ClientAuthenticationManager
-
- setUserInteraction(UserInteraction) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- setUserInteraction(UserInteraction) - Method in class org.apache.sshd.client.SshClient
-
- setUsername(String) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- setWritten() - Method in class org.apache.sshd.common.io.nio2.Nio2DefaultIoWriteFuture
-
- setWritten() - Method in class org.apache.sshd.common.session.helpers.PendingWriteFuture
-
- SFTP_FORCED_VERSION_PROP - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- ShellFactory - Interface in org.apache.sshd.server.shell
-
Shell(s) are executed on the server side when a "shell" channel is established
- ShellFactorySelector - Interface in org.apache.sshd.server.shell
-
- shutdownExecutor - Variable in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- shutdownOutputStream() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- sign(SessionContext, PublicKey, String, byte[]) - Method in class org.apache.sshd.agent.common.AbstractAgentProxy
-
- sign(SessionContext, PublicKey, String, byte[]) - Method in class org.apache.sshd.agent.common.AgentDelegate
-
- sign(SessionContext, PublicKey, String, byte[]) - Method in class org.apache.sshd.agent.local.AgentImpl
-
- sign(SessionContext, PublicKey, String, byte[]) - Method in interface org.apache.sshd.agent.SshAgent
-
- sign(SessionContext, String, byte[]) - Method in class org.apache.sshd.client.auth.pubkey.KeyAgentIdentity
-
- sign(SessionContext, String, byte[]) - Method in class org.apache.sshd.client.auth.pubkey.KeyPairIdentity
-
- signal(Channel, Signal) - Method in interface org.apache.sshd.server.SignalListener
-
- signal(Channel, Signal) - Method in class org.apache.sshd.server.StandardEnvironment
-
- signalAuthenticationSuccess(String, String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- signalAuthenticationSuccess(String, String, Buffer) - Method in interface org.apache.sshd.server.session.ServerSession
- signalAuthFailure(Throwable) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- signalChannelClosed(Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelClosed(ChannelListener, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelInitialized() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelInitialized(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelOpenFailure(Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelOpenFailure(ChannelListener, Throwable) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelOpenSuccess() - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalChannelOpenSuccess(ChannelListener) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- signalDisconnect(int, String, String, boolean) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalDisconnect(SessionListener, int, String, String, boolean) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalEOS(AprLibrary, boolean) - Method in class org.apache.sshd.agent.unix.AgentServerProxy
-
- signalEstablishedDynamicTunnel(SshdSocketAddress, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalEstablishedDynamicTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalEstablishedExplicitTunnel(SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalEstablishedExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalEstablishingDynamicTunnel(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalEstablishingDynamicTunnel(PortForwardingEventListener, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalEstablishingExplicitTunnel(SshdSocketAddress, SshdSocketAddress, boolean) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalEstablishingExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, SshdSocketAddress, boolean) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalExceptionCaught(Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalExceptionCaught(SessionListener, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalExtraServerVersionInfo(String, List<String>) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- SignalListener - Interface in org.apache.sshd.server
-
Define a listener to receive signals
- signalNegotiationEnd(Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalNegotiationEnd(SessionListener, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Map<KexProposalOption, String>, Throwable) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalNegotiationStart(Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalNegotiationStart(SessionListener, Map<KexProposalOption, String>, Map<KexProposalOption, String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalPeerIdentificationReceived(String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalPeerIdentificationReceived(SessionListener, String, List<String>) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalRequestFailure() - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Marks the current pending global request result as failed
- signalSessionClosed() - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionClosed(SessionListener) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionCreated(IoSession) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionCreated(SessionListener) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionEstablished(IoSession) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionEstablished(SessionListener) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalSessionEvent(SessionListener.Event) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- signalSessionEvent(SessionListener.Event) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
Sends a session event to all currently registered session listeners
- signalSessionEvent(SessionListener, SessionListener.Event) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- signalTearingDownDynamicTunnel(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalTearingDownDynamicTunnel(PortForwardingEventListener, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalTearingDownExplicitTunnel(SshdSocketAddress, boolean, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalTearingDownExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, boolean, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalTornDownDynamicTunnel(SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalTornDownDynamicTunnel(PortForwardingEventListener, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalTornDownExplicitTunnel(SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signalTornDownExplicitTunnel(PortForwardingEventListener, SshdSocketAddress, boolean, SshdSocketAddress, Throwable) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- signatureFactories - Variable in class org.apache.sshd.common.BaseBuilder
-
- signatureFactories(List<NamedFactory<Signature>>) - Method in class org.apache.sshd.common.BaseBuilder
-
- SIMPLE_KEX_OPCODES_MAP - Static variable in interface org.apache.sshd.common.kex.KeyExchange
-
- SimpleClient - Interface in org.apache.sshd.client.simple
-
Provides a simplified and synchronous view of the available SSH client functionality.
- SimpleClientConfigurator - Interface in org.apache.sshd.client.simple
-
- SimpleIoOutputStream - Class in org.apache.sshd.common.channel
-
- SimpleIoOutputStream(ChannelOutputStream) - Constructor for class org.apache.sshd.common.channel.SimpleIoOutputStream
-
- SimpleIoOutputStream.DefaultIoWriteFuture - Class in org.apache.sshd.common.channel
-
- SimpleSessionClient - Interface in org.apache.sshd.client.simple
-
A simplified synchronous API for creating client sessions
- socket - Variable in class org.apache.sshd.common.io.nio2.Nio2Acceptor.AcceptCompletionHandler
-
- socket - Variable in class org.apache.sshd.common.io.nio2.Nio2Connector.ConnectionCompletionHandler
-
- SOCKET_BACKLOG - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket backlog.
- SOCKET_KEEPALIVE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket keep-alive.
- SOCKET_LINGER - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket linger.
- SOCKET_RCVBUF - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket receive buffer size.
- SOCKET_REUSEADDR - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Socket reuse address.
- SOCKET_SNDBUF - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
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
-
- SPACE_AVAILABLE_PREDICATE - Static variable in class org.apache.sshd.common.channel.Window
-
Default
Predicate
used to test if space became available
- split(String) - Static method in interface org.apache.sshd.server.command.CommandFactory
-
- 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_ID_CONSTRAINED - 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
-
- SSH_AGENT_CONSTRAIN_CONFIRM - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_CONSTRAIN_LIFETIME - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_FAILURE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_KEY_LIST - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_LIST_KEYS - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_OPERATION_COMPLETE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_PRIVATE_KEY_OP - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_RSA_IDENTITIES_ANSWER - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_RSA_RESPONSE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENT_SUCCESS - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_ADD_RSA_ID_CONSTRAINED - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_ADD_RSA_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_ADD_SMARTCARD_KEY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_ADD_SMARTCARD_KEY_CONSTRAINED - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_LOCK - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_REMOVE_ALL_RSA_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_REMOVE_RSA_IDENTITY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_REMOVE_SMARTCARD_KEY - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_REQUEST_RSA_IDENTITIES - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_RSA_CHALLENGE - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AGENTC_UNLOCK - Static variable in class org.apache.sshd.agent.SshAgentConstants
-
- SSH_AUTHSOCKET_ENV_NAME - Static variable in interface org.apache.sshd.agent.SshAgent
-
- SshAgent - Interface in org.apache.sshd.agent
-
SSH key agent server
- SshAgentConstants - Class in org.apache.sshd.agent
-
- SshAgentFactory - Interface in org.apache.sshd.agent
-
The SshAgentFactory
is used to communicate with an SshAgent.
- SshAgentPublicKeyIterator - Class in org.apache.sshd.client.auth.pubkey
-
- SshAgentPublicKeyIterator(ClientSession, SshAgent) - Constructor for class org.apache.sshd.client.auth.pubkey.SshAgentPublicKeyIterator
-
- SshAgentServer - Interface in org.apache.sshd.agent
-
- SshAgentSession(long, SshAgent) - Constructor for class org.apache.sshd.agent.unix.AgentServer.SshAgentSession
-
- SshChannelClosedException - Exception in org.apache.sshd.common.channel.exception
-
- SshChannelClosedException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
-
- SshChannelClosedException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
-
- SshChannelClosedException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelClosedException
-
- SshChannelException - Exception in org.apache.sshd.common.channel.exception
-
- SshChannelException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
-
- SshChannelException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
-
- SshChannelException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelException
-
- SshChannelNotFoundException - Exception in org.apache.sshd.common.channel.exception
-
- SshChannelNotFoundException(int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
-
- SshChannelNotFoundException(int, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
-
- SshChannelNotFoundException(int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelNotFoundException
-
- SshChannelOpenException - Exception in org.apache.sshd.common.channel.exception
-
Documents failure of a channel to open as expected.
- SshChannelOpenException(int, int, String) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelOpenException
-
- SshChannelOpenException(int, int, String, Throwable) - Constructor for exception org.apache.sshd.common.channel.exception.SshChannelOpenException
-
- SshClient - Class in org.apache.sshd.client
-
Entry point for the client side of the SSH protocol.
- SshClient() - Constructor for class org.apache.sshd.client.SshClient
-
- SshClientConfigFileReader - Class in org.apache.sshd.client.config
-
- SshConfigFileReader - Class in org.apache.sshd.common.config
-
Reads and interprets some useful configurations from an OpenSSH configuration file.
- SshServer - Class in org.apache.sshd.server
-
The SshServer class is the main entry point for the server side of the SSH protocol.
- SshServer() - Constructor for class org.apache.sshd.server.SshServer
-
- SshServerConfigFileReader - Class in org.apache.sshd.server.config
-
Reads and interprets some useful configurations from an OpenSSH configuration file.
- StandardEnvironment - Class in org.apache.sshd.server
-
- StandardEnvironment() - Constructor for class org.apache.sshd.server.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.SshClient
-
Starts the SSH client and can start creating sessions using it.
- start() - Method in interface org.apache.sshd.common.Service
-
- start() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.command.AbstractCommandSupport
-
- start(ChannelSession, Environment) - Method in interface org.apache.sshd.server.command.CommandLifecycle
-
Starts the command execution.
- start() - Method in class org.apache.sshd.server.session.ServerUserAuthService
-
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.shell.InvertedShellWrapper
-
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.shell.ProcessShell
-
- start(ChannelSession, Environment) - Method in class org.apache.sshd.server.shell.UnknownCommand
-
- start() - Method in class org.apache.sshd.server.SshServer
-
Start the SSH server and accept incoming exceptions on the configured port.
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- startDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start dynamic local port forwarding using a SOCKS proxy.
- startHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- startHeartBeat() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- startLocalPortForwarding(int, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start forwarding the given local port on the client to the given address on the server.
- startLocalPortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
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
-
- startReading(int) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startReading(byte[]) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startReading(byte[], int, int) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startReading(ByteBuffer) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- startRemotePortForwarding(SshdSocketAddress, SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Start forwarding tcpip from the given address on the server to the given address on the client.
- startService(String, Buffer) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- startService(String, Buffer) - Method in interface org.apache.sshd.common.session.Session
-
- startService(String, Buffer) - Method in class org.apache.sshd.server.session.AbstractServerSession
-
- startWriting() - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- startWriting() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- STATIC_IO_MSG_RECEIVED_EVENTS - Static variable in class org.apache.sshd.common.forward.DefaultForwarder
-
- StaticDecisionForwardingFilter - Class in org.apache.sshd.server.forward
-
A
ForwardingFilter
implementation that returns the same "static" result for
all the queries.
- StaticDecisionForwardingFilter(boolean) - Constructor for class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
-
- StaticHostBasedAuthenticator - Class in org.apache.sshd.server.auth.hostbased
-
- StaticHostBasedAuthenticator(boolean) - Constructor for class org.apache.sshd.server.auth.hostbased.StaticHostBasedAuthenticator
-
- StaticPasswordAuthenticator - Class in org.apache.sshd.server.auth.password
-
Returns the same constant result true/false
regardless
- StaticPasswordAuthenticator(boolean) - Constructor for class org.apache.sshd.server.auth.password.StaticPasswordAuthenticator
-
- StaticPublickeyAuthenticator - Class in org.apache.sshd.server.auth.pubkey
-
Returns the same constant result true/false
regardless
- StaticPublickeyAuthenticator(boolean) - Constructor for class org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
-
- StaticServerKeyVerifier - Class in org.apache.sshd.client.keyverifier
-
Returns the same constant answer true/false
regardless
- StaticServerKeyVerifier(boolean) - Constructor for class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- STD_AUTHORIZED_KEYS_FILENAME - Static variable in class org.apache.sshd.server.config.keys.AuthorizedKeysAuthenticator
-
Standard OpenSSH authorized keys file name
- stop() - Method in class org.apache.sshd.client.SshClient
-
- stop() - Method in class org.apache.sshd.server.SshServer
-
Stop the SSH server.
- stop(boolean) - Method in class org.apache.sshd.server.SshServer
-
- STOP_WAIT_TIME - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Timeout (milliseconds) to wait for client / server stop request if immediate stop requested.
- stopDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- stopDynamicPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- stopDynamicPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Stop a previously started dynamic port forwarding.
- stopHeartBeat() - Method in class org.apache.sshd.client.session.ClientConnectionService
-
- stopHeartBeat() - Method in class org.apache.sshd.common.session.helpers.AbstractConnectionService
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- stopLocalPortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Stop forwarding the given local address.
- stopRemotePortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- stopRemotePortForwarding(SshdSocketAddress) - Method in class org.apache.sshd.common.forward.DefaultForwarder
-
- stopRemotePortForwarding(SshdSocketAddress) - Method in interface org.apache.sshd.common.forward.PortForwardingManager
-
Stop forwarding of the given remote address.
- stopSessionTimeoutListener(AbstractSessionFactory<?, ?>) - Method in class org.apache.sshd.common.helpers.AbstractFactoryManager
-
- streaming - Variable in class org.apache.sshd.client.channel.AbstractClientChannel
-
- StreamingChannel - Interface in org.apache.sshd.common.channel
-
A channel that can be either configured to use synchronous or asynchrounous streams.
- StreamingChannel.Streaming - Enum in org.apache.sshd.common.channel
-
- STRICT_CHECKING_OPTION - Static variable in class org.apache.sshd.client.keyverifier.KnownHostsServerKeyVerifier
-
Standard option used to indicate whether to use strict host key checking or not.
- stripLeadingZeroes(byte[]) - Static method in class org.apache.sshd.common.kex.AbstractDH
-
The shared secret returned by
KeyAgreement.generateSecret()
is a byte array, which can (by
chance, roughly 1 out of 256 times) begin with zero byte (some JCE providers might strip this, though).
- SubsystemClient - Interface in org.apache.sshd.client.subsystem
-
- SubsystemFactory - Interface in org.apache.sshd.server.subsystem
-
- suspend() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- suspendRead() - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- SVC2HNDLR - Static variable in interface org.apache.sshd.common.session.ConnectionServiceRequestHandler
-
- switchToNextService() - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- switchToNoneCipher() - Method in class org.apache.sshd.client.session.AbstractClientSession
-
- switchToNoneCipher() - Method in interface org.apache.sshd.client.session.ClientSession
-
Switch to a none cipher for performance.
- v_c - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- v_s - Variable in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- validateCommandExitStatusCode(String, Integer) - Static method in interface org.apache.sshd.client.channel.ClientChannel
-
Makes sure remote command exit status has been provided and it is zero
- validateEValue() - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- validateEValue(BigInteger) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- validateFilePath(Path, Collection<PosixFilePermission>, Collection<PosixFilePermission>) - Method in class org.apache.sshd.server.config.keys.DefaultAuthorizedKeysAuthenticator
-
- validateFValue() - Method in class org.apache.sshd.client.kex.DHGEXClient
-
- validateFValue(BigInteger) - Method in class org.apache.sshd.common.kex.dh.AbstractDHKeyExchange
-
- 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.
- validateIncomingDataSize(int, long) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- validateIncomingMac(byte[], int, int) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- 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.
- validateKexState(int, KexState) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- validateListener(L) - Static method in interface org.apache.sshd.common.channel.ChannelListener
-
- validateListener(L) - Static method in interface org.apache.sshd.common.forward.PortForwardingEventListener
-
- validateListener(L) - Static method in interface org.apache.sshd.common.session.SessionListener
-
- validateListener(L) - Static method in interface org.apache.sshd.server.SignalListener
-
- validateTargetBuffer(int, B) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
Makes sure that the buffer used for output is not null
or one of the session's internal ones used for
decoding and uncompressing
- valueOf(String) - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.channel.ClientChannelEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.client.session.ClientSession.ClientSessionEvent
-
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.channel.RequestHandler.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.channel.StreamingChannel.Streaming
-
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.io.BuiltinIoServiceFactoryFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.extension.KexExtensionHandler.AvailabilityPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.session.SessionListener.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.auth.WelcomeBannerPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.config.AllowTcpForwardingValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
Returns the enum constant of this type with the specified name.
- VALUES - Static variable in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
- values() - Static method in enum org.apache.sshd.client.auth.BuiltinUserAuthFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.client.channel.ClientChannelEvent
-
- values() - Static method in enum org.apache.sshd.client.channel.ClientChannelEvent
-
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.session.ClientSession.ClientSessionEvent
-
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 variable in enum org.apache.sshd.common.channel.RequestHandler.Result
-
- values() - Static method in enum org.apache.sshd.common.channel.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.channel.StreamingChannel.Streaming
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.forward.TcpipClientChannel.Type
-
- 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 variable in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
- values() - Static method in enum org.apache.sshd.common.io.BuiltinIoServiceFactoryFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
- values() - Static method in enum org.apache.sshd.common.kex.BuiltinDHFactories
-
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.kex.extension.KexExtensionHandler.AvailabilityPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
-
- values() - Static method in enum org.apache.sshd.common.kex.extension.KexExtensionHandler.KexPhase
-
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.SessionListener.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
- values() - Static method in enum org.apache.sshd.server.auth.BuiltinUserAuthFactories
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.auth.WelcomeBannerPhase
-
- values() - Static method in enum org.apache.sshd.server.auth.WelcomeBannerPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.config.AllowTcpForwardingValue
-
- values() - Static method in enum org.apache.sshd.server.config.AllowTcpForwardingValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
- values() - Static method in enum org.apache.sshd.server.forward.TcpForwardingFilter.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(long) - Method in class org.apache.sshd.client.future.DefaultAuthFuture
-
- verify(long) - Method in class org.apache.sshd.client.future.DefaultConnectFuture
-
- verify(long) - Method in class org.apache.sshd.client.future.DefaultOpenFuture
-
- verify(long) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream.IoReadFutureImpl
-
- verify(long) - Method in class org.apache.sshd.common.future.DefaultKeyExchangeFuture
-
- verifyCertificate(Session, OpenSshCertificate) - Method in class org.apache.sshd.client.kex.DHGClient
-
- 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.KnownHostsServerKeyVerifier
-
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.RequiredServerKeyVerifier
-
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in interface org.apache.sshd.client.keyverifier.ServerKeyVerifier
-
Verify that the server key provided is really the one of the host.
- verifyServerKey(ClientSession, SocketAddress, PublicKey) - Method in class org.apache.sshd.client.keyverifier.StaticServerKeyVerifier
-
- verifySignature(ServerSession, String, String, PublicKey, Buffer, Signature, byte[]) - Method in class org.apache.sshd.server.auth.pubkey.UserAuthPublicKey
-
- verifyTrialsCount(ClientSession, String, int, int, int) - Method in class org.apache.sshd.client.auth.keyboard.UserAuthKeyboardInteractive
-
- VISUAL_HOST_KEY - Static variable in class org.apache.sshd.server.config.SshServerConfigFileReader
-
- WAIT_FOR_SPACE_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Configure max.
- waitAndConsume(long, long) - Method in class org.apache.sshd.common.channel.Window
-
Waits for enough data to become available to consume the specified size
- waitAndConsume(long, Duration) - Method in class org.apache.sshd.common.channel.Window
-
Waits for enough data to become available to consume the specified size
- waitFor(Collection<ClientChannelEvent>, long) - Method in class org.apache.sshd.client.channel.AbstractClientChannel
-
- waitFor(Collection<ClientChannelEvent>, long) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
Waits until any of the specified events in the mask is signaled
- waitFor(Collection<ClientChannelEvent>, Duration) - Method in interface org.apache.sshd.client.channel.ClientChannel
-
Waits until any of the specified events in the mask is signaled
- waitFor(Collection<ClientSession.ClientSessionEvent>, long) - Method in interface org.apache.sshd.client.session.ClientSession
-
Wait for any one of a specific state to be signaled.
- waitFor(Collection<ClientSession.ClientSessionEvent>, Duration) - Method in interface org.apache.sshd.client.session.ClientSession
-
Wait for any one of a specific state to be signaled.
- waitFor(Collection<ClientSession.ClientSessionEvent>, long) - Method in class org.apache.sshd.client.session.ClientSessionImpl
-
- waitForCondition(Predicate<? super Window>, Duration) - Method in class org.apache.sshd.common.channel.Window
-
Waits up to a specified amount of time for a condition to be satisfied and signaled via the lock.
- waitForMessageBuffer() - Method in class org.apache.sshd.agent.local.AgentForwardedChannel
-
- waitForMessageBuffer() - Method in class org.apache.sshd.agent.unix.AgentClient
-
- waitForSpace(long) - Method in class org.apache.sshd.common.channel.Window
-
Waits until some data becomes available or timeout expires
- waitForSpace(Duration) - Method in class org.apache.sshd.common.channel.Window
-
Waits until some data becomes available or timeout expires
- welcome(ClientSession, String, String) - Method in interface org.apache.sshd.client.auth.keyboard.UserInteraction
-
Displays the welcome banner to the user.
- WELCOME_BANNER - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of welcome banner that will be displayed when a user connects to the server.
- WELCOME_BANNER_CHARSET - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
The charset to use if the configured welcome banner points to a file - if not specified (either as a string or a
Charset
then the local default is used.
- WELCOME_BANNER_LANGUAGE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to denote the language code for the welcome banner (if such a banner is configured).
- WELCOME_BANNER_PHASE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
- WelcomeBannerPhase - Enum in org.apache.sshd.server.auth
-
Used to indicate at which authentication phase to send the welcome banner (if any configured)
- Window - Class in org.apache.sshd.common.channel
-
A Window for a given channel.
- Window(AbstractChannel, Object, boolean, boolean) - Constructor for class org.apache.sshd.common.channel.Window
-
- WINDOW_SIZE - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve the value of the channel window size in the configuration properties map.
- WINDOW_TIMEOUT - Static variable in class org.apache.sshd.core.CoreModuleProperties
-
Key used to retrieve timeout (msec.) to wait for data to become available when reading from a channel.
- WindowClosedException - Exception in org.apache.sshd.common.channel
-
Indicates a
Window
has been closed.
- WindowClosedException(String) - Constructor for exception org.apache.sshd.common.channel.WindowClosedException
-
- wrap(ClientSessionCreator, Channel) - Static method in class org.apache.sshd.client.simple.AbstractSimpleClientSessionCreator
-
- wrapAsSimpleClient(SshClient) - Static method in class org.apache.sshd.client.SshClient
-
- write(Readable) - Method in class org.apache.sshd.common.channel.ChannelAsyncInputStream
-
- write(int) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- write(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelOutputStream
-
- write(int) - Method in class org.apache.sshd.common.channel.ChannelPipedOutputStream
-
- write(byte[], int, int) - Method in class org.apache.sshd.common.channel.ChannelPipedOutputStream
-
- writeBuffer(Buffer) - Method in class org.apache.sshd.common.channel.BufferedIoOutputStream
-
- writeBuffer(Buffer) - Method in class org.apache.sshd.common.channel.ChannelAsyncOutputStream
-
- writeBuffer(Buffer) - Method in class org.apache.sshd.common.channel.SimpleIoOutputStream
-
- writeBuffer(Buffer) - Method in class org.apache.sshd.common.io.nio2.Nio2Session
-
- writeData(Buffer) - Method in interface org.apache.sshd.common.channel.throttle.ChannelStreamWriter
-
Encode and send the given data packet buffer.
- writeData(Buffer) - Method in class org.apache.sshd.common.channel.throttle.DefaultChannelStreamWriter
-
- writeMessage(Buffer, Consumer<? super IOException>) - Method in class org.apache.sshd.client.channel.ClientChannelPendingMessagesQueue
-
- writePacket(Buffer) - Method in class org.apache.sshd.common.channel.AbstractChannel
-
- writePacket(Buffer) - Method in interface org.apache.sshd.common.channel.Channel
-
Encode and send the given buffer.
- writePacket(Buffer) - Method in class org.apache.sshd.common.session.helpers.AbstractSession
-
- writePacket(Buffer, long, TimeUnit) - Method in class org.apache.sshd.common.session.helpers.SessionHelper
-
- writePacket(Buffer) - Method in interface org.apache.sshd.common.session.Session
-
Encode and send the given buffer.
- writePacket(Buffer, Duration) - Method in interface org.apache.sshd.common.session.Session
-
Encode and send the given buffer with the specified timeout.
- writePacket(Buffer, long) - Method in interface org.apache.sshd.common.session.Session
-
Encode and send the given buffer with the specified timeout.
- writePacket(Buffer, long, TimeUnit) - Method in interface org.apache.sshd.common.session.Session
-
Encode and send the given buffer with the specified timeout.
- writes - Variable in class org.apache.sshd.common.channel.BufferedIoOutputStream
-