public class HandlerConfig extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static HandlerConfig |
DEFAULT_CONFIG |
| 构造器和说明 |
|---|
HandlerConfig(ResponsePromiseContainer responsePromiseContainer) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getMaxFrameLengthMB() |
ResponsePromiseContainer |
getResponsePromiseContainer() |
void |
setMaxFrameLengthMB(int maxFrameLengthMB) |
public static final HandlerConfig DEFAULT_CONFIG
public HandlerConfig(ResponsePromiseContainer responsePromiseContainer)
public ResponsePromiseContainer getResponsePromiseContainer()
public int getMaxFrameLengthMB()
public void setMaxFrameLengthMB(int maxFrameLengthMB)
Copyright © 2017 vootoo. All rights reserved.