public class EzySocketSettingBuilder extends EzyAbstractSocketSettingBuilder<EzySimpleSocketSetting,EzySocketSettingBuilder>
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxRequestSize |
protected boolean |
sslActive |
protected boolean |
tcpNoDelay |
protected int |
writerThreadPoolSize |
active, address, codecCreator, port| Constructor and Description |
|---|
EzySocketSettingBuilder() |
| Modifier and Type | Method and Description |
|---|---|
EzySocketSettingBuilder |
maxRequestSize(int maxRequestSize) |
protected EzySimpleSocketSetting |
newSetting() |
EzySocketSettingBuilder |
sslActive(boolean sslActive) |
EzySocketSettingBuilder |
tcpNoDelay(boolean tcpNoDelay) |
EzySocketSettingBuilder |
writerThreadPoolSize(int writerThreadPoolSize) |
active, address, build, codecCreator, codecCreator, portprotected int maxRequestSize
protected boolean tcpNoDelay
protected boolean sslActive
protected int writerThreadPoolSize
public EzySocketSettingBuilder maxRequestSize(int maxRequestSize)
public EzySocketSettingBuilder tcpNoDelay(boolean tcpNoDelay)
public EzySocketSettingBuilder sslActive(boolean sslActive)
public EzySocketSettingBuilder writerThreadPoolSize(int writerThreadPoolSize)
protected EzySimpleSocketSetting newSetting()
newSetting in class EzyAbstractSocketSettingBuilder<EzySimpleSocketSetting,EzySocketSettingBuilder>Copyright © 2021 Young Monkeys. All rights reserved.