Interface ClientFactoryManager

    • Field Detail

      • CLIENT_IDENTIFICATION

        static final java.lang.String CLIENT_IDENTIFICATION
        Key used to retrieve the value of the client identification string. If set, then it is appended to the (standard) "SSH-2.0-" prefix. Otherwise a default is sent that consists of "SSH-2.0-" plus the current SSHD artifact name and version in uppercase - e.g., "SSH-2.0-APACHE-SSHD-1.0.0"
        See Also:
        Constant Field Values
      • SEND_IMMEDIATE_KEXINIT

        static final java.lang.String SEND_IMMEDIATE_KEXINIT
        Whether to send SSH_MSG_KEXINIT immediately after sending the client identification string or wait until the severer's one has been received.
        See Also:
        SEND_IMMEDIATE_IDENTIFICATION, Constant Field Values
      • HEARTBEAT_INTERVAL

        static final java.lang.String HEARTBEAT_INTERVAL
        Key used to set the heartbeat interval in milliseconds (0 to disable = default)
        See Also:
        Constant Field Values
      • HEARTBEAT_REQUEST

        static final java.lang.String HEARTBEAT_REQUEST
        Key used to check the heartbeat request that should be sent to the server
        See Also:
        Constant Field Values
      • HEARTBEAT_REPLY_WAIT

        static final java.lang.String HEARTBEAT_REPLY_WAIT
        Key used to indicate that the heartbeat request is also expecting a reply - time in milliseconds to wait for the reply. If non-positive then no reply is expected (nor requested).
        See Also:
        Constant Field Values