Class HttpUtils.EndpointSpec

  • Enclosing class:
    HttpUtils

    public static class HttpUtils.EndpointSpec
    extends Object
    • Field Detail

      • host

        @NotNull
        public final @NotNull String host
      • port

        @NotNull
        public final @NotNull Integer port
    • Constructor Detail

      • EndpointSpec

        public EndpointSpec​(@NotNull
                            @NotNull String host,
                            @NotNull
                            @NotNull Integer port)