类 ServerProperties.Jetty
- java.lang.Object
- org.springframework.boot.autoconfigure.web.ServerProperties.Jetty
 
- 封闭类:
- ServerProperties
 - public static class ServerProperties.Jetty extends Object Jetty properties.
- 嵌套类概要- 嵌套类 - 修饰符和类型 - 类 - 说明 - static class- ServerProperties.Jetty.AccesslogJetty access log properties.
 - 构造器概要- 构造器 - 构造器 - 说明 - Jetty()
 - 方法概要- 所有方法 实例方法 具体方法 - 修饰符和类型 - 方法 - 说明 - Integer- getAcceptors()- ServerProperties.Jetty.Accesslog- getAccesslog()- org.springframework.util.unit.DataSize- getMaxHttpPostSize()- Integer- getSelectors()- void- setAcceptors(Integer acceptors)- void- setMaxHttpPostSize(org.springframework.util.unit.DataSize maxHttpPostSize)- void- setSelectors(Integer selectors)
 
- 构造器详细资料- Jetty- public Jetty() 
 
 - 方法详细资料- getAccesslog- public ServerProperties.Jetty.Accesslog getAccesslog() 
 - getMaxHttpPostSize- public org.springframework.util.unit.DataSize getMaxHttpPostSize() 
 - setMaxHttpPostSize- public void setMaxHttpPostSize(org.springframework.util.unit.DataSize maxHttpPostSize) 
 - getAcceptors- public Integer getAcceptors() 
 - setAcceptors- public void setAcceptors(Integer acceptors) 
 - getSelectors- public Integer getSelectors() 
 - setSelectors- public void setSelectors(Integer selectors)