Annotation Interface SshServerConfig


@Retention(RUNTIME) @Target(FIELD) public @interface SshServerConfig
Since:
2.5
Author:
Christoph Deppisch
  • Element Details

    • port

      int port
      Server port.
      Returns:
      Default:
      22
    • user

      String user
      User.
      Returns:
      Default:
      ""
    • password

      String password
      Password.
      Returns:
      Default:
      ""
    • hostKeyPath

      String hostKeyPath
      HostKeyPath.
      Returns:
      Default:
      ""
    • userHomePath

      String userHomePath
      UserHomeDir.
      Returns:
      Default:
      ""
    • allowedKeyPath

      String allowedKeyPath
      AllowedKeyPath.
      Returns:
      Default:
      ""
    • messageConverter

      String messageConverter
      Message converter.
      Returns:
      Default:
      ""
    • pollingInterval

      int pollingInterval
      Polling interval.
      Returns:
      Default:
      500
    • endpointAdapter

      String endpointAdapter
      Endpoint adapter reference.
      Returns:
      Default:
      ""
    • debugLogging

      boolean debugLogging
      Debug logging enabled.
      Returns:
      Default:
      false
    • autoStart

      boolean autoStart
      Auto start.
      Returns:
      Default:
      false
    • timeout

      long timeout
      Timeout.
      Returns:
      Default:
      5000L
    • actor

      String actor
      Test actor.
      Returns:
      Default:
      ""