Class ServerConfig

java.lang.Object
robaho.net.httpserver.ServerConfig

public class ServerConfig extends Object
Parameters that users will not likely need to set but are useful for debugging
  • Constructor Details

    • ServerConfig

      public ServerConfig()
  • Method Details

    • http2OverSSL

      public static boolean http2OverSSL()
    • http2OverNonSSL

      public static boolean http2OverNonSSL()
    • http2MaxFrameSize

      public static int http2MaxFrameSize()
    • http2InitialWindowSize

      public static int http2InitialWindowSize()
    • http2ConnectionWindowSize

      public static int http2ConnectionWindowSize()
    • http2MaxConcurrentStreams

      public static int http2MaxConcurrentStreams()
      Returns:
      the maximum number of concurrent streams per connection, or -1 for no limit
    • http2DisableFlushDelay

      public static boolean http2DisableFlushDelay()
      Returns:
      true if delaying flush is enabled. disabling the flush delay can improve latency at the expense of throughput