public class EzySessionManagementSettingBuilder extends Object implements com.tvd12.ezyfox.builder.EzyBuilder<EzySimpleSessionManagementSetting>
| Modifier and Type | Class and Description |
|---|---|
static class |
EzySessionManagementSettingBuilder.EzyMaxRequestPerSecondBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected long |
sessionMaxIdleTimeInSecond |
protected EzySimpleSessionManagementSetting.EzySimpleMaxRequestPerSecond |
sessionMaxRequestPerSecond |
protected long |
sessionMaxWaitingTimeInSecond |
| Constructor and Description |
|---|
EzySessionManagementSettingBuilder() |
| Modifier and Type | Method and Description |
|---|---|
EzySimpleSessionManagementSetting |
build() |
EzySessionManagementSettingBuilder |
sessionMaxIdleTimeInSecond(long sessionMaxIdleTimeInSecond) |
EzySessionManagementSettingBuilder |
sessionMaxRequestPerSecond(EzySimpleSessionManagementSetting.EzySimpleMaxRequestPerSecond sessionMaxRequestPerSecond) |
EzySessionManagementSettingBuilder |
sessionMaxWaitingTimeInSecond(long sessionMaxWaitingTimeInSecond) |
protected long sessionMaxIdleTimeInSecond
protected long sessionMaxWaitingTimeInSecond
protected EzySimpleSessionManagementSetting.EzySimpleMaxRequestPerSecond sessionMaxRequestPerSecond
public EzySessionManagementSettingBuilder sessionMaxIdleTimeInSecond(long sessionMaxIdleTimeInSecond)
public EzySessionManagementSettingBuilder sessionMaxWaitingTimeInSecond(long sessionMaxWaitingTimeInSecond)
public EzySessionManagementSettingBuilder sessionMaxRequestPerSecond(EzySimpleSessionManagementSetting.EzySimpleMaxRequestPerSecond sessionMaxRequestPerSecond)
public EzySimpleSessionManagementSetting build()
build in interface com.tvd12.ezyfox.builder.EzyBuilder<EzySimpleSessionManagementSetting>Copyright © 2021 Young Monkeys. All rights reserved.