public static class ServerProperties.Jetty.Threads extends Object
Constructor and Description |
---|
Threads() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAcceptors() |
Duration |
getIdleTimeout() |
Integer |
getMax() |
Integer |
getMaxQueueCapacity() |
Integer |
getMin() |
Integer |
getSelectors() |
void |
setAcceptors(Integer acceptors) |
void |
setIdleTimeout(Duration idleTimeout) |
void |
setMax(Integer max) |
void |
setMaxQueueCapacity(Integer maxQueueCapacity) |
void |
setMin(Integer min) |
void |
setSelectors(Integer selectors) |
public Integer getAcceptors()
public void setAcceptors(Integer acceptors)
public Integer getSelectors()
public void setSelectors(Integer selectors)
public void setMin(Integer min)
public Integer getMin()
public void setMax(Integer max)
public Integer getMax()
public Integer getMaxQueueCapacity()
public void setMaxQueueCapacity(Integer maxQueueCapacity)
public void setIdleTimeout(Duration idleTimeout)
public Duration getIdleTimeout()