| Modifier and Type | Field and Description |
|---|---|
static DefaultHeaders.NameValidator |
NOT_NULL |
| Modifier and Type | Method and Description |
|---|---|
void |
validateName(K name)
验证
name是否有效。
|
static final DefaultHeaders.NameValidator NOT_NULL
void validateName(K name)
name有效。
name - 要验证的名称。
java.lang.RuntimeException - 如果
name无效。
Copyright © 2008–2018 The Netty Project. All rights reserved.