Interface NetClientConfiguration

All Superinterfaces:
NetConfiguration
All Known Subinterfaces:
BootNetClientConfiguration

public interface NetClientConfiguration extends NetConfiguration

Net client configuration.

Since:
1.6
Author:
Jeremy Kuhn
  • Method Details

    • connect_timeout

      default Integer connect_timeout()

      The connection timeout in milliseconds.

      Defaults to 60000.

      Returns:
      the connection timeout
    • tcp_fast_open_connect

      default boolean tcp_fast_open_connect()

      Enables/Disables TCP fast open connect.

      Defaults to false.

      Returns:
      true if the option is enabled, false otherwise