クラス ServerProperties.Jetty.Threads

java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Threads
含まれているクラス:
ServerProperties.Jetty

public static class ServerProperties.Jetty.Threads extends ObjectSE
Jetty スレッドのプロパティ。
  • コンストラクターの詳細

    • Threads

      public Threads()
  • メソッドの詳細

    • getAcceptors

      public IntegerSE getAcceptors()
    • setAcceptors

      public void setAcceptors(IntegerSE acceptors)
    • getSelectors

      public IntegerSE getSelectors()
    • setSelectors

      public void setSelectors(IntegerSE selectors)
    • setMin

      public void setMin(IntegerSE min)
    • getMin

      public IntegerSE getMin()
    • setMax

      public void setMax(IntegerSE max)
    • getMax

      public IntegerSE getMax()
    • getMaxQueueCapacity

      public IntegerSE getMaxQueueCapacity()
    • setMaxQueueCapacity

      public void setMaxQueueCapacity(IntegerSE maxQueueCapacity)
    • setIdleTimeout

      public void setIdleTimeout(DurationSE idleTimeout)
    • getIdleTimeout

      public DurationSE getIdleTimeout()