Uses of Interface
org.apache.sshd.common.Property
-
-
Uses of Property in org.apache.sshd.cli.client
Fields in org.apache.sshd.cli.client declared as Property Modifier and Type Field Description static Property<java.time.Duration>CliClientModuleProperties. AUTH_TIMEOUTKey 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.static Property<java.time.Duration>CliClientModuleProperties. CHANNEL_OPEN_TIMEOUTKey used to retrieve the value of the timeout for opening an EXEC or SHELL channel - in msec.static Property<java.time.Duration>CliClientModuleProperties. CONECT_TIMEOUTKey used to retrieve the value of the timeout after which it will abort the connection if the connection has not been established - in milliseconds. -
Uses of Property in org.apache.sshd.client.config
Fields in org.apache.sshd.client.config declared as Property Modifier and Type Field Description static Property<java.time.Duration>SshClientConfigFileReader. CLIENT_LIVECHECK_INTERVAL_PROPstatic Property<java.time.Duration>SshClientConfigFileReader. CLIENT_LIVECHECK_REPLIES_WAITstatic Property<java.lang.Boolean>SshClientConfigFileReader. CLIENT_LIVECHECK_USE_NULLS -
Uses of Property in org.apache.sshd.common
Classes in org.apache.sshd.common that implement Property Modifier and Type Class Description static classProperty.BaseProperty<T>static classProperty.BooleanPropertystatic classProperty.CharsetPropertystatic classProperty.DurationInSecondsPropertystatic classProperty.DurationPropertystatic classProperty.EnumProperty<T extends java.lang.Enum<T>>static classProperty.IntegerPropertystatic classProperty.LongPropertystatic classProperty.ObjectPropertystatic classProperty.StringPropertystatic classProperty.Validating<T>Fields in org.apache.sshd.common declared as Property Modifier and Type Field Description static Property<java.lang.Boolean>CommonModuleProperties. ALLOW_INSECURE_AUTHIf set totruethenUserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext)returnstrueeven if transport is insecure.static Property<java.lang.Boolean>CommonModuleProperties. ALLOW_NON_INTEGRITY_AUTHIf set totruethenUserAuthMethodFactory.isDataIntegrityAuthenticationTransport(SessionContext)returnstrueeven if transport has no MAC(s) to verify message integritystatic Property<java.time.Duration>CommonModuleProperties. CLOSE_WAIT_TIMEOUTTimeout (milliseconds) for waiting on aCloseFutureto successfully complete its action.protected Property<T>Property.Validating. delegatestatic Property<java.lang.Integer>CommonModuleProperties. HEXDUMP_CHUNK_SIZEstatic Property<java.time.Duration>CommonModuleProperties. SESSION_HEARTBEAT_INTERVALProperty used to register the interval for the heartbeat - if not set or non-positive then disabledstatic Property<SessionHeartbeatController.HeartbeatType>CommonModuleProperties. SESSION_HEARTBEAT_TYPEProperty used to register theSessionHeartbeatController.HeartbeatType- if non-existent orNONEthen disabled.Methods in org.apache.sshd.common that return Property Modifier and Type Method Description static Property<java.lang.Boolean>Property. bool(java.lang.String name)static Property<java.lang.Boolean>Property. bool(java.lang.String name, boolean def)static Property<java.nio.charset.Charset>Property. charset(java.lang.String name)static Property<java.nio.charset.Charset>Property. charset(java.lang.String name, java.nio.charset.Charset def)static Property<java.time.Duration>Property. duration(java.lang.String name)static Property<java.time.Duration>Property. duration(java.lang.String name, java.time.Duration def)static Property<java.time.Duration>Property. duration(java.lang.String name, java.time.Duration def, java.time.Duration min)static Property<java.time.Duration>Property. durationSec(java.lang.String name)static Property<java.time.Duration>Property. durationSec(java.lang.String name, java.time.Duration def)static Property<java.time.Duration>Property. durationSec(java.lang.String name, java.time.Duration def, java.time.Duration min)static <T extends java.lang.Enum<T>>
Property<T>Property. enum_(java.lang.String name, java.lang.Class<T> type)static <T extends java.lang.Enum<T>>
Property<T>Property. enum_(java.lang.String name, java.lang.Class<T> type, T def)static Property<java.lang.Integer>Property. integer(java.lang.String name)static Property<java.lang.Integer>Property. integer(java.lang.String name, int def)static Property<java.lang.Long>Property. long_(java.lang.String name)static Property<java.lang.Long>Property. long_(java.lang.String name, long def)static Property<java.lang.Object>Property. object(java.lang.String name)static Property<java.lang.Object>Property. object(java.lang.String name, java.lang.Object def)static Property<java.lang.String>Property. string(java.lang.String name)static Property<java.lang.String>Property. string(java.lang.String name, java.lang.String def)static <T> Property<T>Property. validating(Property<T> prop, java.util.function.Consumer<? super T> validator)Methods in org.apache.sshd.common with parameters of type Property Modifier and Type Method Description static <T> Property<T>Property. validating(Property<T> prop, java.util.function.Consumer<? super T> validator)Constructors in org.apache.sshd.common with parameters of type Property Constructor Description Validating(Property<T> delegate, java.util.function.Consumer<? super T> validator) -
Uses of Property in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 with type parameters of type Property Modifier and Type Field Description static java.util.Map<Property<?>,java.util.AbstractMap.SimpleImmutableEntry<java.net.SocketOption<?>,java.lang.Object>>Nio2Service. CONFIGURABLE_OPTIONSMethods in org.apache.sshd.common.io.nio2 with parameters of type Property Modifier and Type Method Description protected <T> booleanNio2Service. setOption(java.nio.channels.NetworkChannel socket, Property<?> property, java.net.SocketOption<T> option, T defaultValue) -
Uses of Property in org.apache.sshd.contrib.common.channel.throttle
Fields in org.apache.sshd.contrib.common.channel.throttle declared as Property Modifier and Type Field Description static Property<java.lang.Integer>ThrottlingChannelStreamWriter. MAX_PEND_COUNTMax.static Property<java.time.Duration>ThrottlingChannelStreamWriter. WAIT_TIMETimeout (seconds) for throttling packet writer to wait for pending packets send -
Uses of Property in org.apache.sshd.core
Fields in org.apache.sshd.core declared as Property Modifier and Type Field Description static Property<java.lang.Boolean>CoreModuleProperties. ABORT_ON_INVALID_CERTIFICATEDefines if we should abort in case we encounter an invalid (e.g.static Property<java.lang.Boolean>CoreModuleProperties. ALLOW_DHG1_KEX_FALLBACKWhether allowed to fall back to DH group with SHA-1 KEX if exhausted all available primes for SHA-256.static Property<java.lang.String>CoreModuleProperties. AUTH_METHODSThis key is used when configuring multi-step authentications.static Property<java.time.Duration>CoreModuleProperties. AUTH_SOCKET_TIMEOUTProperty that can be set on theSessionin order to control the authentication timeout (millis).static Property<java.time.Duration>CoreModuleProperties. AUTH_TIMEOUTKey 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.static Property<java.lang.Integer>CoreModuleProperties. BUFFER_SIZEValue used by theInvertedShellWrapperto control copy buffer size.static Property<java.lang.Integer>CoreModuleProperties. BUFFERED_IO_OUTPUT_MAX_PENDING_WRITE_SIZEKey used when creating aBufferedIoOutputStreamin order to specify max.static Property<java.time.Duration>CoreModuleProperties. BUFFERED_IO_OUTPUT_MAX_PENDING_WRITE_WAITKey used when creating aBufferedIoOutputStreamin order to specify max.static Property<java.time.Duration>CoreModuleProperties. CHANNEL_CLOSE_TIMEOUTKey used to configure the timeout used when writing a close request on a channel.static Property<java.time.Duration>CoreModuleProperties. CHANNEL_OPEN_TIMEOUTValue that can be set on theFactoryManageror the session to configure the channel open timeout value (millis).static Property<java.lang.String>CoreModuleProperties. CLIENT_IDENTIFICATIONKey used to retrieve the value of the client identification string.static Property<java.time.Duration>CoreModuleProperties. COMMAND_EXIT_TIMEOUTKey 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.static Property<java.time.Duration>CoreModuleProperties. DISCONNECT_TIMEOUTKey used to retrieve the value of the disconnect timeout which is used when a disconnection is attempted.static Property<java.time.Duration>CoreModuleProperties. FORWARD_REQUEST_TIMEOUTUsed to configure the timeout (milliseconds) for receiving a response for the forwarding requeststatic Property<java.lang.Integer>CoreModuleProperties. FORWARDER_BUFFER_SIZEProperty that can be set on the factory manager in order to control the buffer size used to forward data from the established channelstatic Property<java.time.Duration>CoreModuleProperties. HEARTBEAT_INTERVALKey used to set the heartbeat interval in milliseconds (0 to disable = default)static Property<java.lang.Integer>CoreModuleProperties. HEARTBEAT_NO_REPLY_MAXKey to set the maximum number of heartbeat messages to send without having received a reply.static Property<java.time.Duration>CoreModuleProperties. HEARTBEAT_REPLY_WAITDeprecated.since 2.13.0, useCoreModuleProperties.HEARTBEAT_NO_REPLY_MAXinsteadstatic Property<java.lang.String>CoreModuleProperties. HEARTBEAT_REQUESTKey used to check the heartbeat request that should be sent to the serverstatic Property<java.time.Duration>CoreModuleProperties. IDLE_TIMEOUTKey used to retrieve the value of idle timeout after which it will close the connection - in milliseconds.static Property<java.lang.Boolean>CoreModuleProperties. IGNORE_INVALID_IDENTITIESWhether to ignore invalid identities files when pre-initializing the client sessionstatic Property<java.lang.Long>CoreModuleProperties. IGNORE_MESSAGE_FREQUENCYAverage number of packets to be skipped before anSSH_MSG_IGNOREmessage is inserted in the stream.static Property<java.lang.Integer>CoreModuleProperties. IGNORE_MESSAGE_SIZEMinimum size ofSSH_MSG_IGNOREpayload to send if feature enabled.static Property<java.lang.Integer>CoreModuleProperties. IGNORE_MESSAGE_VARIANCEThe variance to be used around the configuredCoreModuleProperties.IGNORE_MESSAGE_FREQUENCYvalue in order to avoid insertion at a set frequency.static Property<java.lang.Integer>CoreModuleProperties. INPUT_STREAM_PUMP_CHUNK_SIZEOn some platforms, a call to always throws anIOException.static Property<java.lang.String>CoreModuleProperties. INTERACTIVE_LANGUAGE_TAGAs per RFC-4256: The language tag is deprecated and SHOULD be the empty string.static Property<java.lang.String>CoreModuleProperties. INTERACTIVE_SUBMETHODSAs per RFC-4256: The submethods field is included so the user can give a hint of which actual methods to use.static Property<java.time.Duration>CoreModuleProperties. IO_CONNECT_TIMEOUTKey used to retrieve the value of the socket connect time-out.static Property<java.lang.Boolean>CoreModuleProperties. KB_SERVER_INTERACTIVE_ECHO_PROMPTstatic Property<java.lang.String>CoreModuleProperties. KB_SERVER_INTERACTIVE_INSTRUCTIONstatic Property<java.lang.String>CoreModuleProperties. KB_SERVER_INTERACTIVE_LANGstatic Property<java.lang.String>CoreModuleProperties. KB_SERVER_INTERACTIVE_NAMEstatic Property<java.lang.String>CoreModuleProperties. KB_SERVER_INTERACTIVE_PROMPTstatic Property<java.time.Duration>CoreModuleProperties. KEX_PROPOSAL_SETUP_TIMEOUTDeprecated.since 2.14.0static Property<java.lang.Long>CoreModuleProperties. LIMIT_PACKET_SIZEA safety value that is designed to avoid an attack that uses large channel packet sizesstatic Property<java.lang.Integer>CoreModuleProperties. MAX_AUTH_REQUESTSKey used to retrieve the value in the configuration properties map of the maximum number of failed authentication requests before the server closes the connection.static Property<java.lang.Integer>CoreModuleProperties. MAX_CONCURRENT_CHANNELSProperty that can be used to configure max.static Property<java.lang.Integer>CoreModuleProperties. MAX_CONCURRENT_SESSIONSKey used to retrieve the value of the maximum concurrent open session count per username.static Property<java.lang.Integer>CoreModuleProperties. MAX_EXTDATA_BUFSIZEMaximum amount of extended (a.k.a.static Property<java.lang.Integer>CoreModuleProperties. MAX_IDENTIFICATION_SIZEMaximum allowed size of the initial identification text sent during the handshakestatic Property<java.lang.Long>CoreModuleProperties. MAX_PACKET_SIZEKey used to retrieve the value of the maximum packet size in the configuration properties map.static Property<java.lang.Integer>CoreModuleProperties. MAX_PROXY_JUMPSConfiguration value for the maximum number of proxy jumps to allow in an SSH connection; by default 10.static Property<java.lang.Integer>CoreModuleProperties. MIN_READ_BUFFER_SIZEMinimum read buffer size in bytes.static Property<java.lang.String>CoreModuleProperties. MODULI_URLA URL pointing to the moduli file.static Property<java.lang.Integer>CoreModuleProperties. NIO_WORKERSNumber of NIO worker threads to use.static Property<java.time.Duration>CoreModuleProperties. NIO2_MIN_WRITE_TIMEOUTMinimum NIO2 write wait timeout for a single outgoing packet - in millisecondsstatic Property<java.lang.Integer>CoreModuleProperties. NIO2_READ_BUFFER_SIZERead buffer size in bytes.static Property<java.time.Duration>CoreModuleProperties. NIO2_READ_TIMEOUTKey used to retrieve the value of the socket read timeout for NIO2 session implementation - in milliseconds.static Property<java.lang.Integer>CoreModuleProperties. PASSWORD_PROMPTSSpecifies the number of interactive attempts at password or keyboard-interactive user authentication before giving up.static Property<java.lang.Boolean>CoreModuleProperties. PREFER_UNIX_AGENTstatic Property<java.lang.String>CoreModuleProperties. PREFERRED_AUTHSOrdered comma separated list of authentications methods.static Property<java.lang.Integer>CoreModuleProperties. PROP_DHGEX_CLIENT_MAX_KEYstatic Property<java.lang.Integer>CoreModuleProperties. PROP_DHGEX_CLIENT_MIN_KEYstatic Property<java.lang.Integer>CoreModuleProperties. PROP_DHGEX_CLIENT_PRF_KEYstatic Property<java.lang.Integer>CoreModuleProperties. PROP_DHGEX_SERVER_MAX_KEYSeeDHGEXServer.static Property<java.lang.Integer>CoreModuleProperties. PROP_DHGEX_SERVER_MIN_KEYSeeDHGEXServer.static Property<java.lang.String>CoreModuleProperties. PROXY_AUTH_CHANNEL_TYPEValue that can be set in order to control the type of authentication channel being requested when forwarding a PTY session.static Property<java.lang.String>CoreModuleProperties. PROXY_CHANNEL_TYPEValue used to configure the type of proxy forwarding channel to be used.static Property<java.time.Duration>CoreModuleProperties. PUMP_SLEEP_TIMEValue used by theInvertedShellWrapperto control the "busy-wait" sleep time (millis) on the pumping loop if nothing was pumped - must be positive.static Property<java.lang.Long>CoreModuleProperties. REKEY_BLOCKS_LIMITKey re-exchange will be automatically performed after the specified number of cipher blocks has been processed - positive 64-bit value.static Property<java.lang.Long>CoreModuleProperties. REKEY_BYTES_LIMITKey re-exchange will be automatically performed after the session has sent or received the given amount of bytes.static Property<java.lang.Long>CoreModuleProperties. REKEY_PACKETS_LIMITKey re-exchange will be automatically performed after the specified number of packets has been exchanged - positive 64-bit value.static Property<java.time.Duration>CoreModuleProperties. REKEY_TIME_LIMITKey re-exchange will be automatically performed after the specified amount of time has elapsed since the last key exchange - in milliseconds.static Property<java.lang.Boolean>CoreModuleProperties. REQUEST_EXEC_REPLYConfigure whether reply for the "exec" request is requiredstatic Property<java.lang.Boolean>CoreModuleProperties. REQUEST_SHELL_REPLYConfigure whether reply for the "shell" request is requiredstatic Property<java.lang.Boolean>CoreModuleProperties. REQUEST_SUBSYSTEM_REPLYConfigure whether reply for the "subsystem&quoot; request is requiredstatic Property<java.lang.Boolean>CoreModuleProperties. SEND_IMMEDIATE_IDENTIFICATIONWhether to send the identification string immediately upon session connection being established or wait for the server's identification before sending our own.static Property<java.lang.Boolean>CoreModuleProperties. SEND_IMMEDIATE_KEXINITWhether to sendSSH_MSG_KEXINITimmediately after sending the client identification string or wait until the severer's one has been received.static Property<java.lang.Boolean>CoreModuleProperties. SEND_REPLY_FOR_CHANNEL_DATARFC4254 does not clearly specify how to handleSSH_MSG_CHANNEL_DATAandSSH_MSG_CHANNEL_EXTENDED_DATAreceived through an unknown channel.static Property<java.lang.String>CoreModuleProperties. SERVER_EXTRA_IDENTIFICATION_LINESKey used to retrieve any extra lines to be sent during initial protocol handshake before the identification.static Property<java.lang.String>CoreModuleProperties. SERVER_IDENTIFICATIONKey used to retrieve the value of the server identification string.static Property<java.lang.Integer>CoreModuleProperties. SOCKET_BACKLOGSocket backlog.static Property<java.lang.Boolean>CoreModuleProperties. SOCKET_KEEPALIVESocket keep-alive.static Property<java.lang.Integer>CoreModuleProperties. SOCKET_LINGERSocket linger.static Property<java.lang.Integer>CoreModuleProperties. SOCKET_RCVBUFSocket receive buffer size.static Property<java.lang.Boolean>CoreModuleProperties. SOCKET_REUSEADDRSocket reuse address.static Property<java.lang.Integer>CoreModuleProperties. SOCKET_SNDBUFSocket send buffer size.static Property<java.time.Duration>CoreModuleProperties. STOP_WAIT_TIMETimeout (milliseconds) to wait for client / server stop request if immediate stop requested.static Property<java.lang.Boolean>CoreModuleProperties. TCP_NODELAYSocket tcp no-delay.static Property<java.time.Duration>CoreModuleProperties. WAIT_FOR_SPACE_TIMEOUTConfigure max.static Property<java.lang.Object>CoreModuleProperties. WELCOME_BANNERKey used to retrieve the value of welcome banner that will be displayed when a user connects to the server.static Property<java.nio.charset.Charset>CoreModuleProperties. WELCOME_BANNER_CHARSETThe charset to use if the configured welcome banner points to a file - if not specified (either as a string or aCharsetthen the local default is used.static Property<java.lang.String>CoreModuleProperties. WELCOME_BANNER_LANGUAGEKey used to denote the language code for the welcome banner (if such a banner is configured).static Property<WelcomeBannerPhase>CoreModuleProperties. WELCOME_BANNER_PHASETheWelcomeBannerPhasevalue - either as an enum or a stringstatic Property<java.lang.Long>CoreModuleProperties. WINDOW_SIZEKey used to retrieve the value of the channel window size in the configuration properties map.static Property<java.time.Duration>CoreModuleProperties. WINDOW_TIMEOUTKey used to retrieve timeout (msec.) to wait for data to become available when reading from a channel.static Property<java.lang.Integer>CoreModuleProperties. X11_BASE_PORTConfiguration value for theX11ForwardSupportto control the base port number for the X11 display number socket binding.static Property<java.lang.String>CoreModuleProperties. X11_BIND_HOSTConfiguration value for theX11ForwardSupportto control the host used to bind to for the X11 display when looking for a free port.static Property<java.lang.Integer>CoreModuleProperties. X11_DISPLAY_OFFSETConfiguration value for theX11ForwardSupportto control from which X11 display number to start looking for a free value.static Property<java.lang.Integer>CoreModuleProperties. X11_MAX_DISPLAYSConfiguration value for theX11ForwardSupportto control up to which (but not including) X11 display number to look or a free value.static Property<java.time.Duration>CoreModuleProperties. X11_OPEN_TIMEOUTConfiguration value for theX11ForwardSupportto control the channel open timeout. -
Uses of Property in org.apache.sshd.git
Fields in org.apache.sshd.git declared as Property Modifier and Type Field Description static Property<java.time.Duration>GitModuleProperties. AUTH_TIMEOUTProperty used to configure the SSHDFactoryManagerwith the default timeout (millis) to authenticate with the remote SSH server.static Property<java.time.Duration>GitModuleProperties. CHANNEL_OPEN_TIMEOUTProperty used to configure the SSHDFactoryManagerwith the default timeout (millis) to open a channel to the remote SSH server.static Property<java.time.Duration>GitModuleProperties. CONNECT_TIMEOUTProperty used to configure the SSHDFactoryManagerwith the default timeout (millis) to connect to the remote SSH server.static Property<java.lang.String>GitModuleProperties. GIT_PROTOCOL_VERSIONProperty used to configure the SSHDFactoryManagerwith theGIT_PROTOCOLenvironment variable. -
Uses of Property in org.apache.sshd.scp
Fields in org.apache.sshd.scp declared as Property Modifier and Type Field Description static Property<java.lang.Boolean>ScpModuleProperties. ENABLE_SCP_SHELLWhether to provide anScpShellinstance if WinSCP client detected or at allstatic Property<java.lang.Boolean>ScpModuleProperties. PROP_AUTO_SYNC_FILE_ON_WRITEWhether to synchronize written file data with underlying file-systemstatic Property<java.time.Duration>ScpModuleProperties. SCP_EXEC_CHANNEL_EXIT_STATUS_TIMEOUTConfigurable value for controlling the wait timeout for waiting on a channel exit status' for an SCP command in milliseconds.static Property<java.time.Duration>ScpModuleProperties. SCP_EXEC_CHANNEL_OPEN_TIMEOUTConfigurable value of the for controlling the wait timeout for opening a channel for an SCP command in milliseconds.static Property<java.nio.charset.Charset>ScpModuleProperties. SCP_INCOMING_ENCODINGUsed to indicate theCharset(or its name) for decoding incoming commands/responses sent by the peer (either client or server).static Property<java.nio.charset.Charset>ScpModuleProperties. SCP_OUTGOING_ENCODINGUsed to indicate theCharset(or its name) for encoding outgoing commands/responses sent to the peer (either client or server).static Property<java.nio.charset.Charset>ScpModuleProperties. SHELL_ENVVARS_ENCODING_CHARSETUsed to indicate theCharset(or its name) for handling environment values inScpShell- extracted from the channel session when shell initialized.static Property<java.nio.charset.Charset>ScpModuleProperties. SHELL_NAME_DECODING_CHARSETUsed to indicate theCharset(or its name) for decoding incoming commands to be processed by theScpShell- extracted from the channel session when shell initialized.static Property<java.nio.charset.Charset>ScpModuleProperties. SHELL_NAME_ENCODING_CHARSETUsed to indicate theCharset(or its name) for encoding returned textual responses from theScpShell- extracted from the channel session when shell initialized. -
Uses of Property in org.apache.sshd.server.config
Fields in org.apache.sshd.server.config declared as Property Modifier and Type Field Description static Property<java.lang.String>SshServerConfigFileReader. ALLOW_AGENT_FORWARDING_CONFIG_PROPstatic Property<java.lang.String>SshServerConfigFileReader. ALLOW_TCP_FORWARDING_CONFIG_PROPstatic Property<java.lang.String>SshServerConfigFileReader. ALLOW_X11_FORWARDING_CONFIG_PROPstatic Property<java.lang.String>SshServerConfigFileReader. BANNER_CONFIG_PROPstatic Property<java.time.Duration>SshServerConfigFileReader. SERVER_ALIVE_INTERVAL_PROPstatic Property<java.lang.Integer>SshServerConfigFileReader. SFTP_FORCED_VERSION_PROPstatic Property<java.lang.String>SshServerConfigFileReader. VISUAL_HOST_KEY -
Uses of Property in org.apache.sshd.sftp
Fields in org.apache.sshd.sftp declared as Property Modifier and Type Field Description static Property<java.lang.String>SftpModuleProperties. ACL_SUPPORTED_MASKComma separate list ofSSH_ACL_CAP_xxxnames - where name can be without the prefix.static Property<java.lang.Boolean>SftpModuleProperties. APPEND_END_OF_LIST_INDICATORUsed to control whether to append the end-of-list indicator for SSH_FXP_NAME responses viaSftpHelper.indicateEndOfNamesList(Buffer, int, PropertyResolver, boolean)call, as indicated by SFTP v6 - section 9.4static Property<java.time.Duration>SftpModuleProperties. AUTH_TIMEstatic Property<java.lang.Boolean>SftpModuleProperties. AUTO_FOLLOW_LINKSWhether to automatically follow symbolic links when resolving pathsstatic Property<java.lang.String>SftpModuleProperties. CLIENT_EXTENSIONSAllows controlling reports of which client extensions are supported (and reported via "support" and "support2" server extensions) as a comma-separate list of names.static Property<java.time.Duration>SftpModuleProperties. CONNECT_TIMEstatic Property<java.lang.Integer>SftpModuleProperties. COPY_BUF_SIZEInternal allocate buffer size when copying data to/from the channelstatic Property<java.lang.Integer>SftpModuleProperties. FILE_HANDLE_SIZESize in bytes of the opaque handle valuestatic Property<java.lang.Integer>SftpModuleProperties. MAX_FILE_HANDLE_RAND_ROUNDSMax.static Property<java.lang.Integer>SftpModuleProperties. MAX_OPEN_HANDLES_PER_SESSIONProperties key for the maximum of available open handles per session.static Property<java.lang.Integer>SftpModuleProperties. MAX_READDATA_PACKET_LENGTHForce the use of a max.static Property<java.lang.Integer>SftpModuleProperties. MAX_READDIR_DATA_SIZEMaximum amount of data allocated for listing the contents of a directory in any single invocation ofSftpSubsystem.doReadDir(Buffer, int)static Property<java.lang.Integer>SftpModuleProperties. MAX_WRITEDATA_PACKET_LENGTHForce the use of a max.static Property<java.nio.charset.Charset>SftpModuleProperties. NAME_DECODER_CHARSETstatic Property<java.nio.charset.Charset>SftpModuleProperties. NAME_DECODING_CHARSETUsed to indicate theCharset(or its name) for decoding referenced files/folders names - extracted from the client session when 1st initialized.static Property<java.lang.String>SftpModuleProperties. NEWLINE_VALUEProperty that can be used to set the reported NL value.static Property<java.lang.String>SftpModuleProperties. OPENSSH_EXTENSIONSComma-separated list of whichOpenSSHextensions are reported and what version is reported for each - format:name=version.static Property<java.lang.Integer>SftpModuleProperties. POOL_CORE_SIZEDeprecated.since 2.17.0 this has no effect since there is no pool anymorestatic Property<java.time.Duration>SftpModuleProperties. POOL_LIFE_TIMEDeprecated.since 2.17.0 this has no effect since there is no pool anymorestatic Property<java.lang.Integer>SftpModuleProperties. POOL_SIZEDeprecated.since 2.17.0 this has no effect since there is no pool anymorestatic Property<java.lang.Integer>SftpModuleProperties. READ_BUFFER_SIZEstatic Property<java.time.Duration>SftpModuleProperties. SFTP_CHANNEL_OPEN_TIMEOUTProperty that can be used on theFactoryManagerto control the internal timeout used by the client to open a channel.static Property<java.lang.Integer>SftpModuleProperties. SFTP_VERSIONForce the use of a given sftp versionstatic Property<java.lang.Boolean>SftpModuleProperties. TOLERATE_EXCESS_DATAApparently some SFTP servers may return more data than requested in SFTP read requests.static Property<java.lang.Integer>SftpModuleProperties. WRITE_BUFFER_SIZEstatic Property<java.lang.Integer>SftpModuleProperties. WRITE_CHUNK_SIZEProperty used to avoid large buffers whenAbstractSftpClient.write(SftpClient.Handle, long, byte[], int, int)is invoked with a large buffer size. -
Uses of Property in org.apache.sshd.sftp.client.impl
Fields in org.apache.sshd.sftp.client.impl declared as Property Modifier and Type Field Description static Property<java.time.Duration>AbstractSftpClient. SFTP_CLIENT_CMD_TIMEOUTProperty that can be used on theFactoryManagerto control the internal timeout used by the client to complete the buffer sending inRawSftpClient.send(int, Buffer).
-