public class EoxConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EoxConfig.Builder
ConfigBuilder
|
| Modifier and Type | Method and Description |
|---|---|
Charset |
charset() |
String |
context() |
boolean |
debug() |
static EoxConfig |
def() |
boolean |
holdFile() |
boolean |
info() |
boolean |
infoUseLog() |
int |
maxUploadSize() |
EoxConfig.Builder |
newBuilder() |
Kv |
other() |
int |
soTimeout() |
EoxSSLConfig |
ssl() |
Path |
tmp() |
public static EoxConfig def()
public boolean debug()
public String context()
public Charset charset()
public boolean info()
public boolean infoUseLog()
public int soTimeout()
public Path tmp()
public int maxUploadSize()
public EoxSSLConfig ssl()
public Kv other()
public boolean holdFile()
public EoxConfig.Builder newBuilder()
Copyright © 2018. All rights reserved.