Class InetSocketConfig

java.lang.Object
io.deephaven.dhservice.client.config.InetSocketConfig

@Immutable(builder=false) public abstract class InetSocketConfig extends Object
The socket configuration.
  • Constructor Details

    • InetSocketConfig

      public InetSocketConfig()
  • Method Details

    • host

      @Parameter public abstract String host()
      Returns:
      the host name
    • port

      @Parameter public abstract int port()
      Returns:
      the port number