public static class ServerProperties.Jetty extends ObjectSE
| 修飾子と型 | クラスと説明 |
|---|---|
static class | ServerProperties.Jetty.AccesslogJetty アクセスログのプロパティ。 |
| コンストラクターと説明 |
|---|
Jetty() |
| 修飾子と型 | メソッドと説明 |
|---|---|
IntegerSE | getAcceptors() |
ServerProperties.Jetty.Accesslog | getAccesslog() |
DurationSE | getConnectionIdleTimeout() |
DataSize | getMaxHttpFormPostSize() |
DataSize | getMaxHttpPostSize() 使用すべきではありません。 |
IntegerSE | getMaxThreads() |
IntegerSE | getMinThreads() |
IntegerSE | getSelectors() |
DurationSE | getThreadIdleTimeout() |
void | setAcceptors(IntegerSE acceptors) |
void | setConnectionIdleTimeout(DurationSE connectionIdleTimeout) |
void | setMaxHttpFormPostSize(DataSize maxHttpFormPostSize) |
void | setMaxHttpPostSize(DataSize maxHttpPostSize) 使用すべきではありません。 |
void | setMaxThreads(IntegerSE maxThreads) |
void | setMinThreads(IntegerSE minThreads) |
void | setSelectors(IntegerSE selectors) |
void | setThreadIdleTimeout(DurationSE threadIdleTimeout) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ServerProperties.Jetty.Accesslog getAccesslog()
@DeprecatedSE @DeprecatedConfigurationProperty(replacement="server.jetty.max-http-form-post-size") public DataSize getMaxHttpPostSize()
@DeprecatedSE public void setMaxHttpPostSize(DataSize maxHttpPostSize)
public DataSize getMaxHttpFormPostSize()
public void setMaxHttpFormPostSize(DataSize maxHttpFormPostSize)
public IntegerSE getAcceptors()
public void setAcceptors(IntegerSE acceptors)
public IntegerSE getSelectors()
public void setSelectors(IntegerSE selectors)
public void setMinThreads(IntegerSE minThreads)
public IntegerSE getMinThreads()
public void setMaxThreads(IntegerSE maxThreads)
public IntegerSE getMaxThreads()
public void setThreadIdleTimeout(DurationSE threadIdleTimeout)
public DurationSE getThreadIdleTimeout()
public DurationSE getConnectionIdleTimeout()
public void setConnectionIdleTimeout(DurationSE connectionIdleTimeout)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.