public class Config
extends java.lang.Object
| 构造器和说明 |
|---|
Config() |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.nio.charset.Charset |
defaultUtf8() |
static java.lang.Integer |
getBacklog()
Socket connection count upper limit.
|
static java.lang.Integer |
getClientMaxBodySize() |
static java.lang.String |
getContentType() |
static java.lang.Integer |
getPort() |
public static java.lang.Integer getBacklog()
public static java.lang.Integer getPort()
public static java.lang.Integer getClientMaxBodySize()
public static java.lang.String getContentType()
public static java.nio.charset.Charset defaultUtf8()